You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
338 B
12 lines
338 B
--- |
|
# Welcome to CustomLogger's config |
|
|
|
# Choose here if the logger should log debug... |
|
Log_debug: true |
|
|
|
# ... And here how should the logger look |
|
LoggerLook: "{color-b}[{time}] §r{color}{prefixLower}{color-6} > {color}{message}" |
|
|
|
# Choose here how should be the prefix before you enter commands. |
|
LoggerPrefix: "{color-6}> {color-e}" |
|
... |