mirricraft-skript/mirricraft-spawn.sk
Christer Warén e89e336fa8 Update
2020-10-23 19:41:09 +03:00

10 lines
273 B
Plaintext

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