mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-09 13:19:13 +01:00
Change default op colour
This commit is contained in:
parent
161a61e0c6
commit
029162bba7
@ -309,7 +309,7 @@ public class Settings implements ISettings
|
|||||||
|
|
||||||
if (colorName == null)
|
if (colorName == null)
|
||||||
{
|
{
|
||||||
return ChatColor.RED;
|
return ChatColor.DARK_RED;
|
||||||
}
|
}
|
||||||
if ("none".equalsIgnoreCase(colorName) || colorName.isEmpty())
|
if ("none".equalsIgnoreCase(colorName) || colorName.isEmpty())
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
# A color code between 0-9 or a-f. Set to 'none' to disable.
|
# 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.
|
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
|
||||||
nickname-prefix: '~'
|
nickname-prefix: '~'
|
||||||
|
Loading…
Reference in New Issue
Block a user