Jump to content

/ad or /admsg


king-okr

Recommended Posts

If you want a script that will execute after a command (e.g. /admessage) with a varying response depending on the player's Minehut rank, then we can use the Minehut API:
 

command /admessage:
    trigger:
        send a request to "https://api.minehut.com/cosmetics/profile/%player's uuid%"
        set {_rank} to json value of (last http response)'s body at "rank"

If a "click me" script is more what you're after the player executes a command (e.g. /admessage), then I'll refer you to this forum from 2021 that should help you out:

Alternatively, if you do a little digging, there should be hundreds of scripts across the internet. I'm sorry if I didn't respond to this query properly. Good luck!

Please let me know more specifically what you want.

Edited by dazurite
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...