2020-10-23 16:41:09 +00:00
|
|
|
# --- Spawn ---
|
|
|
|
command /spawn:
|
|
|
|
description: Spawn
|
|
|
|
executable by: players
|
|
|
|
trigger:
|
2020-10-24 04:40:00 +00:00
|
|
|
if "%player's world%" contains "skyblock_":
|
2020-10-23 16:41:09 +00:00
|
|
|
teleport player to world "skyblock"
|
2020-10-23 16:51:33 +00:00
|
|
|
stop
|
2020-10-23 16:41:09 +00:00
|
|
|
else:
|
|
|
|
teleport player to world "%player's world%"
|
2020-10-23 16:51:33 +00:00
|
|
|
stop
|