config.yml

If a value in config.yml is missing or invalid, it will automatically be replaced with the plugin-provided default value.

Global Configurations

prefix

  • Type: String

  • Default Value: &8[&6&lAE&r&8]&r

  • Description: Sets the prefix used for the plugin's in-game messages. Automatically inserts space if the last character of the string is not a space.

language

  • Type: String

  • Default Value: en

  • Description: Selects the language used for the plugin's player messages.

  • Options:

Language
Config Value

English (UK)

en

French / Français

fr

Spanish / Español

es

Italian / Italiano

it

Russian / Русский

ru

Custom language configurations are also supported. Modify or create new language files using the custom languages guide.

allow-self-executions

  • Type: Boolean

  • Default Value: true

  • Description: Enables players to execute emote commands on themselves.

allow-list-commands

  • Type: Boolean

  • Default Value: true

  • Description: Allows players to view a GUI list of all emotes they have the required permissions to use.


Debug Mode

debug-mode.enabled

  • Type: Boolean

  • Default Value: false

  • Description: Toggles additional console information during startup and command executions.

debug-mode.file-name

  • Type: String

  • Default Value: debug.log

  • Description: Specifies the name of the file which debug logs are saved to. Option is ignored if debug mode is disabled. Set to none to disable logging to a file.


Plugin Versioning & Updates

updates.check-for-latest

  • Type: Boolean

  • Default Value: true

  • Description: Automatically checks for plugin updates.

updates.notify-on-update

  • Type: Boolean

  • Default Value: true

  • Description: Notifies players with the axtonsemotes.updatenotify permission upon joining the game if a new update is available.

updates.allow-download-updates

  • Type: Boolean

  • Default Value: false

  • Description: Enables the /ae update command, which downloads the latest version of the plugin automatically. Does not replace the existing JAR file, unless updates.allow-force-replace is true.

updates.allow-force-replace

  • Type: Boolean

  • Default Value: false

  • Description: Automatically replaces the old plugin JAR with the new version when updated via the /ae update command.

updates.allow-force-replace

  • Type: Boolean

  • Default Value: false

  • Description: Automatically replaces the old plugin JAR with the new version when updated via the /ae update command.


Miscellaneous

enable-metrics

  • Type: Boolean

  • Default Value: true

  • Description: Enables BStats anonymous metrics tracking.

config-version

  • Type: String

  • Default Value: Current plugin version (eg. 1.0.0).

Last updated

Was this helpful?