Dieser Commit ist enthalten in:
Ursprung
22ef3cd13d
Commit
8a417e32c1
@ -44,6 +44,10 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
|
||||
|
||||
private List<String> defaultHelpMessages = new ArrayList<>();
|
||||
|
||||
protected SWCommand(String command) {
|
||||
this(command, null);
|
||||
}
|
||||
|
||||
protected SWCommand(String command, String permission) {
|
||||
super(CommandSender.class, command);
|
||||
this.permission = permission;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren