Make the command executable in-game

This commit is contained in:
business-goose 2022-03-21 20:30:23 +00:00
parent a14d0bc6a8
commit 6752e4aa5d

View file

@ -8,7 +8,7 @@ import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
@CommandPermissions(level = AdminLevel.SENIOR, source = SourceType.ONLY_CONSOLE)
@CommandPermissions(level = AdminLevel.SENIOR, source = SourceType.BOTH)
@CommandParameters(description = "For developers only - update TFM.", usage = "/<command>")
public class Command_updatetfm extends FreedomCommand {
@Override