a few things

This commit is contained in:
2022-02-22 01:11:37 -06:00
parent e23929ee0c
commit 137bc44212
6 changed files with 31 additions and 22 deletions

View File

@ -442,7 +442,7 @@ public abstract class PlexCommand extends Command implements PluginIdentifiableC
*/
protected Component usage(String s)
{
return componentFromString(ChatColor.YELLOW + "Correct Usage: " + ChatColor.GRAY + this.getUsage());
return componentFromString(ChatColor.YELLOW + "Correct Usage: " + ChatColor.GRAY + s);
}
protected Player getNonNullPlayer(String name)