Solved == World Creation ==

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

NeedHelp

New Member
Jun 23, 2019
5
0
0
22
when I try /worldcreation the limit is 10 it will create worlds like /mv create world1 -t flat and it cant be with same name so we must increase the number like world2 world3 after reaching 10 it will say Error!! You cant use this command. We reached 10 world.. like this and after creating the world the console will teleport player to his world and make him gamemode creative
And there is compass that can teleport to other players world. They will look at the players name at the world selection compass and click on it to teleport who can do this and help me. ☺️
 
command /createworld:
trigger:
add 1 to {worldcount}
Make console execute “mv create {worldcount} -t flat”
Send “Success”
Make console execute “gmc %player%”
Make console execute “mvtp %player% {worldcount}
 
Status
Not open for further replies.