Why isn't my skript working

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

LukaDukaYT

Member
Sep 23, 2019
11
1
3
67
command /create [<text>]:
trigger:
if {servers::*} contains "%argument%":
message "&bName is already taken!"
else:
add argument to {servers::*}
message "&bCongrats&3! You made a playground called &b%arg 1%&3!"
execute console command "mv create %argument% normal -g VoidGenerator"

command /join [<text>]:
trigger:
execute console command "mvtp %player% %argument%"
 
Code:
command /create [<text>]:
    trigger:
        if {servers::*} contains "%arg-1%":
            message "&bName is already taken!"
        else:
            add argument to {servers::*}
            message "&bCongrats&3! You made a playground called &b%arg 1%&3!"
            execute console command "mv create %argument% normal -g VoidGenerator"

command /join [<text>]:
    trigger:
        execute console command "mvtp %player% %argument%"
 
Status
Not open for further replies.