mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 13:13:24 +00:00
Change default op colour
This commit is contained in:
parent
161a61e0c6
commit
029162bba7
2 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@ public class Settings implements ISettings
|
|||
|
||||
if (colorName == null)
|
||||
{
|
||||
return ChatColor.RED;
|
||||
return ChatColor.DARK_RED;
|
||||
}
|
||||
if ("none".equalsIgnoreCase(colorName) || colorName.isEmpty())
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
############################################################
|
||||
|
||||
# A color code between 0-9 or a-f. Set to 'none' to disable.
|
||||
ops-name-color: 'c'
|
||||
ops-name-color: '4'
|
||||
|
||||
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
|
||||
nickname-prefix: '~'
|
||||
|
|
Loading…
Reference in a new issue