Jump to content

high quality commands


dankhuman
 Share

Recommended Posts

right so my first command is /masssay, It's a feature on Skeppy's Server and I remade it with skript and its good

 

command /masssay [<text>]:
    permission: masssay.sk
    permission message: &cInsufficient Permissions!
    trigger:
        if arg 1 is not set:
            send "Please format a mass-say."
            stop
        if arg 1 is set:
            loop all players:
                make loop-players say " %arg 1% "

it makes everyone on the server say arg 1 

e.g. /masssay f 

It will make everyone say f.

 

and my second command is /f in fact lmao

command /f:
    permission: f.sk
    permission message: &cInsufficient Permissions!
    trigger:
        loop all players:
            make loop-players say "f"

so um yeah bye

  • Like 1

200.gif?cid=eded0a25fube4zetrcz2czqjrlxt

im bacc

i cant stop doing the chika dance

 

Link to comment
Share on other sites

No need for stop btw with argument. It will still work, Anyways simple but yet good script

 

+rep

 

command /masssay [<text>]:
    permission: masssay.sk
    permission message: &cInsufficient Permissions!
    trigger:
        if arg 1 is not set:
            send "Please format a mass-say."
        if arg 1 is set:
            loop all players:
                make loop-players say " %arg 1% "
Edited by TacticalModz
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
 Share



×
×
  • Create New...