diff --git a/mirricraft-old.sk b/mirricraft-old.sk index 937a9bb..1f96b59 100644 --- a/mirricraft-old.sk +++ b/mirricraft-old.sk @@ -53,11 +53,11 @@ command /mirricraft [] [] []: 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 diff --git a/mirricraft-spawn.sk b/mirricraft-spawn.sk new file mode 100644 index 0000000..ca64bb7 --- /dev/null +++ b/mirricraft-spawn.sk @@ -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 \ No newline at end of file