diff --git a/mirricraft-old.sk b/mirricraft-old.sk index a83d5fd..937a9bb 100644 --- a/mirricraft-old.sk +++ b/mirricraft-old.sk @@ -53,7 +53,7 @@ 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" 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 (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 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"] @@ -367,6 +367,8 @@ on pickup: on death: if player's world is "lobby": clear drops + if player's world is "utopia": + clear drops # --- Welcome Message --- on join: diff --git a/mirricraft.sk b/mirricraft.sk index e5e871a..f9ba947 100644 --- a/mirricraft.sk +++ b/mirricraft.sk @@ -6,15 +6,15 @@ #-------------------------------------------------- on load: - #Configuration - if "mirricraft.yml" exists: + #Create Config + if "mirricraft.yml" exist: stop else: create file "mirricraft.yml" - wf "#--------------------------------------------------" - wf "#" - wf "# MIRRICRAFT" - wf "# by Christer Warén / Warén Group" - wf "#" - wf "#--------------------------------------------------" + #wf "#--------------------------------------------------" to "mirricraft.yml" + #wf "#" to "mirricraft.yml" + #wf "# MIRRICRAFT" to "mirricraft.yml" + #wf "# by Christer Warén / Warén Group" to "mirricraft.yml" + #wf "#" to "mirricraft.yml" + #wf "#--------------------------------------------------" to "mirricraft.yml" stop \ No newline at end of file