<br>
<img width="350" src="
https://github.com/axtonprice/axtons-emotes/raw/main/.github/media/configuration.png">
<hr>
To customize the plugin, edit the `config.yml` file:
```yml
# >>>>>>>>>>>>>>>>>>>>>
# >> Global Configuration
# > Modify plugin configuration values and features:
# >>>>>>>>>>>>>>>>>>>>>
# Change between supported plugin languages located
# in 'lang/', or create your own using 'en.yml'.
language: en # 'en' -> 'lang-en.yml'
# Toggles the ability for players to execute commands
# on themselves, such as /hug axtonprice
allow-self-executions: true
# >>>>>>>>>>>>>>>>>>>>>
# >> Optional Features
# > Toggle optional plugin command features:
# >>>>>>>>>>>>>>>>>>>>>
# Should players be able to view a list of the
# enabled emotes?
list-commands:
enabled: true
# >>>>>>>>>>>>>>>>>>>>>
# >> Plugin Versioning
# > Configure version checking/notifications:
# >>>>>>>>>>>>>>>>>>>>>
# Should the plugin check for new updates?
check-for-latest: true
# Should players with the axtonsemotes.updatenotify
# permission be notified of new updates?
notify-on-update: true
# The current version of the plugin
# --DO NOT MODIFY!--
version: 1.3.0
```
After updating the configuration, reload it with `/ae reload`.