diff --git a/Essentials/src/com/earth2me/essentials/Essentials.java b/Essentials/src/com/earth2me/essentials/Essentials.java index a03b6984a..fde60aeba 100644 --- a/Essentials/src/com/earth2me/essentials/Essentials.java +++ b/Essentials/src/com/earth2me/essentials/Essentials.java @@ -353,8 +353,7 @@ public class Essentials extends JavaPlugin } } // Allow plugins to override the command via onCommand - // Removed because of changes in bukkit - /*if (!getSettings().isCommandOverridden(command.getName()) && !commandLabel.startsWith("e")) + if (!getSettings().isCommandOverridden(command.getName()) && !commandLabel.startsWith("e")) { for (Plugin p : getServer().getPluginManager().getPlugins()) { @@ -394,7 +393,7 @@ public class Essentials extends JavaPlugin return getServer().getPluginCommand(p.getDescription().getName() + ":" + commandLabel).execute(sender, commandLabel, args); } - }*/ + } try { diff --git a/Essentials/src/com/earth2me/essentials/Settings.java b/Essentials/src/com/earth2me/essentials/Settings.java index cde2ac409..862c559e1 100644 --- a/Essentials/src/com/earth2me/essentials/Settings.java +++ b/Essentials/src/com/earth2me/essentials/Settings.java @@ -88,8 +88,6 @@ public class Settings implements IConf return config.getBoolean("restrict-" + label.toLowerCase(), false); } - // Removed because of changes in bukkit - /* public boolean isCommandOverridden(String name) { List defaultList = new ArrayList(1); @@ -102,7 +100,6 @@ public class Settings implements IConf } return config.getBoolean("override-" + name.toLowerCase(), false); } - */ public int getCommandCost(IEssentialsCommand cmd) { diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 4a99c7192..8fffa244b 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -105,9 +105,8 @@ rules: # such as /egod, will always grant Essentials priority. # We should try to take priority over /god. If this doesn't work, use # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit. -#overridden-commands: -# - god -# Attention: because of changes in bukkit, this won't work anymore. +overridden-commands: + - god # Disabled commands will be completelly unavailable on the server. disabled-commands: