config.yml
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:
English (UK)
en
French / Français
fr
Spanish / Español
es
Italian / Italiano
it
Russian / Русский
ru
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, unlessupdates.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.
Warning: This option requires a server restart to take effect and is NOT recommended as overwriting files which are in use may cause unintended consequences.
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
config-version
Type:
String
Default Value: Current plugin version (eg. 1.0.0).
Do not modify this value unless you know what you're doing!
Last updated
Was this helpful?