mirricraft-skript/mirricraft-spawn.sk
Christer Warén 52462d909f Update
2020-10-23 19:51:33 +03:00

11 lines
294 B
Plaintext

# --- Spawn ---
command /spawn:
description: Spawn
executable by: players
trigger:
if player's world contains "skyblock_":
teleport player to world "skyblock"
stop
else:
teleport player to world "%player's world%"
stop