Minor message tweaks
This commit is contained in:
parent
c61941dfef
commit
7587416203
|
@ -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");
|
||||||
|
|
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in New Issue