Uploading the finished work !
This commit is contained in:
commit
11b9763f53
8 changed files with 1095 additions and 0 deletions
12
resources/config.yml
Normal file
12
resources/config.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# 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}"
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue