This commit is contained in:
AlphaAE
2019-05-09 15:17:49 +08:00
parent 0a91ebcf17
commit 69efe92737
4 changed files with 36 additions and 32 deletions

View File

@ -52,6 +52,6 @@ public class MainPlugin extends PluginBase {
pluginManager.registerEvents(new PlayerJoinQuitEvent(), this);
pluginManager.registerEvents(new PlayerInteractSetEvent(), this);
pluginManager.registerEvents(new FormRespondedEvent(), this);
pluginManager.registerEvents(new PlayerInventoryEvent(), this);
// pluginManager.registerEvents(new PlayerInventoryEvent(), this);
}
}