summaryrefslogtreecommitdiffstats
path: root/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-06-26 15:47:28 +0200
committersnowleo <schneeleo@gmail.com>2011-06-26 15:47:28 +0200
commit34db81cc514ff577d6018faacea8ff094e83501c (patch)
tree7776c8afd05d932695b229ac6da96b2ba6bbc1e9 /EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java
parentd668466c59238e554a3ecc297fcec505efe397f9 (diff)
downloadEssentials-34db81cc514ff577d6018faacea8ff094e83501c.tar
Essentials-34db81cc514ff577d6018faacea8ff094e83501c.tar.gz
Essentials-34db81cc514ff577d6018faacea8ff094e83501c.tar.lz
Essentials-34db81cc514ff577d6018faacea8ff094e83501c.tar.xz
Essentials-34db81cc514ff577d6018faacea8ff094e83501c.zip
Corrected all commands of PermCommands
onCommand now supports the change of the permissions prefix
Diffstat (limited to 'EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java')
-rw-r--r--EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java
index e3c3f1dd6..a9651cd31 100644
--- a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java
+++ b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/EssentialsPermissionsCommands.java
@@ -35,7 +35,7 @@ public class EssentialsPermissionsCommands extends JavaPlugin
@Override
public boolean onCommand(final CommandSender sender, final Command command, final String label, final String[] args)
{
- return Essentials.getStatic().onCommandEssentials(sender, command, label, args, EssentialsPermissionsCommands.class.getClassLoader(), "com.earth2me.essentials.permissions.Command");
+ return Essentials.getStatic().onCommandEssentials(sender, command, label, args, EssentialsPermissionsCommands.class.getClassLoader(), "com.earth2me.essentials.permissions.Command", "groupmanager.");
}
@Override