15 lines
757 B
Plaintext
15 lines
757 B
Plaintext
# Specify argument highlight colors, in order. Possible values: [BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE]
|
|
highlight-colors=[
|
|
CYAN,
|
|
YELLOW,
|
|
GREEN,
|
|
MAGENTA,
|
|
BLUE
|
|
]
|
|
# Log4j logger pattern. See https://logging.apache.org/log4j/2.x/manual/layouts.html#Patterns for documentation.
|
|
log-pattern="%highlight{[%d{HH:mm:ss} %level] [%t]: [%logger{1}]}{FATAL=red, ERROR=red, WARN=yellow, INFO=default, DEBUG=yellow, TRACE=blue} %paperMinecraftFormatting{%msg}%n"
|
|
# Whether to log commands executed by players to console.
|
|
log-player-executed-commands=true
|
|
# Controls whether logger names and stacktraces should be left in intermediary mappings (NONE), remapped to Mojang mappings (MOJANG), or to Yarn mappings (YARN).
|
|
remap-mode=MOJANG
|