This commit is contained in:
Christer Warén 2020-10-20 21:54:42 +03:00
parent e5e1acbe32
commit 4cc248f5d2
2 changed files with 11 additions and 9 deletions

View File

@ -53,7 +53,7 @@ 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" 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 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 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"]
@ -367,6 +367,8 @@ on pickup:
on death: on death:
if player's world is "lobby": if player's world is "lobby":
clear drops clear drops
if player's world is "utopia":
clear drops
# --- Welcome Message --- # --- Welcome Message ---
on join: on join:

View File

@ -6,15 +6,15 @@
#-------------------------------------------------- #--------------------------------------------------
on load: on load:
#Configuration #Create Config
if "mirricraft.yml" exists: if "mirricraft.yml" exist:
stop stop
else: else:
create file "mirricraft.yml" create file "mirricraft.yml"
wf "#--------------------------------------------------" #wf "#--------------------------------------------------" to "mirricraft.yml"
wf "#" #wf "#" to "mirricraft.yml"
wf "# MIRRICRAFT" #wf "# MIRRICRAFT" to "mirricraft.yml"
wf "# by Christer Warén / Warén Group" #wf "# by Christer Warén / Warén Group" to "mirricraft.yml"
wf "#" #wf "#" to "mirricraft.yml"
wf "#--------------------------------------------------" #wf "#--------------------------------------------------" to "mirricraft.yml"
stop stop