Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/23/2020 in all areas

  1. Hey, if you are having a technical issue with the server, please post about it here. A staff member will get to it as soon as possible. All posts that should be posted here will be locked and directed to this post.
    1 point
  2. Ha thats funny. uh you should be able accsess the server controls by going to your minehut server list and just put a "lag clear plugin" so every like 5 min it will remove every item that is brocken and just sitting on the ground.
    1 point
  3. Minehut already has the dream manhunt plugin
    1 point
  4. Yup will do, thank you for the update.
    1 point
  5. Try posting this in the Marketplace forums too
    1 point
  6. Not really sure about SkVault as I've never used it before, but I'd recommend using a variable for economy. If you do decide to do this, make sure the variable is linked to a player's UUID, not their username. Also, use a loop variable to make it easier to do a reset of balances. # Use: {balance::%uuid of player%} #Do not use: {balance::%player%}, {balance.%uuid of player%} or {balance.%player%} # Simple Functions # Show balance balance(s: sender, p: offlpine player): set {_u} to uuid of {_p} #: Set to call {_p}'s uuid (You cannot use the expression %uuid of {_p}%) if {_p} is {_s}: send "&aBalance: &c$%{balance::%{_u}%}%" to {_s} else: send "&a%{_p}%&a's Balance: &c$%{balance::%{_u}%}%" to {_s} command /bal [<offline player>]: permission: server.balance permission message: &4You do not have access to that command. trigger: if arg-1 is not set: balance(sender, player) else: if sender has permission "server.balance.others": balance(sender, arg-1) else: message "&4You do not have access to that command." # Add to player's balance ecoAdd(s: sender, p: offline player, amt: integer): set {_u} to uuid of {_p} add {_amt} to {balance::%{_u}%} if {_p} is not {_s}: send "&c$%{_amt}% &awas added to %{_p}%&a's account." to {_s} send "&c$%{_amt}% &awas added to your account. New balance: &c$%{balance::%{_u}%}%" to {_p} # You can repeat these for removing, setting and resetting balance. # You can also create a command like /eco to call all of these functions as used in the example /bal.
    1 point
  7. Thanks again - should be updated now! I am not able to track this plugin the same way as with normal releases on Spigot, etc, so feel free to remind us again if you see another build is released and Minehut doesn't have it yet.
    1 point
  8. This video will show you the way that works on MH to do what you want to do.
    1 point
  9. make your world offline and press edit server. press the button "danger zone". there will be a button for resetting your server
    1 point
  10. Hi, my account just got hacked and I think someone is getting into minehut servers without me knowing. Is there any way to know if there is souspicious activity or any way I can protect my account? PS: I alredy changed my password and doing that all devices are discoennected, but I'd still like to know if there is some additional security I can use on minehut (like maybe a login system or idk)
    1 point
  11. Are you on a cracked account? If so, you can't join Minehut with it
    1 point
×
×
  • Create New...