little things I found idk

This commit is contained in:
ZeroEpoch1969
2020-01-06 11:30:40 -07:00
parent 1181de8ed4
commit 648d0e9b2e
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.SENIOR_ADMIN, source = SourceType.BOTH)
@CommandPermissions(level = Rank.TELNET_ADMIN, source = SourceType.BOTH)
@CommandParameters(description = "Kick all non-admins on server.", usage = "/<command>")
public class Command_kicknoob extends FreedomCommand
{