Solved How to check if world exists?

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

CassioTDS

Member
Jul 8, 2019
13
0
0
67
Hello, I tried making a command that uses multi-verse to create worlds (make console execute "mv create world") but when I try making the world join command, I am stuck with: if world arg 2 exists: . It dosen't work... Any help? I am using skript 1.15
 
code_language.skript:
if ("world" parsed as world) is set:
    send "this world exists"
else:
    send "this world does not exist"
 
Status
Not open for further replies.