Jump to content

Pryzmm

Moderator
  • Posts

    2,038
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. 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!
  2. 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
  3. thats just a tab indent, i dont use spaces when coding
  4. 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
  5. could you tell us what plugin you're using? also any logs would be helpful
  6. 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
  7. 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
  8. Pryzmm

    Perm banned

    You can make an appeal here: https://forums.minehut.com/appeal
  9. on mine: cancel drops give drops of block using player's tool to player
  10. 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
  11. looks good, though for the on respawn event i would use the "respawn location" expression rather then teleporting the player, since it could cause issues
  12. 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
  13. Logs would still be helpful, please send them
  14. If you have concerns about a server, you can report it https://forums.minehut.com/report
  15. 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}
  16. 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.
  17. 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
  18. 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
  19. DID SOMEONE SAY CAKE?
  20. 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
  21. 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?
  22. 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
  23. this party is crazy, its in the triple digits for replies now
  24. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
×
×
  • Create New...