Config
Here's all of the stuff you can tweak in the config.
- log.last
- last log file. don't change (default 0)
- log.autosave
- sets whether the log will autosave. default true. Change log.saveAnything INSTEAD of this, or you WILL get a OutOfMemoryException!
- log.saveAnything
- sets whether anything is queued for saving
- log.entriesPerSave
- sets the entries before an autosave
- updater.action
- Sets the default action for updating. Options are:
- NOTHING
- doesn't check or anything
- ALERT
- Checks for update, and alerts ops if one is found
- DOWNLOAD
- Checks for update, downloads if one is present, and alerts ops.
- RESTART
- Same as download, but restarts server 5 minutes after downloading
- updater.type
- Sets the type of build that will be downloaded/updated
- ALPHA
- downloads alpha updates (or better)
- BETA
- downloads beta/release builds
- RELEASE
- downloads only release builds
Comments