Update /smite (#2009)

This update makes smite messages stand out more in chat and to the smitten player.
This commit is contained in:
uyscutix 2017-06-30 08:42:49 +01:00 committed by Jerom van der Sar
parent 30a6b7a442
commit f97de65787

View file

@ -53,7 +53,7 @@ public class Command_smite extends FreedomCommand
if (reason != null) if (reason != null)
{ {
FUtil.bcastMsg(" Reason: " + reason, ChatColor.RED); FUtil.bcastMsg(" Reason: " + reason, ChatColor.YELLOW);
} }
// Deop // Deop
@ -82,7 +82,7 @@ public class Command_smite extends FreedomCommand
if (reason != null) if (reason != null)
{ {
player.sendMessage(ChatColor.RED + "You've been smitten. Reason: " + reason); player.sendMessage(ChatColor.RED + "You've been smitten. Reason: " + ChatColor.YELLOW + reason);
} }
} }
} }