[This is preliminary documentation and is subject to change.]

Updater behavior.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public enum UpdaterMode

Members

MemberValueDescription
Disabled0
Does not check for updates.
Notify1
Checks for updates and notifies of availability (in console/log).
Prompt2
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).'''
Auto3
Checks for updates, automatically downloads and installs the updates, and restarts the server.

See Also