File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/me/shakeforprotein/treebotrunks/Listeners Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,8 @@ public void onAnvilFall(EntitySpawnEvent e) {
144144 @ EventHandler
145145 public void onPistonExtend (BlockPistonExtendEvent e ){
146146 List <Block > Blocks = e .getBlocks ();
147- Bukkit .broadcastMessage ("Event happened" );
148147 for (Block block : Blocks ) {
149- Bukkit .broadcastMessage ("Got Blocklist" );
150148 if (block .getType () == Material .STONECUTTER ) {
151- Bukkit .broadcastMessage ("Found Stone cutter" );
152149 if (pl .getConfig ().getConfigurationSection ("Stonecutters" ) != null ) {
153150 for (String key : pl .getConfig ().getConfigurationSection ("Stonecutters" ).getKeys (false )) {
154151 if (block .getLocation ().getBlockX () == pl .getConfig ().getInt ("Stonecutters." + key + ".X" )) {
You can’t perform that action at this time.
0 commit comments