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
  • PluginPrefix
  • PluginGuiTitle
  • SuppressWarnings

Was this helpful?

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

General Configuration

Let's take a look at the general configuration points for Vouchers+

Currently there are three primary settings within the general section of the Config.yml file for Vouchers+ These settings will be broken down into detail below.

PluginPrefix

This is the prefix that will be shown in chat to users when certain Vouchers+ related actions occur (such as receiving or using a voucher). By default, this field is set as follows:

# The plugins prefix shown in chat commands/console outputs
PluginPrefix: '&8[&3&lVouchers&a+&8]'

PluginGuiTitle

This is the name (title) of any Vouchers+ related GUI, for example, when a player previews the contents of a voucher, this is the name of the inventory that will be shown to the player. By default, this field is set as follows:

# The title shown in GUI's such as the reward claiming menu
PluginGuiTitle: '&3&lVouchers&a+'

SuppressWarnings

From time to time, the plugin may encounter some internal issues which are non-fatal, but may affect the flow of the plugins functionality and user experience. If this configuration field is set to false, warnings will not be suppressed and output to the console. Alternatively, if this field is set to true, warnings will be suppressed and not output. By default, this field is set as follows:

# Whether warnings should be suppressed (if set to true, plugin-related warnings will not be output to the console)
SuppressWarnings: false

Last updated 1 year ago

Was this helpful?

🛠️