diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java index 6085f6a1a..3961393db 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java @@ -555,6 +555,7 @@ public class BlockEventListener implements Listener { } if (!plot.getFlag(IceFormFlag.class)) { event.setCancelled(true); + plot.debug("Ice could not form because ice-form = false"); } } @@ -1033,6 +1034,7 @@ public class BlockEventListener implements Listener { } } else if (!plot.getFlag(BlockIgnitionFlag.class)) { event.setCancelled(true); + plot.debug("Block ignition was cancelled because block-ignition = false"); } } else { if (plot == null) { diff --git a/Core/pom.xml b/Core/pom.xml index b68879e6b..6ddda79f2 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -48,6 +48,12 @@ 1.0 compile + + org.jetbrains + annotations + 20.1.0 + runtime + com.sk89q.worldedit worldedit-core @@ -77,7 +83,7 @@ org.yaml snakeyaml - 1.25 + 1.26 runtime @@ -89,13 +95,7 @@ org.jetbrains.kotlin kotlin-stdlib - 1.3.72 - runtime - - - org.jetbrains - annotations - 20.0.0 + 1.4.0 runtime