Vouchers+
  • 👋Welcome to Vouchers+
  • Overview
    • 💡What is Vouchers+?
    • ✨Our Features
    • ⭐Our Reviews
  • Fundamentals
    • 📜General Information
      • Permission Nodes
      • Commands
    • 🛠️Setting Up
      • Config.yml
        • General Configuration
        • Voucher Configuration
      • Messages.yml
        • General Plugin Messages
        • Voucher Action Messages
    • 🎫Creating a Voucher
      • Primary Details
      • Effects Details
      • Adding Rewards
      • 🔍Example Vouchers
  • Advanced
    • ✍️Using /vouchers edit
    • 📘PAPI Placeholders
  • Additional Information
    • 🔊Sounds
    • ✨Particles
    • 🎆Effects
  • FAQ
    • 📃FAQ
Powered by GitBook
On this page
  • NoVoucherUsePermission
  • NoVoucherPreviewPermission

Was this helpful?

  1. Fundamentals
  2. Setting Up
  3. Messages.yml

Voucher Action Messages

Let's take a look at the voucher action plugin messages in Vouchers+

Currently there are two primary settings within the voucher action plugin messages section of the Messages.yml file for Vouchers+ Most messages will be able to make use of some additional placeholders, these will be listed within the setting description. These settings will be broken down into detail below.

NoVoucherUsePermission

You may use the following placeholders within this message box: <prefix> - The Plugin Prefix (As defined within the Config.yml) <playername> - The name of the player

+ All PAPI Placeholders

This is the message that any player will receive if they don't have the relevant permission nodes needed to redeem the voucher in their hand (upon attempt to redeem) The default message has been included below:

# The message sent when players don't have permission to redeem a voucher
NoVoucherUsePermission: '<prefix> &c&oOops... &cYou don''t have permission to use this voucher!'

NoVoucherPreviewPermission

You may use the following placeholders within this message box: <prefix> - The Plugin Prefix (As defined within the Config.yml) <playername> - The name of the player

+ All PAPI Placeholders

This is the message that any player will receive if they don't have the relevant permission nodes needed to preview the voucher contents from the voucher in their hand (upon attempt to preview) The default message has been included below:

# The message sent when players don't have permission to preview the contents of a voucher
NoVoucherPreviewPermission: '<prefix> &c&oOops... &cYou don''t have permission to preview the contents of this voucher!'

Last updated 1 year ago

Was this helpful?

🛠️