Minor message tweaks

This commit is contained in:
Ghoti 2020-01-19 19:54:10 -06:00
parent c61941dfef
commit 7587416203
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ public class HelpCommand extends Commands {
super(plugin); super(plugin);
name = "Help"; name = "Help";
description = "Displays the help menu"; 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; minArgs = 0;
maxArgs = 1; maxArgs = 1;
labels.add("fpc help"); labels.add("fpc help");

View File

@ -499,7 +499,7 @@ public class FPlayer {
} }
if(hushed) { 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()) { if(isOnline() && (shoutCooldown == 0 || !FPChat.getPlugin().getMainConfig().shoutCooldownEnabled() ) && !isHushed()) {