Jump to content

_Tarna_

Moderator
  • Posts

    4,819
  • Joined

  • Last visited

  • Days Won

    118

Everything posted by _Tarna_

  1. How large is the world you are trying to upload? If it is larger than 50mb, you need to use the command method to upload instead. But if its larger than 500mb, you won't be able to upload it to Minehut unless you reduce it's size.
  2. Skript help should go in the skript discussion category by the way. The marketplace category is if you want to request or offer things such as skripts.
  3. on join: set slot 9 of player to stick named "stick" with lore "stick", "stick", and "stick" # this is if you dont want the player to be able to move or drop the item on inventory click: event-inventory = player's inventory index of event-slot is 9 cancel event on drop: if event-item is stick named "stick" with lore "stick", "stick", and "stick": cancel event send "You cannot drop this" not tested so idk if it will 100% work but it has no errors. There may still be other ways the player may be able to move the item such as off hand switch but just cancel that or any other event too.
  4. You need to explain more on your issue. "multiverse plugin no work" is no enough information to help you fix the issue. Like what isn't working? What are you trying to do that it isn't doing? Why did you move to the plugins category? This category is to suggest certain plugins to be added or updated on Minehut. This should go in the help category since it doesn't look like they are doing that and are mainly asking for help on why its not working.
  5. amazing (even tho it won't work on minehut)
  6. You can use a chat format plugin like Essentials and EssentialsChat or just Skript to change the chat format of your server.
  7. Make sure you are putting the skript files you made in the correct folder. It should belong in plugins > skript > scripts. Make sure it is in that folder named scripts.
  8. _Tarna_

    fallback problem

    Did you ever change the tickspeed of your server to something really high? If so, do /gamerule randomTickSpeed 3 in console while the server is online but do not join it. And make sure the command is exactly like that since it is case sensitive. After running this command in console, you can then join the server.
  9. If you have a server plan, it will use credits even if the server is offline.
  10. This category is to suggest specific plugins to be added to Minehut. If you have a question on something, it should go in the help category. Also what do you mean custom rank colors? Just use your permission plugin and give yourself a prefix that is a certain color.
  11. This isn't the right category to suggest things like that. This category is to suggest certain plugins to be added to Minehut. You can suggest things in a Minehut Meta issue. https://github.com/Minehut/Meta/issues/new/choose Also custom plugins are already planned and going to come out soon anyways so don't really think this is needed.
  12. Make sure you're voting for the right account that it is linked to. The voting website is case sensitive so make sure to put your name in exactly. Also Minehut had a maintenance 2 days ago and any votes during that time won't receive credits. And yesterday Minehut was also down for a while due to some issues so that also may be why you didn't receive credits. Just try again today and see if it works.
  13. _Tarna_

    Please Help Me!!!

    Minehut is currently having some issues. You can join the discord for more information. discord.gg/minehut
  14. Minehut is currently having some issues. You can join the discord for more information. discord.gg/minehut
  15. Minehut is currently having some issues. You can join the discord for more information. discord.gg/minehut
  16. Instead of /sk reload all, do /sk reload scripts. This just reloads all the scripts instead of the the config and the scripts.
  17. Make sure you are writing your server name in correctly. If the server is online and you use the join command, it should take you to it if you are using the command correctly and the name is also correct.
  18. This is not the right place to appeal from Minehut. This is just a club forum and their appeals section. Make an appeal here - https://forums.minehut.com/application/form/3-player-appeals/
  19. Minehut is currently having some issues so that may be why.
  20. Go to the whitelist.json file in the file manager and make sure your name and uuid there is correct. You can check your uuid in a site such as namemc.com. I have seen many issues recently where it puts in the wrong uuid when you try to whitelist someone who has never joined the server before. After fixing the things in that file, click save and restart the server. This is a Minecraft issue since I have also seen this happen on external servers too, not just Minehut.
  21. In the future please use a service like pastebin.com to send logs to prevent flooding the thread. Those are compressed logs. They are just like that and aren't readable. 20mb of ram is like nothing and no minecraft server can run on that much. And Minehut does not have that little. The following is an image with all server plans and how much ram they have.
  22. Instead of using nested variables like {home.%player%} or {chatcolor.%player%}, you should turn them into list variables that use uuid like {home::%player's uuid%}. List variables allows you to easily loop through, reset, and manage the variable. Also using uuid instead of just the player name makes it that it won't reset when someone changes their name.
  23. _Tarna_

    server slots

    Like MasterBroNetwork said, server slots allow you to have more servers on one account, not more player slots on a server. To get more player slots on a server, you need to buy a server plan. If you want a refund on the credits you spent on server slots thinking they were player slots, you can make a support ticket at https://minehut.com/support about it.
  24. teleport player to location(91.5, 4, -83.5, world "%player%")
  25. You can appeal here if you'd like but you technically did break a rule. Putting a server ip in chat that is not using /ad is considered advertising without /ad. https://forums.minehut.com/application/form/3-player-appeals/
×
×
  • Create New...