diff --git a/mirricraft-old.sk b/mirricraft-old.sk index d959e05..84adfe6 100644 --- a/mirricraft-old.sk +++ b/mirricraft-old.sk @@ -257,62 +257,62 @@ on respawn: make player execute command "/mirricraft item" stop -on leftclick: - if event-item is ender chest named "&fMirriCraft": - make player execute command "/mirricraft gui" - cancel the event - wait 2 tick - if event-item is compass named "&4Mene": - make player execute command "/mirricraft gui visit" - cancel the event - wait 2 tick - if event-item is diamond named "&bVIP": - make player execute command "/mirricraft gui vip" - cancel the event - wait 2 tick - if event-item is player's skull named "&6%player%": - make player execute command "/mirricraft gui player" - cancel the event - wait 2 tick +#on leftclick: +# if event-item is ender chest named "&fMirriCraft": +# make player execute command "/mirricraft gui" +# cancel the event +# wait 2 tick +# if event-item is compass named "&4Mene": +# make player execute command "/mirricraft gui visit" +# cancel the event +# wait 2 tick +# if event-item is diamond named "&bVIP": +# make player execute command "/mirricraft gui vip" +# cancel the event +# wait 2 tick +# if event-item is player's skull named "&6%player%": +# make player execute command "/mirricraft gui player" +# cancel the event +# wait 2 tick -on rightclick: - if event-item is ender chest named "&fMirriCraft": - make player execute command "/mirricraft gui" - cancel the event - wait 2 tick - if event-item is compass named "&4Mene": - make player execute command "/mirricraft gui visit" - cancel the event - wait 2 tick - if event-item is diamond named "&bVIP": - make player execute command "/mirricraft gui vip" - cancel the event - wait 2 tick - if event-item is player's skull named "&6%player%": - make player execute command "/mirricraft gui player" - cancel the event - wait 2 tick +#on rightclick: +# if event-item is ender chest named "&fMirriCraft": +# make player execute command "/mirricraft gui" +# cancel the event +# wait 2 tick +# if event-item is compass named "&4Mene": +# make player execute command "/mirricraft gui visit" +# cancel the event +# wait 2 tick +# if event-item is diamond named "&bVIP": +# make player execute command "/mirricraft gui vip" +# cancel the event +# wait 2 tick +# if event-item is player's skull named "&6%player%": +# make player execute command "/mirricraft gui player" +# cancel the event +# wait 2 tick -on inventory click: - if event-item is ender chest named "&fMirriCraft": - cancel the event - if event-item is compass named "&4Mene": - cancel the event - if event-item is diamond named "&bVIP": - cancel the event - if event-item is player's skull named "&6%player%": - cancel the event +#on inventory click: +# if event-item is ender chest named "&fMirriCraft": +# cancel the event +# if event-item is compass named "&4Mene": +# cancel the event +# if event-item is diamond named "&bVIP": +# cancel the event +# if event-item is player's skull named "&6%player%": +# cancel the event -on drop: - if event-item is ender chest named "&fMirriCraft": - cancel the event - if event-item is compass named "&4Mene": - cancel the event - if event-item is diamond named "&bVIP": - cancel the event - if event-item is player's skull named "&6%player%": - cancel the event +#on drop: +# if event-item is ender chest named "&fMirriCraft": +# cancel the event +# if event-item is compass named "&4Mene": +# cancel the event +# if event-item is diamond named "&bVIP": +# cancel the event +# if event-item is player's skull named "&6%player%": +# cancel the event on pickup: if event-item is ender chest named "&fMirriCraft":