CONFIGURATIONS
config.yml
This page mirrors the current config.yml from the plugin, including update notifier settings.
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:
# Prefix used in messages when the lang file contains {prefix}.
# 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.
#
# should the plugin notify you if there is a new update?
# update-notifier:
# enabled:
# if enabled, it will display the message in the console
# on-join:
# if enabled, it will send the update message to players who have
# the vvoucher.update-notify permission when they join
language: en
prefix: "<gradient:#1378FF:#60BFFB>VVoucher</gradient> &8» &7"
settings:
clear-console-stacktraces: true
update-notifier:
enabled: true
on-join: true