Update-Checker
The Update-Checker
option determines whether CommandPrompter can check if it's up to date.
Usage
You can configure the Update-Checker
by editing the "config.yml" file as follows:
In this example, the update checker is enabled (true
).
Explanation
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.
Example
To disable the update checker, use the following configuration:
This will prevent CommandPrompter from checking for updates automatically.
Last updated