Update
This commit is contained in:
parent
8411485ff2
commit
e89e336fa8
@ -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 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 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 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" and "&7Avautuu myöhemmin" to close then run [execute player command "/mirricraft visit skyblock"]
|
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 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 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":
|
if player's world is "lobby":
|
||||||
stop
|
stop
|
||||||
|
10
mirricraft-spawn.sk
Normal file
10
mirricraft-spawn.sk
Normal 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
|
Loading…
Reference in New Issue
Block a user