[This is preliminary documentation and is subject to change.]
Updater behavior.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public enum UpdaterMode
Members
| Member | Value | Description |
|---|---|---|
| Disabled | 0 | Does not check for updates. |
| Notify | 1 | Checks for updates and notifies of availability (in console/log). |
| Prompt | 2 | Checks for updates, downloads them if available, and prompts to install.
Behavior is frontend-specific: in ServerGUI, a dialog is shown with the list of changes and
options to update immediately or next time. In ServerCLI, asks to type in 'y' to confirm updating
or press any other key to skip. '''Note: Requires user interaction
(if you restart the server remotely while unattended, it may get stuck on this dialog).''' |
| Auto | 3 | Checks for updates, automatically downloads and installs the updates, and restarts the server. |