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

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved How to check if world exists?

Discussion in 'Skript' started by CassioTDS, Apr 8, 2020.

Thread Status:
Not open for further replies.
  1. CassioTDS

    CassioTDS Member

    Joined:
    Jul 8, 2019
    Messages:
    13
    Likes Received:
    0
    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
     
  2. Best Answer:
    Post #2 by AsuDev, Apr 8, 2020
  3. AsuDev

    VIP

    Joined:
    Jan 27, 2017
    Messages:
    244
    Likes Received:
    22
    Code (Skript):
    1. if ("world" parsed as world) is set:
    2.     send "this world exists"
    3. else:
    4.     send "this world does not exist"
     
Thread Status:
Not open for further replies.

Share This Page

Loading...