Minor message tweaks
This commit is contained in:
parent
c61941dfef
commit
7587416203
|
@ -18,7 +18,7 @@ public class HelpCommand extends Commands {
|
|||
super(plugin);
|
||||
name = "Help";
|
||||
description = "Displays the help menu";
|
||||
syntax = ChatColor.GRAY + "/fpc help " + ChatColor.GOLD + "[page numer]";
|
||||
syntax = ChatColor.GRAY + "/fpc help " + ChatColor.GOLD + "[page number]";
|
||||
minArgs = 0;
|
||||
maxArgs = 1;
|
||||
labels.add("fpc help");
|
||||
|
|
|
@ -499,7 +499,7 @@ public class FPlayer {
|
|||
}
|
||||
|
||||
if(hushed) {
|
||||
FPlayer.errMsg(this, "You are hushed.");
|
||||
FPlayer.errMsg(this, "You are unable to perform this action, because you have been hushed.");
|
||||
}
|
||||
|
||||
if(isOnline() && (shoutCooldown == 0 || !FPChat.getPlugin().getMainConfig().shoutCooldownEnabled() ) && !isHushed()) {
|
||||
|
|
Loading…
Reference in New Issue