Does anyone know how to fix this skript

  • 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
I'm trying to skript a playground type thing
were it gives you your own world, But this isn't working
--------CODE--------
command /create [<text>]:
trigger:
if %arg 1% is already in {servers::*}:
message "&bName is already taken!"
else:
add %arg 1% to {servers::*}
message "&bCongrats&3! You made a server called &b%arg 1%&3!"
 
I'm trying to skript a playground type thing
were it gives you your own world, But this isn't working
--------CODE--------
command /create [<text>]:
trigger:
if %arg 1% is already in {servers::*}:
message "&bName is already taken!"
else:
add %arg 1% to {servers::*}
message "&bCongrats&3! You made a server called &b%arg 1%&3!"
You only need percentage signs when you're in a string or a variable. In other cases, you can't use the percentage signs.
 
Status
Not open for further replies.