From 758741620362c0959640f0598693cb1a9931a736 Mon Sep 17 00:00:00 2001 From: thmsdy Date: Sun, 19 Jan 2020 19:54:10 -0600 Subject: [PATCH] Minor message tweaks --- .../java/com/fpghoti/fpchatx/command/commands/HelpCommand.java | 2 +- src/main/java/com/fpghoti/fpchatx/player/FPlayer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()) {