# 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:

```yaml
# Allow CommandPrompter to
# check if it's up to date.
Update-Checker: true
```

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.

{% hint style="info" %}
When a player with `OP` privileges joins the server, CommandPrompter will send a message to that player if an update is available.&#x20;
{% endhint %}

#### Example

To disable the update checker, use the following configuration:

```yaml
Update-Checker: false
```

This will prevent CommandPrompter from checking for updates automatically.
