Added chest protection

This commit is contained in:
Acrobot 2012-06-25 17:15:32 +02:00
parent ec5092900b
commit c31e902b4a

View File

@ -130,6 +130,8 @@ public class ChestShop extends JavaPlugin {
////////////////// REGISTER EVENTS, SCHEDULER & STATS ///////////////////////////
private void registerEvents() {
registerEvent(new com.Acrobot.ChestShop.Plugins.ChestShop()); //Chest protection
registerEvent(new BlockBreak());
registerEvent(new BlockPlace());
registerEvent(new SignChange());