mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-01 00:26:48 +02:00
Adding some GM aliases
This commit is contained in:
@@ -22,6 +22,7 @@ public class Commandmanuadd extends EssentialsCommand
|
||||
}
|
||||
final String player = args[0];
|
||||
final String group = args[1];
|
||||
//TODO: Make this command add a player if it doesnt exist /permissions +player+ create
|
||||
ess.getServer().dispatchCommand(sender, "/permissions "+player+" parents add "+group+"");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user