23 lines
No EOL
638 B
YAML
23 lines
No EOL
638 B
YAML
############################
|
|
### GENERAL SETTINGS ###
|
|
############################
|
|
|
|
# Master switch
|
|
enabled: false
|
|
|
|
updater:
|
|
# Notify players and console about plugin updates
|
|
# This also controls automatic checking
|
|
# You can still update with /rwadmin update
|
|
# Relevant permission node: realweather.update.notify
|
|
notify: true
|
|
# stable for stable releases
|
|
# testing for latest builds (untested hence the name)
|
|
# As there's no release yet, stable will just error
|
|
channel: testing
|
|
|
|
# 0 - no debug
|
|
# 1 - debug loading modules
|
|
# 2 - also debug processing conditions
|
|
# 3 - also log tasks running, this will spam
|
|
debug: 0 |