mirricraft-skript/mirricraft-spawn.sk
Christer Warén 8332516600 Update
2023-04-26 17:44:54 +03:00

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