11 lines
294 B
Plaintext
11 lines
294 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 |