Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/09/2021 in Posts

  1. I am officially crowning April 9th 2021 as Minehut Staff Appreciation Day Mods, Helpers, Admins, wherever you are, give em a round of applause in the comments for keeping minehut running! :)
    1 point
  2. Nicely done! Just a tip, but instead of using a variable like {backpacks.open::%player's uuid%} to determine whether or not a player's backpack is open, try using a metadata tag like metadata value "backpacks-open" of player. Metadata tags are much better in a case like this because they do not take up valuable variable space, and are deleted automatically when the server stops, so you don't have to worry about deleting it yourself if the server shuts down unexpectedly. You can also pack an effect and condition into one line, for example: if {god::%victim's uuid%} is true: cancel event turns into: cancel event if {god::%victim's uuid%} is true Also, you don't need to make every single argument in a command optional, so instead of having command /retrieve [<integer>] [<integer>], you can have command /retrieve <integer> <integer>, and then in your code, you wouldn't have to check if each argument is set.
    1 point
  3. I learned watching youtube tuts and actually reading the documentations. My favorite documentation is Skript Hub, their design is slick and you have examples on how to use different events/actions/functions. If you need any skript help just dm me on discord Azuyamat#0001. I like just trying skripts to learn.
    1 point
  4. There are some good tutorials on minehut.xyz. I personally learned skript by looking at other people's skripts and playing around with it. There is also a ton of skripts and resources on SpigotMC. You can also look at the docs on SkriptHub.
    1 point
  5. Yeah my bad, usually I have it installed on my servers but due to the nature of how minehut limits plugin usage I don't have it on, thank you.
    1 point
  6. 1 point
  7. That sounds great, if you want to specifically claim that name, you could request it to be unblocked on Minehut Meta. Not really sure, but it's always great to give it a try! I'll drop you the link: https://github.com/Minehut/Meta/issues/new?assignees=&labels=filter+request&template=filter_request.md&title=Filter+request Good luck!
    1 point
  8. on swap hand items: if {cooldown.%player%} is not greater than 0: set {cooldown.%player%} to 1 wait 1 second # as the offhand exploit spams n amount in 1 tick, you can change this to any value you want set {cooldown.%player%} to 0 set {used.%player%} to 0 else: cancel event add 1 to {used.%player%} if {used.%player%} >= 50: execute console command "/ban -s %player% Exploits" # uses AdvancedBans # resets cooldown if something breaks command /reset [<player>]: permission: expl.admin trigger: set {cooldown.%arg-1%} to 0
    1 point
  9. i have an iphone with 1.16.5 version and it is impossible to downgrade.. i tryed but didnt work how can i do?
    0 points
  10. What is the ip you are using? You HAVE to use the ip bedrock.minehut.com. Direct ips don't work when using bedrock. This ip will take you to the Minehut lobby. Then do /join servername in chat and it will take you to your server if its online. Also this post is from July. Do not respond to posts that have been inactive for over a month. If you have an issue of your own next time, you can just make your own post on it or ask in the Minehut Discord (discord.gg/minehut).
    0 points
×
×
  • Create New...