Inconsistency and Ridiculous Bug Corrections (#189)

This commit is contained in:
Video
2020-03-16 18:58:44 -06:00
committed by GitHub
parent c94ce6b276
commit 48ee7b0e6d
24 changed files with 42 additions and 28 deletions

View File

@ -7,7 +7,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
@CommandParameters(description = "Check name history of username.", usage = "/<command> <username>", aliases = "nh")
@CommandParameters(description = "Check the name history of a username.", usage = "/<command> <username>", aliases = "nh")
public class Command_namehistory extends FreedomCommand
{
@Override