Update-Checker
Usage
# Allow CommandPrompter to
# check if it's up to date.
Update-Checker: trueExplanation
Example
Update-Checker: falseLast updated
Was this helpful?
The Update-Checker option determines whether CommandPrompter can check if it's up to date.
You can configure the Update-Checker by editing the "config.yml" file as follows:
# Allow CommandPrompter to
# check if it's up to date.
Update-Checker: trueIn this example, the update checker is enabled (true).
Enabling the Update-Checker option allows CommandPrompter to automatically check whether there are any updates available. When set to true, CommandPrompter can perform version checks and provide notifications if a new version is available.
When a player with OP privileges joins the server, CommandPrompter will send a message to that player if an update is available.
To disable the update checker, use the following configuration:
Update-Checker: falseThis will prevent CommandPrompter from checking for updates automatically.
Last updated
Was this helpful?
Was this helpful?