mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +02:00
Change default op colour
This commit is contained in:
@@ -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: '~'
|
||||||
|
Reference in New Issue
Block a user