Jump to content

LunarBurn1

Member
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by LunarBurn1

  1. So, I have been trying to create a script for a mini-game, which requires a changing world border. My issue is, I can't find a way to set the world border in my mini-game world using skript. Anytime I try making it execute the default border command, it sets it in my server's main world (world). Is it even possible to do this? If so, please help me out!
  2. LunarBurn1

    Help me please

    Hey BitT3! I just posted directions to gain access to your Minehut account! Another person asked the same question, but the answer I posted will work for everyone! The answer is here:
  3. LunarBurn1

    Help

    To start adding plugins and editing your server via the panel, you first need to sign in! (If you don't have a Minehut account, just create one!) After you have signed in / created your account, you need to link your Minecraft player with your account. To do this, go to your Minehut page, and navigate to the top right, click the down arrow that's right next to your profile, and click account settings. Once in Account Settings, the top-left section (there should be 3, next to a tab that says "Credit Tansactions") should have a "link account" button. Click that and follow the instructions to link your account! After you've linked your account, refresh Minehut, and you should have access to your server! (Sorry if this was a bit much lol) Let me know if you need further help!
  4. Hello! I believe I fixed you're script! on right click with tripwire hook: if name of player's tool is "&f&lMagnifying glass": if difference between now and {%player's uuid%.aresSword.lastUsed} is less than 0.11 seconds: message "&cWait 3 seconds before use again!" to player else: set {%player's uuid%.aresSword.lastUsed} to now set {_chance} to a random integer between 1 and 10000 if {_chance} is between 1 and 50: broadcast "hello" if {_chance} is between 51 and 10000: broadcast "bye"
  5. LunarBurn1

    help

    Hi! Have you just been doing /op, or have you been adding your name post-command? The command is supposed to be executed like so: /op (playername)
  6. Have you tried looking at SpigotMC? With the new add-ons minehut update, most Add-ons are required to be downloaded from there. Here's a link to a Worldedit SpigotMC Page: https://www.spigotmc.org/resources/fastasyncworldedit.13932/
  7. options: server: Server #Add your server name here afkworld: World #World to receive the reward in afkcooldown: 30 minutes #Cooldown between receiving the reward xcoords1: -130 #first x coordinates ycoords1: 59 #Y coordinates zcoords1: -63 #First z coordinates xcoords2: -136 #Second x coordinates zcoords2: -57 #Second z coordinates afkitem: stone #Reward item every {@afkcooldown}: loop all players in world "{@afkworld}": if loop-player's x coordinate is between {@xcoords1} and {@xcoords2}: if loop-player's y coordinate is {@ycoords1}: if loop-player's z coordinate is between {@zcoords1} and {@zcoords2}: give loop-player {@afkitem} send "{@server} &f>> &aYou have recieved 1 {@afkitem}!" to loop-player This is the skript if you aren't comfortable downloading unknown files lol
  8. I believe this is what you are looking for afk.sk
  9. Hi! CollinUpp! You said you wanted a level skript, I can help you, but I'll need you to be a bit more specific! For example, if you wanted a skript where you get a level every 500 blocks broken, I could help you with that, or something else!
  10. Maybe you could rename the redstone ore to something specific, and then try and have it single that one named item out? For Example: If {ore1} is redstone ore named "&4Redstone Ore": Or you could just remove the {ore1} and replace it with: if inventory of loop-player contains redstone ore named "&4Redstone Ore": You could also have it so that it drops that named redstone when you break or recieve normal redstone
  11. Can you post the skript you are trying to use?
  12. It wont work unless you change the line 'loop all players where [region at input is {@region}]:' to 'loop all players where [region at input is {_@region}]:' Hope this helped
  13. I also am very good at scripting luckperms so I can help you setup all your ranks, set their individual permissions AND make the ranks show up in chat and tab!
  14. Hey Yorzo, I figuered out a way to make it myself! If you would like, I can supply you with the script!
  15. so you cant ad for prizes anymore? mk! thanks Could you make a script that makes it so that when you right click a named item, like a chest, it gives you like 1 out of 15 items?
  16. hey can you make a like ad tracker script that tracks when players ad in the minehut lobby and then they get a key?
  17. I need help making a script that allows you to right click a an item it gives you a tag or rank...
×
×
  • Create New...