mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-22 16:39:25 +00:00
Fixed /ecobosses only being able to be ran as a player
This commit is contained in:
@@ -12,7 +12,7 @@ public class CommandEcobosses extends PluginCommand {
|
||||
* @param plugin The plugin to manage the execution for.
|
||||
*/
|
||||
public CommandEcobosses(@NotNull final EcoBossesPlugin plugin) {
|
||||
super(plugin, "ecobosses", "ecobosses.command.ecobosses", true);
|
||||
super(plugin, "ecobosses", "ecobosses.command.ecobosses", false);
|
||||
this.addSubcommand(new CommandReload(plugin))
|
||||
.addSubcommand(new CommandKillall(plugin))
|
||||
.addSubcommand(new CommandSpawn(plugin))
|
||||
|
||||
Reference in New Issue
Block a user