mirricraft-skript/mirricraft-spawn.sk

10 lines
273 B
Plaintext
Raw Normal View History

2020-10-23 16:41:09 +00:00
# --- 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