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:
@@ -22,7 +22,7 @@ public class Commandmanudelp extends EssentialsCommand
|
||||
}
|
||||
final String player = args[0];
|
||||
final String perm = args[1];
|
||||
String command = "/permissions "+player+" perms remove "+perm;
|
||||
String command = "permissions "+player+" perms remove "+perm;
|
||||
sender.sendMessage(commandLabel + " is deprecated. Use " + command + " instead.");
|
||||
ess.getServer().dispatchCommand(sender, command);
|
||||
}
|
||||
|
Reference in New Issue
Block a user