1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 17:41:57 +02:00

Corrected all commands of PermCommands

onCommand now supports the change of the permissions prefix
This commit is contained in:
snowleo
2011-06-26 15:47:28 +02:00
parent 3b9a07e560
commit 88ded926f4
24 changed files with 39 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ public class Commandmanload extends EssentialsCommand
{
world = args[0];
}
String command = "/permissions -reload "+world;
String command = "permissions -reload "+world;
sender.sendMessage(commandLabel + " is deprecated. Use " + command + " instead.");
ess.getServer().dispatchCommand(sender, command);
}