Remove command filter.. we handle it with WorldGuard

This commit is contained in:
addstar 2013-11-28 22:01:43 +11:00
parent 4874a165e9
commit acd906ee8c

View File

@ -133,8 +133,11 @@ public class BlockHunt extends JavaPlugin implements Listener {
new OnInventoryClickEvent(), this);
getServer().getPluginManager().registerEvents(
new OnInventoryCloseEvent(), this);
getServer().getPluginManager().registerEvents(
new OnPlayerCommandPreprocessEvent(), this);
// Removed - This is handled by WorldGuard now.
// getServer().getPluginManager().registerEvents(
// new OnPlayerCommandPreprocessEvent(), this);
getServer().getPluginManager().registerEvents(
new OnPlayerDropItemEvent(), this);
getServer().getPluginManager().registerEvents(