17 lines
377 B
YAML
17 lines
377 B
YAML
|
############################
|
||
|
### GENERAL SETTINGS ###
|
||
|
############################
|
||
|
|
||
|
# Master switch
|
||
|
enabled: true
|
||
|
|
||
|
updater:
|
||
|
# notify players about plugin updates
|
||
|
# revelant permission node: realweather.update.notify
|
||
|
notify: true
|
||
|
|
||
|
# 0 - no debug
|
||
|
# 1 - debug loading modules
|
||
|
# 2 - also debug processing conditions
|
||
|
# 3 - also log tasks running, this will spam
|
||
|
debug: 0
|