mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Update /smite (#2009)
This update makes smite messages stand out more in chat and to the smitten player.
This commit is contained in:
parent
30a6b7a442
commit
f97de65787
@ -53,7 +53,7 @@ public class Command_smite extends FreedomCommand
|
||||
|
||||
if (reason != null)
|
||||
{
|
||||
FUtil.bcastMsg(" Reason: " + reason, ChatColor.RED);
|
||||
FUtil.bcastMsg(" Reason: " + reason, ChatColor.YELLOW);
|
||||
}
|
||||
|
||||
// Deop
|
||||
@ -82,7 +82,7 @@ public class Command_smite extends FreedomCommand
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user