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

View File

@ -53,11 +53,11 @@ command /mirricraft [<string>] [<string>] [<string>]:
format slot 27 of player with arrow named "&fTakaisin" to close then run [execute player command "/mirricraft gui"]
format slot 11 of player with diamond sword with no nbt named "&f&nTruelo" with lore "&o&fSelviydy elämän haasteista" and "&7Avautuu myöhemmin" to close then run [execute player command "/mirricraft visit truelo"]
format slot 13 of player with allium named "&f&nUtopia (vain 1.16.3)" with lore "&o&fVain luovuus on rajanasi" and "&7Avautuu myöhemmin" to close then run [execute player command "/mirricraft visit utopia"]
format slot 15 of player with oak sapling named "&f&nSkyBlock" with lore "&o&fTunne vapauden tuulenvire" and "&7Avautuu myöhemmin" to close then run [execute player command "/mirricraft visit skyblock"]
format slot 13 of player with allium named "&f&nUtopia" with lore "&o&fVain luovuus on rajanasi" to close then run [execute player command "/mirricraft visit utopia"]
format slot 15 of player with oak sapling named "&f&nSkyBlock" with lore "&o&fTunne vapauden tuulenvire" to close then run [execute player command "/mirricraft visit skyblock"]
format slot 21 of player with end crystal named "&f&nMinigames" with lore "&o&fHauskaa kavereiden kanssa" and "&7Avautuu myöhemmin" to close then run [execute player command "/mirricraft visit minigames"]
format slot 23 of player with ender eye named "&f&nMultiverse" with lore "&o&fKäväise vanhoissa maailmoissa" to close then run [execute player command "/mirricraft visit multiverse"]
format slot 35 of player with nether star named "&f&nLobby" to close then run [execute player command "/mirricraft visit lobby"]
format slot 35 of player with nether star named "&fLobby" to close then run [execute player command "/mirricraft visit lobby"]
if player's world is "lobby":
stop

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