22 lines
No EOL
949 B
YAML
22 lines
No EOL
949 B
YAML
# _____ _ _____ _
|
|
# | __ \| | / ____| | |
|
|
# | |__) | | __ _ _ _ ___ _ __| | _ __ __ _ ___| |__ ___ _ __
|
|
# | ___/| |/ _` | | | |/ _ \ '__| | | '__/ _` / __| '_ \ / _ \ '__|
|
|
# | | | | (_| | |_| | __/ | | |____| | | (_| \__ \ | | | __/ |
|
|
# |_| |_|\__,_|\__, |\___|_| \_____|_| \__,_|___/_| |_|\___|_|
|
|
# __/ |
|
|
# |___/
|
|
|
|
debug:
|
|
# If enabled, the plugin will print debug messages to players with the permission "PlayerCrasher.Debug".
|
|
enabled: false
|
|
|
|
# This option determines whether the plugin will check for an update on startup.
|
|
update-checker:
|
|
enabled: true
|
|
|
|
# When an update is found, should it be printed to the console?
|
|
print-to-console: true
|
|
|
|
# When an update is found, should players with the permission "PlayerCrasher.UpdateNotify" be notified?
|
|
notify-in-game: true |