mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-27 12:38:40 +01:00
Added chest protection
This commit is contained in:
parent
ec5092900b
commit
c31e902b4a
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user