mirricraft-skript/mirricraft-spawn.sk
Christer Warén 8662339716 Update
2020-10-24 07:40:00 +03:00

11 lines
298 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