Jump to content

Wyndexx

Member
  • Posts

    178
  • Joined

  • Last visited

Everything posted by Wyndexx

  1. Oh. Good to know. You do need to take away the space in between gold_nugget and {display}: gold_nugget{display:{N... Also, make sure you formatted the custom name of the item in the give command correctly. Or you could use the examples above for a simple skript item.
  2. They just pay people to advertise. I have the same issue. I am hoping to build a community for my server, but my 1 free advertiser (PRO) and myself (VIP) peaked the server at 8 people yesterday, including me, my alt, and my advertiser.
  3. This is due to a plugin compatibility or server version issue. Check the plugin's known versions and your server version, and see if the plugin is outdated.
  4. I'd really like to learn how to do this. Can you send it to me as well if you finish?
  5. Use: make console execute command instead of execute console command Hope this helps!
  6. I guess make sure you want to learn JavaScript rather than Java, since Minecraft uses Java and not JavaScript for plugins. What I would do is come up with something you want to make, and make it a goal, and if you get stuck, use the internet for help.
  7. That goes in your loop, and replaces the old wipe and sidebar name you had.
  8. Make sure all items are written correctly, like the totem. Maybe it is something else. Also, please put in your post the chat errors, not the console errors.
  9. Do you do /sk reload as the basic command? If so, try /sk reload [Skript name] That works for me. Just replace [Skript name] with the name of the file you want to reload.
  10. 'wipe loop-player's sidebar' 'set name of sidebar of loop-player to "text"' I don't know why the others are giving errors. Maybe try using only numbers that are greater than 0 for scores? (Eg 'set score "money" in sidebar of loop-player to 2'
  11. +1 Great idea! Then other newer servers will not be overrun by the servers that always have 30+ people online.
  12. You can do /vote in the MH lobby, or buy them using real currency on the website.
  13. /gamemode creative /gamemode c does not work in later versions You could also try gamemode creative [playername] In the console and just replace [playername] with your ign.
  14. You could use worldguard and the skript on region enter: event to accomplish this
  15. You are able to add a plugin to a server yourself. All you have to do is put the .jar file in the plugins folder (I think?).
  16. Sadly, there is not really a way to get progress back due to the way Minehut works. Next time, before changing something like that, make a backup. Backups should not overwrite themselves on their own, and you can 'restore server' to get your progress back unless you changed versions (like 1.17 -> 1.18).
  17. Try uninstalling the modpack, and rejoining the server. I have not tested with modpacks yet, but if you are able to get in without the modpack, it is an issue with the modpack and the server. If the above is the issue, make sure you are using the same minecraft version for both server and modpack, as well as the same minecraft version to join the server.
  18. This is what you put into the lines of the gui, not the actual code done for you. Here is an example: command /testgui: permission: op trigger: set {_gui} to a new chest inventory with 1 row named "Test" #Here is gui item set {_guiItem} to golden shovel named "example" with lore "line" and "line 2" and "line (3)" add "{HideFlags:1}" to nbt of {_guiItem} #Here is setting slots set slot 4 of {_gui} to {_guiItem}
  19. You want to use location of victim instead of location of death of player.
  20. If your friend gets mad at you for forgetting something that small... Just ask them for the IP again, and say you didn't write it down. Then, go to minecraft's multiplayer page, click add server, and then type the server name and ip in the correct locations.
  21. Also, make sure the plugin is compatible with the server type (paper, spigot, bukkit, ect.). If you are running a paper server and you download a bukkit-only plugin, chances are it will say it is incompatible and fail to load.
×
×
  • Create New...