diff --git a/src/main/java/com/fpghoti/fpchatx/command/commands/HelpCommand.java b/src/main/java/com/fpghoti/fpchatx/command/commands/HelpCommand.java index 8d0d4ef..44f1baa 100644 --- a/src/main/java/com/fpghoti/fpchatx/command/commands/HelpCommand.java +++ b/src/main/java/com/fpghoti/fpchatx/command/commands/HelpCommand.java @@ -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"); diff --git a/src/main/java/com/fpghoti/fpchatx/player/FPlayer.java b/src/main/java/com/fpghoti/fpchatx/player/FPlayer.java index c6114f6..29e0ff6 100644 --- a/src/main/java/com/fpghoti/fpchatx/player/FPlayer.java +++ b/src/main/java/com/fpghoti/fpchatx/player/FPlayer.java @@ -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()) {