Skip to content
Axton edited this page Sep 10, 2024 · 3 revisions

Configuration

To customize the plugin, edit the config.yml file:

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Global Configuration
# Configure global plugin settings and features:
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

# Choose the language for the plugin. To create a custom language, copy and modify the 'en.yml'
# file. Supported languages include: 'en' (English), 'fr' (Français/French), 'es' (Español/Spanish), 
# 'it' (Italiano/Italian), 'ru' (Русский/Russian).
language: en

# Allows players to use shared emote commands on themselves.
allow-self-executions: false

# Allows players to view a list of all emotes, expressions, and jumpscares available, based on 
# their permissions.
allow-list-commands: true

# Configure debug mode, which logs detailed information about command executions. This is useful 
# for troubleshooting but will result in many console messages.
debug-mode:
  # Enable or disable debug mode.
  enabled: false
  # Specify whether to log debug messages to a file. Ignored if 'enabled' is false.
  log-to-file: true
  # Specify the file name for the debug log. Ignored if 'enabled' is false.
  log-file: 'debug.log'

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Plugin Versioning
# Configure update checks and notifications:
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

# Enables automatic checking for new plugin updates.
check-for-latest: true

# Notifies players with the 'axtonsemotes.updatenotify' permission when a new update is available.
notify-on-update: true

After updating the configuration, reload it with /ae reload.


Main Author

axtonprice ✨

GitHub | Discord | Github Sponsors | Buy Me a Coffee

Clone this wiki locally