Change default op colour

This commit is contained in:
KHobbits 2012-09-09 16:55:19 +01:00
parent 161a61e0c6
commit 029162bba7
2 changed files with 2 additions and 2 deletions

View file

@ -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())
{

View file

@ -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: '~'