mirricraft-skript/mirricraft-spawn.sk
Christer Warén 9780aa604b Update
2023-04-23 18:24:30 +03:00

11 lines
304 B
Plaintext

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