mirror of
https://github.com/kaboomserver/server.git
synced 2025-06-25 16:59:56 +00:00
Migrate old update ignore config to new one
Not sure why FAWE doesn't migrate this for us...
This commit is contained in:
parent
d8088ff3d9
commit
f04ceb0b62
1 changed files with 6 additions and 2 deletions
|
@ -20,8 +20,12 @@ enabled-components:
|
||||||
# Show additional information in console. It helps us at IntellectualSites to find out more about an issue.
|
# Show additional information in console. It helps us at IntellectualSites to find out more about an issue.
|
||||||
# Leave it off if you don't need it, it can spam your console.
|
# Leave it off if you don't need it, it can spam your console.
|
||||||
debug: false
|
debug: false
|
||||||
# Whether or not FAWE should notify you on startup about new versions available.
|
# Whether or not FAWE should notify you on startup about new available snapshots.
|
||||||
update-notifications: false
|
snapshot-update-notifications: false
|
||||||
|
# Whether or not FAWE should notify you on startup about new releases.
|
||||||
|
release-update-notifications: false
|
||||||
|
# Whether or not FAWE should notify you for updates (snapshot / release) on join (with the required permission)
|
||||||
|
notify-update-ingame: false
|
||||||
|
|
||||||
clipboard:
|
clipboard:
|
||||||
# Store the clipboard on disk instead of memory
|
# Store the clipboard on disk instead of memory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue