This commit is contained in:
ZeroEpoch1969
2018-08-16 17:20:50 -07:00
parent 2bfc412e78
commit 516c21533c
6 changed files with 37 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.SUPER_ADMIN, source = SourceType.BOTH)
@CommandParameters(description = "Unbans a player", usage = "/<command> <username> [-r[estore]]", aliases = "pardon")
@CommandParameters(description = "Unbans a player", usage = "/<command> <username> [-r[estore]]")
public class Command_unban extends FreedomCommand
{