mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-03 09:31:57 +02:00
Corrected all commands of PermCommands
onCommand now supports the change of the permissions prefix
This commit is contained in:
@@ -21,7 +21,7 @@ public class Commandmangadd extends EssentialsCommand
|
||||
throw new NotEnoughArgumentsException();
|
||||
}
|
||||
final String group = args[0];
|
||||
String command = "/permissions g:" + group + " create";
|
||||
String command = "permissions g:" + group + " create";
|
||||
sender.sendMessage(commandLabel + " is deprecated. Use " + command + " instead.");
|
||||
ess.getServer().dispatchCommand(sender, command);
|
||||
}
|
||||
|
Reference in New Issue
Block a user