Jump to content

Unariginal

Member
  • Posts

    11
  • Joined

  • Last visited

About Unariginal

  • Birthday 07/02/2003

Recent Profile Visitors

321 profile views

Unariginal's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. [OFFERING] Cheap Custom Plugin Development First Plugin is FREE*! (TL;DR Below) Welcome Server Owners and Managers! My name is Ariginal, I am a long-time developer that's looking to start offering my services and skills to servers in need of custom plugins! Whether you want a custom feature added that isn't available through public plugins, or you just want more customizability, getting a custom plugin made for your server is one of the best decisions you can make for it. By choosing me as your plugin developer, you'll receive a quality plugin, with the full ability to customize it via config files and/or via in game commands/GUI's. Here's a little about me, so you can trust you'll be getting what you pay for: 2 years of College Education in the Computer Science major. 10 years of personal programming experience. 7 years of Minecraft Development experience. I have owned plenty of my own servers, along with being a developer for over 15 servers. About The Service Yes, I said this service is cheap, that is not because it is low quality though. I know what it's like to have low or no budget for a server, and especially when you can't guarantee it will be a success. Along with that fact, I genuinely love programming, and I love learning more about how to develop plugins, and I am using this offer as a way to gain even more experience and have some fun adventures. I will not ask for OP or join your server unless you want me to, I test all of my plugins in my own testing server. I do not have a set price list for plugins, but I can provide a range based on the following plugin types/examples: $0-$5: Simple command, scoreboard, tablist, or timed chat ad messages. $5-$15: Small & Simple GUI (ex: /warps GUI), more complex commands, leveling system, /sell $15-$50: Complex GUI (ex: /shop), custom crates, item generators $50+: This category of pricing really depends on if you want something that would take up a lot of my time, such as a bunch of the lower category items put together, or something like a custom minigame plugin. All of the above prices are only estimates, every price will be on a case by case basis. * First plugin is free under these circumstances: - Must not be more than an estimated $10 plugin/feature. TL;DR I am a skilled developer offering cheap plugins. And also Plugins are better than Skript. And uh.. yeah,,, so please hire me <3. If you're interested or would like more information, please reach out to me on Discord. Discord: Unariginal Minecraft IGN: Ariginal
  2. on first join: set {firstJoin.%uuid of player%} to now on join: set {lastJoin.%uuid of player%} to now command /lastjoin <offline-player>: trigger: send "%arg-1% last joined the server on %{lastJoin.%uuid of arg-1%}%." to player command /joindate [<offline-player>]: trigger: if arg-1 is set: if player is op: send "%arg-1% first joined the server on %{firstJoin.%uuid of arg-1%}%." to player else: send "You first joined the server on %{firstJoin.%uuid of player%}%." to player As for formatting the time in the dd/mm/yyyy format, you can do that in the skript config file at around line 100 I believe. Also, not sure if this skript works, I didn't test it.
  3. Hey, sorry for the late response. Also sorry, but in order to be staff here you must join the discord. I do suggest making a discord if possible though, it's very useful!
  4. Unariginal

    help

    In this command, arg-1 is of the type 'text'. You should parse it as an integer or a number, or change the argument type
  5. Attention Builders! We are a Prison Server in need of 4-6 builders! KyoMine is a work in progress prison server with some unique features. We currently need good builders to work on mines for us. This means we will need 26 mostly unique builds at least! We need as many of these builds to be done by September 1st in order to reach our deadline for closed beta testing! This deadline can be pushed back if we're unable to make it, but i'd prefer not to, which is why we are here looking for builders. Requirements for becoming a builder on KyoMine: - Ability to work in a team - Above average building skills - Complete an application, followed by a build test/interview - Be active for at least 10 hours a week, by active I mean helping the server If you are interested in helping out our server, please join our discord server and DM the owner (Kyouko_Fukuda). Further instructions will be given at this point. Thank you for reading! Have a great day, we hope to see you soon. Discord: https://discord.gg/PQwX2dP
  6. Unariginal

    Downloading Worlds

    I need to download the worlds off of my server, but when I do /mh or /dl it fails to upload the world. I just found out this feature was broken so I was wondering if there is another way, such as as an admin going into my server files and downloading the world from the backend, let me know what I can do, if anything.
  7. Not sure if this is what you're looking for, but here's the syntax for the packet stuff in Skellet: https://www.spigotmc.org/resources/skript-java-addon-skellett.34361/update?update=148252
  8. I'm pretty sure HD skulls don't work in skript menus. However, you may want to try making a command that sets a variable to what you're holding. So you execute the command while holding the skull, then you edit the skript and format the GUI with that variable. Not sure if that will work, but it's all I got.
  9. The purpose of Minehut's Skripting tutorials is to teach you the Syntax of Skript, it's up to you to take that Syntax and change it to what fits your needs. Though yes, Minehut hasn't gone over a ton of things, there are other resources such as the SkUnity Docs and the Njol Docs, both of which I used to learn skript. I highly recommend looking through them, and the SkUnity forums to teach yourself and get help only when you get really stuck, it'll be better for you in the future if you learn on your own.
  10. Yeah, I said if needed you can change the tick speed. I had is set to 2 ticks because it has a smoother rotation. But for tps's sake, a few seconds is probably better lol
  11. I saw this on an external survival server, so I decided to make it in skript! I believe this is a nice addition to a survival or factions server, for people that are too lazy to hit F3. It takes the player's yaw and it changes their compass based on that value. Notes: - May cause some servers to lag, if this is the case increase the time in between waiting. At line 1 and 136. - Does NOT work if you have SkRayFall installed! - Requires Skellet and Skript to be installed. - Feel free to customize it in any way you'd like! If you have any questions or comments, please leave a comment, contact me on discord (Umiko#7864) or in game (Padoru_Umiko)! compass.sk
×
×
  • Create New...