2023-04-26 14:44:54 +00:00
|
|
|
#--------------------------------------------------
|
|
|
|
#
|
|
|
|
# MIRRICRAFT
|
|
|
|
# by Christer Warén / Warén Group
|
|
|
|
#
|
|
|
|
#--------------------------------------------------
|
|
|
|
|
2020-10-23 16:41:09 +00:00
|
|
|
command /spawn:
|
|
|
|
description: Spawn
|
|
|
|
executable by: players
|
|
|
|
trigger:
|
2020-10-24 04:40:00 +00:00
|
|
|
if "%player's world%" contains "skyblock_":
|
2023-04-23 15:24:30 +00:00
|
|
|
teleport player to spawn of "skyblock"
|
2020-10-23 16:51:33 +00:00
|
|
|
stop
|
2020-10-23 16:41:09 +00:00
|
|
|
else:
|
2023-04-23 15:24:30 +00:00
|
|
|
teleport player to spawn of "%player's world%"
|
2023-04-26 14:44:54 +00:00
|
|
|
stop
|