diff --git a/mirricraft-irondooropener.sk b/mirricraft-irondooropener.sk new file mode 100644 index 0000000..04ce8c2 --- /dev/null +++ b/mirricraft-irondooropener.sk @@ -0,0 +1,10 @@ +# --- Iron Door Opener --- +on right click on iron door: + play sound "block.iron_door.open" with volume 1 to the player + toggle event-block + +on right click on iron door: + cancel the event + +on right click on iron door holding a iron door: + cancel the event \ No newline at end of file diff --git a/mirricraft-old.sk b/mirricraft-old.sk index f3d21c0..a83d5fd 100644 --- a/mirricraft-old.sk +++ b/mirricraft-old.sk @@ -378,17 +378,6 @@ on player world change: if "%event-world%" is "lobby": send player title "&6MirriCraft" for 5 seconds -# --- Iron Door Opener --- -on right click on iron door: - play sound "block.iron_door.open" with volume 1 to the player - toggle event-block - -on right click on iron door: - cancel the event - -on right click on iron door holding a iron door: - cancel the event - # --- Lobby Time & Weather --- #at 18:00: # if "%event-world%" is "lobby":