VZone Plugins/VVoucher/Configurations/lang/en.yml

Config

lang/en.yml
# ============================================================
# English language file
# ============================================================
#
# Placeholders you can use in messages:
#   %voucher-name%
#   %voucher-id%
#   %voucher-name-coroless%
#   %player%
#   %amount%
#   %current-usage%
#   %max-usage%
#   %random-amount%
#   {prefix}
#
# Formatting support:
#   - MiniMessage: <gradient:#1378FF:#60BFFB>Text</gradient>
#   - Hex colors: &#1378FF
#   - Legacy colors: &7, &c, &l, etc.
#
# Prefix is configured in config.yml.
# Use {prefix} anywhere if you want to show it in a message.

usage: "{prefix} Usage: /vvoucher give <voucher-name> [player] [amount] [-s]"
reload-success: "{prefix} Plugin reloaded successfully."
voucher-not-found: "{prefix} Voucher not found: &#1378FF%voucher-id%"
voucher-enabled: "{prefix} Voucher enabled: &#1378FF%voucher-name-coroless%"
voucher-disabled: "{prefix} Voucher disabled: &#1378FF%voucher-name-coroless%"
player-not-found: "{prefix} Player not found: &#1378FF%player%"
console-needs-player: "{prefix} Console must specify a player."
invalid-amount: "{prefix} Amount must be a positive number."
voucher-given-sender: "{prefix} You gave &#1378FF%amount%&7x &#1378FF%voucher-name-coroless% &7to &#1378FF%player%&7."
voucher-given-target: "{prefix} You received &#1378FF%amount%&7x &#1378FF%voucher-name-coroless%&7."
voucher-giveall-sender: "{prefix} You gave &#1378FF%amount%&7x &#1378FF%voucher-name-coroless% &7to &#1378FF%online-players% &7online player(s)."
voucher-getall-sender: "{prefix} You gave all enabled vouchers to &#1378FF%player%&7. Amount per voucher: &#1378FF%amount%&7. Enabled vouchers: &#1378FF%voucher-count%&7."
help-lines:
  - "&8&m                                                  "
  - "        <gradient:#1378FF:#60BFFB>VVoucher Commands</gradient>"
  - "&8&m                                                  "
  - ""
  - " &8| &#1378FF/vvoucher help &8- &7Shows this help menu."
  - " &8| &#1378FF/vvoucher give <voucher> [player] [amount] [-s] &8- &7Gives a voucher."
  - " &8| &#1378FF/vvoucher giveall <voucher> [amount] [-s] &8- &7Gives a voucher to all online players."
  - " &8| &#1378FF/vvoucher getall [player] [amount] &8- &7Gives all enabled vouchers."
  - " &8| &#1378FF/vvoucher enable <voucher> &8- &7Enables a voucher."
  - " &8| &#1378FF/vvoucher disable <voucher> &8- &7Disables a voucher."
  - " &8| &#1378FF/vvoucher reload &8- &7Reloads config, lang, and vouchers."
  - ""
  - "      &7Fancy vouchers with &#1378FFhex&7, <gradient:#1378FF:#60BFFB>MiniMessage</gradient>&7, and more."
  - "&8&m                                                  "