Uploading the finished work !

This commit is contained in:
Ad5001 2016-12-11 10:20:59 +01:00
commit 11b9763f53
8 changed files with 1095 additions and 0 deletions

12
resources/config.yml Normal file
View 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}"
...