Jump to content

Vertex_Minehut

Member
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Vertex_Minehut

  1. Vertex_Minehut

    Can't Load World

    I believe https://minehut.com/support/form
  2. Vertex_Minehut

    Can't Load World

    I believe https://minehut.com/support/form
  3. Vertex_Minehut

    Can't Load World

    That's odd, I would recommend making a support ticket and getting minehut to look into it
  4. Hey there, use the support parts of these forums next time
  5. Hey there. I would recommend contacting minehut Support about this.
  6. Vertex_Minehut

    shopkeeper mob

    Requesting lock for necro
  7. No? It would be 25 more per lvl
  8. Just use (25+(25*{level::%player's uuid%}))
  9. Currently level 1 would take 26 xp. Level 2 a bit more. It's an exponential function
  10. It seems like you have been book banned. Go to THIS site and find your uuid and then remove the playerdata for your uuid
  11. Change the numbers until it's how you like.
  12. You just need to change the math and for the "You leveled up to {level::%player's uuid%}" you need %% around {level::%player's uuid%}
  13. What IP are you trying to join with and are you using Java or Bedrock
  14. This seems to be a problem with "Villages" as I have seen other reports of similar issues with this plugin. I will be bringing it up to one of the developers to see if it can get fixed.
  15. This seems to be a problem with "Villages" as I have seen other reports of similar issues with this plugin. I will be bringing it up to one of the developers to see if it can get fixed.
  16. Does anything show up in chat when they right click on it?
  17. Hey there, click HERE and scroll down to the bottom then set your spawn protection to 0 iVUulxZg.mp4
  18. Hey, I think I get what you mean. on mine: if event-block is coal ore: add 1 to {xp::%player's uuid%} else if event-block is iron ore: add 2 to {xp::%player's uuid%} if {xp::%player's uuid%} >= (9+(1*1.05^({level::%player's uuid%} ? 0))): delete {xp::%player's uuid%} add 1 to {level::%player's uuid%} Just change how much is added based on the ore
  19. I am part of a group of people who try to innovate on minehut and reach minehut's very limits with creative games.
  20. If you forgot the name of a server that you joined you can go into your minecraft logs (%appdata% > .minecraft > logs > latest.logs. Click HERE for a tutorial) and then click CTRL + F and paste in "[Render thread/INFO]: [CHAT] Sending you to " and click the arrows until you found the one that you want.
  21. Hey there, there is quite a few ways of doing this but the way I recommend most is using Skript because it has the most customization. Download the Skript plugin (here) and then restart your server. After restarting go to "File Manager" (here), then click "Plugins", then the "Skript" FOLDER, then "Scripts", create new file name it something like "joinmessage.sk" then open it. Paste this into it on join: set join message to "JOIN MESSAGE HERE" # Use %player% for the player's name, %player's display name% for the player's prefix, name, AND suffix on disconnect: set leave message to "LEAVE MESSAGE HERE" # Use %player% for the player's name, %player's display name% for the player's prefix, name, AND suffix Then do /sk reload (name of file without .sk)
×
×
  • Create New...