#This file is generated automatically. Changes made to the values of this file
#will persist, but changes to comments will not.

#Makes command matching be case sensitive. If set to false, if your config defines /cmd, but the user runs /CMD, it will trigger the command anyways.
case-sensitive=true

#Whether or not to display the original command in the console when it is run
console-log-commands=false

#Makes CommandHelper play dirty and break all sorts of programming rules, so that other plugins can't interfere with the operations that you defined. Note that doing this essentially makes CommandHelper have absolute say over commands. Use this setting only if you can't get another plugin to cooperate with CH, because it is a global setting.
play-dirty=false

#If set to false, the Debug class of functions will do nothing.
allow-debug-logging=false

#Whether or not to use console colors. If this is a Windows machine, defaults to false, however, it can be toggled manually, and will then respect your setting.
use-colors=true

#Whether or not to display debug information in the console
debug-mode=false

#The path the standard log files that the log() function writes to. Six variables are available, %Y, %M, and %D, %h, %m, %s, which are replaced with the current year, month, day, hour, minute and second respectively. It is highly recommended that you use at least year, month, and day if you are actively logging things, otherwise the file size would get excessively large. The path is relative to the CommandHelper directory and is not bound by the base-dir restriction.
standard-log-file=logs/%Y-%M-%D-commandhelper.log

#If set to false, the Profiling class of functions will do nothing.
allow-profiling=false

#The path to the main file, relative to the CommandHelper folder
main-file=main.ms

#Whether or not to show the splash screen at server startup
show-splash-screen=false

#The path to the profiling logs. These logs are perf4j formatted logs. Consult the documentation for more information.
profiling-file=logs/profiling/%Y-%M-%D-profiling.log

#Whether or not to display warnings in the console, while compiling
show-warnings=true

#The path to the debug output log file. Six variables are available, %Y, %M, and %D, %h, %m, %s, which are replaced with the current year, month, day, hour, minute and second respectively. It is highly recommended that you use at least year, month, and day if you are for whatever reason leaving logging on, otherwise the file size would get excessively large. The path is relative to the CommandHelper directory and is not bound by the base-dir restriction. The logger preferences file is created in the same directory this file is in as well, and is named loggerPreferences.txt
debug-log-file=logs/debug/%Y-%M-%D-debug.log

#Whether or not to enable the /interpreter command. Note that even with this enabled, a player must still have the commandhelper.interpreter permission, but setting it to false prevents all players from accessing the interpreter regardless of their permissions.
enable-interpreter=false

#The base directory that scripts can read and write to. If left blank, then the default of the server directory will be used. This setting affects functions like include and read.
base-dir=

#The path to the config file, relative to the CommandHelper plugin folder
script-name=config.txt

#Whether or not to halt compilation of pure mscript files if a compilation failure occurs in any one of the files.
halt-on-failure=false

