😀
Axton's Emotes
  • Getting Started
    • Introduction
    • Developer Notes
      • v1.5.0
  • Installation
    • Requirements
    • How to Install
      • Bukkit / Spigot
      • Fabric & Forge
  • Configuration
    • Configurations
      • config.yml
      • emotes.yml
    • Setting up Permissions
    • Custom Languages
  • Resources
    • github.com
    • jenkins.axtonprice.xyz
    • modrinth.com
    • curseforge.com
    • spigotmc.org
Powered by GitBook
On this page
  • Global Configurations
  • prefix
  • language
  • allow-self-executions
  • allow-list-commands
  • Debug Mode
  • debug-mode.enabled
  • debug-mode.file-name
  • Plugin Versioning & Updates
  • updates.check-for-latest
  • updates.notify-on-update
  • updates.allow-download-updates
  • updates.allow-force-replace
  • updates.allow-force-replace
  • Miscellaneous
  • enable-metrics
  • config-version

Was this helpful?

  1. Configuration
  2. Configurations

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

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.

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!

PreviousConfigurationsNextemotes.yml

Last updated 7 months ago

Was this helpful?

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

Description: Enables anonymous metrics tracking.

custom languages
BStats