18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
#--------------------------------------------------
|
|
#
|
|
# MIRRICRAFT
|
|
# by Christer Warén / Warén Group
|
|
#
|
|
#--------------------------------------------------
|
|
|
|
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
|