From 0d328fdceef92e85f80ceb5ac60a0743ee31e52f Mon Sep 17 00:00:00 2001 From: rjenkinsjr Date: Sat, 2 Apr 2016 00:44:16 -0400 Subject: [PATCH] Use ColorMarker instead of ChatColor in docs --- src/site/markdown/index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 23c1b87..91d0b15 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -72,23 +72,23 @@ slf4j: showThreadName: false # This section controls default colors for logging levels. Each entry in this - # section maps one of SLF4J's logging levels to one of Bukkit's ChatColor - # values. The possible keys (levels) in this section are the possible values - # for the "slf4j.defaultLogLevel" property. + # section maps one of SLF4J's logging levels to one of SLF4Bukkit's + # ColorMarker values. The possible keys (levels) in this section are the + # possible values for the "slf4j.defaultLogLevel" property. # - # If either the key (level) name or the value (ChatColor) name does not match - # one of the possible values, that config entry is ignored. Keys and values - # are compared in a case-insensitive fashion. + # If either the key (level) name or the value (ColorMarker) name does not + # match one of the possible values, that config entry is ignored. Keys and + # values are compared in a case-insensitive fashion. # # The values in the plugin config are applied on top of the following # hardcoded default values: # error: RED # warn: YELLOW - # info: RESET - # debug: RESET - # trace: RESET + # info: NONE + # debug: NONE + # trace: NONE # - # The possible ChatColor values are: + # The ColorMarker values are: # BLACK # DARK_BLUE # DARK_GREEN