Jump to content

need skripts


KingEthan

Recommended Posts

HELLO MINEHUT COMMUNITY!

basically my server is one of those "Every 5 seconds you get a specific item" now ive been trying to code this for a while now and it hasnt worked so any REALLY skilled skripters out there wanna help a guy out that'd be nice!

my server is: ZukoonianS

if u wanna see my server fr yourself

Link to comment
Share on other sites

#-=-=-=-=-=-=-=-=-=-=-
#   Skript Made By:
#     S1LENT_EG
#-=-=-=-=-=-=-=-=-=-=-

every 5 seconds:
    loop all players:
        if {_grant} is true:
            give loop-player a random element of all items
            
command /randomitem [<text>]:
    permission: randomitem.player
    trigger:
        if arg-1 is "on":
            set {_grant} to true
            send "&fRandom item generator is now &aOn" to player
        if arg-1 is "off":
            set {_grant} to false
            send "&fRandom item generator is now &cOFF" to player

 


Commands:

/randomitem ON

/randomitem OFF


Hope this helps!

Edited by __S1LENT__

"The sun wont stop for no one"

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...