help cmd
This commit is contained in:
@ -11,8 +11,6 @@ public abstract class Command implements CommandExecutor {
|
||||
|
||||
private final String command;
|
||||
|
||||
private final String[] permissions;
|
||||
|
||||
@Override
|
||||
public boolean onCommand(@NotNull CommandSender commandSender, org.bukkit.command.@NotNull Command command, @NotNull String s, @NotNull String[] strings) {
|
||||
execute(commandSender, strings);
|
||||
|
Reference in New Issue
Block a user