Jump to content

Pryzmm

Moderator
  • Posts

    2,041
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. Pryzmm

    Server address

    Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  2. I don't believe you can change this, as Minehut does not want cracked accounts to be able to join their servers. The warnings are safe to ignore
  3. instead of using something like this: set slot 24 of {_chest} to black stained glass pane named "&f" set slot 25 of {_chest} to black stained glass pane named "&f" set slot 26 of {_chest} to black stained glass pane named "&f" you can use something like this: set slot (integers between 24 and 26) of {_chest} to black stained glass pane named "&f" it's a lot cleaner and takes up less lines
  4. Minehut is currently having issues where servers can't start up; you can get information regarding this in their discord as well as any updates they may have Please don't comment on posts older than a month, thanks!
  5. Minehut is having issues at the moment, so servers can't properly start up. Also try hibernating your server and starting it back up after you change the max player count
  6. thats just a tab indent, i dont use spaces when coding
  7. options: link: PUT YOUR LINK HERE command /discord: trigger: send formatted "&b<url:{@link}>Click here to join the discord! &7Or go to {@link}" to player
  8. could you tell us what plugin you're using? also any logs would be helpful
  9. Pryzmm

    Multi Verse Portals

    you could use a plugin like LuckPerms to give your players permission to specific commands i.e. /lp user <user> permission set <permission> true
  10. Upload the file in either the file manager or using an SFTP client, then unzip it. From there, if you have the multiverse-core plugin, use /mvimport then /mvtp
  11. Pryzmm

    Perm banned

    You can make an appeal here: https://forums.minehut.com/appeal
  12. on mine: cancel drops give drops of block using player's tool to player
  13. couple things: - usually in store UIs, you should use the >= operator when checking the price of something, rather than just = - its possible the coins variable is parsed as text, use {coins::%player's uuid%} parsed as number in the if statement
  14. Pryzmm

    Question

    If you're banned on Minehut, you can appeal here: https://forums.minehut.com/appeal You can't be unbanned from one Minehut server if you're banned across the network
  15. Logs would still be helpful, please send them
  16. If you have concerns about a server, you can report it https://forums.minehut.com/report
  17. In your code, you set {playersonline} to the size of all players, what you should do instead is get the size of the vanish variable and remove it from {playersonline} afterwards i.e. set {playersonline} to size of all players remove (size of {vanish::*}) from {playersonline}
  18. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks! If you're encountering an issue, please make a new post instead.
  19. Can you send us your server logs? Go to the file manager and download your latest.log. Then upload it to mclo.gs and send us the link
  20. my best bet is using skript to achieve something like this: on region enter: if "%event-region%" is "iron": # theres 100% a better way of doing this, but i dont know apply potion of mining fatigue to player
  21. DID SOMEONE SAY CAKE?
  22. There could be multiple problems why this is: - Vanilla spawn protection is in the way - WorldGuard is preventing players from breaking blocks - Another plugin is conflicting
  23. Pryzmm

    Can't access Server

    Have you reached out to support yet? (Click Here) Also if you're able to, can you send us your server logs via the console instead of the file manager?
  24. Pryzmm

    Command help

    Are you doing this on a server using the NBT update? If your server is 1.20.5+, use this: /give @p iron_pickaxe[damage=249] 1 Otherwise use this: /give @a iron_pickaxe{Damage:249} 1
×
×
  • Create New...