This commit is contained in:
Christer Warén
2023-04-23 18:24:30 +03:00
parent 59a800c894
commit 9780aa604b
5 changed files with 34 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ command /spawn:
executable by: players
trigger:
if "%player's world%" contains "skyblock_":
teleport player to world "skyblock"
teleport player to spawn of "skyblock"
stop
else:
teleport player to world "%player's world%"
teleport player to spawn of "%player's world%"
stop