forked from kaboomserver/server
30 lines
757 B
YAML
30 lines
757 B
YAML
global:
|
|
# Settings for the automatic version updater
|
|
auto updater:
|
|
notify: false
|
|
download: false
|
|
|
|
# Number of seconds to wait until a new update is downloaded
|
|
delay: 2147483647
|
|
|
|
metrics: false
|
|
|
|
# Automatically compile structure modifiers
|
|
background compiler: false
|
|
|
|
# Disable version checking for the given Minecraft version. Backup your world first!
|
|
ignore version check:
|
|
|
|
# Override the starting injecting method
|
|
injection method:
|
|
|
|
# Whether or not to enable the filter command
|
|
debug: false
|
|
|
|
# Whether or not to print a stack trace for every warning
|
|
detailed error: false
|
|
|
|
# The engine used by the filter command
|
|
script engine: rhino
|
|
|
|
suppressed reports:
|