mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-02-18 19:11:19 +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 ///////////////////////////
|
////////////////// REGISTER EVENTS, SCHEDULER & STATS ///////////////////////////
|
||||||
private void registerEvents() {
|
private void registerEvents() {
|
||||||
|
registerEvent(new com.Acrobot.ChestShop.Plugins.ChestShop()); //Chest protection
|
||||||
|
|
||||||
registerEvent(new BlockBreak());
|
registerEvent(new BlockBreak());
|
||||||
registerEvent(new BlockPlace());
|
registerEvent(new BlockPlace());
|
||||||
registerEvent(new SignChange());
|
registerEvent(new SignChange());
|
||||||
|
Loading…
Reference in New Issue
Block a user