A resource id is the number in the end of a plugin There are 3 commands you can use
-Version Checking An Individual Plugin
```
/versionChecker indi <ID>
```
To check the version of an individual plugin, give it the resource id of the plugin.
-Version Checking Multiple Plugins
```
/versionChecker check
```
To check the version of a list of plugins. Enter their resource ID into `config.yml`, the format is linked below.
```YAML
versionID:
versionList: [9089, 4568, 1234, 80085, 4586]
```
-Reloading the Config
```
/versionChecker reload
```
To reload the config so you don't need to restart your server inorder to use `/versionChecker check` after you updated the `config.yml`
```
/versionChecker aboutMe
```
Gives you a bit of info about the developer of this plugin
```
/versionChecker help
```
Gives you a small info about the commands