This commit is contained in:
Christer Warén
2020-10-23 19:41:09 +03:00
parent 8411485ff2
commit e89e336fa8
2 changed files with 13 additions and 3 deletions

10
mirricraft-spawn.sk Normal file
View File

@@ -0,0 +1,10 @@
# --- Spawn ---
command /spawn:
description: Spawn
executable by: players
trigger:
if player's world contains "skyblock_":
teleport player to world "skyblock"
else:
teleport player to world "%player's world%"
stop