little things I found idk

This commit is contained in:
ZeroEpoch1969 2020-01-06 11:30:40 -07:00
parent 1181de8ed4
commit 648d0e9b2e
No known key found for this signature in database
GPG Key ID: A7BAB4E14F089CF3
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
{

View File

@ -6,7 +6,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.SENIOR_ADMIN, source = SourceType.ONLY_CONSOLE)
@CommandParameters(description = "Manage permanently banned players and IPs.", usage = "/<command> reload")
public class Command_permban extends FreedomCommand
{

View File

@ -20,7 +20,7 @@ public class Command_scare extends FreedomCommand
{
if (!FUtil.isPaper())
{
msg("This command won't work on Paper!", ChatColor.RED);
msg("This command won't work without Paper!", ChatColor.RED);
return true;
}