mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-23 17:09:21 +00:00
Update CommandManager.java
This commit is contained in:
@@ -56,7 +56,7 @@ public class CommandManager implements Initable {
|
||||
if (!CommandAPI.isLoaded())
|
||||
CommandAPI.onLoad(new CommandAPIBukkitConfig(plugin).silentLogs(true));
|
||||
new CommandAPICommand("customcrops")
|
||||
.withPermission(CommandPermission.OP)
|
||||
.withPermission("customcrops.admin")
|
||||
.withAliases("ccrops")
|
||||
.withSubcommands(
|
||||
getReloadCommand(),
|
||||
|
||||
Reference in New Issue
Block a user