1
0
This commit is contained in:
Lee
2024-03-20 17:50:17 +00:00
parent d9a2fd16d0
commit 6d376a26f6
8 changed files with 38 additions and 5 deletions

View File

@ -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);