Hi Darkdeath1332, thanks for the plugin - however there is big bug, it removes every block with the data of 15 eg. black wool, Supercondensator and relay.
I think your problem is around here:
if (((event.getAction() == Action.LEFT_CLICK_BLOCK) || ((event.getAction() == Action.RIGHT_CLICK_BLOCK) && (event.getClickedBlock().getTypeId() == 1614))) &&
(event.getClickedBlock().getData() == 15)) {
I think your problem is around here:
if (((event.getAction() == Action.LEFT_CLICK_BLOCK) || ((event.getAction() == Action.RIGHT_CLICK_BLOCK) && (event.getClickedBlock().getTypeId() == 1614))) &&
(event.getClickedBlock().getData() == 15)) {