mirricraft-skript/mirricraft-spawn.sk

11 lines
294 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"
2020-10-23 16:51:33 +00:00
stop
2020-10-23 16:41:09 +00:00
else:
teleport player to world "%player's world%"
2020-10-23 16:51:33 +00:00
stop