VZone Plugins/VVoucher/Configurations/config.yml

Config

config.yml
# ============================================================
# VVoucher main configuration
# ============================================================
#
# language:
#   Selects which file is loaded from the /plugins/VVoucher/lang folder.
#   Example:
#   - en -> loads lang/en.yml
#   - hu -> loads lang/hu.yml
#
# prefix:
#   This text is added before every plugin message.
#   Supports:
#   - MiniMessage tags
#   - Hex colors in &#RRGGBB format
#   - Legacy colors such as &7, &c, &l
#
# settings.clear-console-stacktraces:
#   Reserved for cleaner future logging behaviour.
#   The plugin already tries to show readable configuration errors instead
#   of dumping large stack traces for normal config mistakes.

language: en
prefix: "<gradient:#1378FF:#60BFFB>VVoucher</gradient> &8»&7"

settings:
  clear-console-stacktraces: true