General Plugin Messages
Let's take a look at the general configurable plugin messages in Vouchers+
Currently there are two primary settings within the general 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.
NoPermission
This is the message that any player will receive if they don't have the relevant permission nodes needed to use the command that they attempted to execute. The default message has been included below:
# The message sent when players don't have permission to execute a command
NoPermission: '<prefix> &c&oOops... &cYou don''t have permission to run this command!'
ReceiveVoucher
This is the message that any player will be sent if they receive a voucher through the /give
or /giveall
command.
The default message has been included below:
# The message sent to a user when they receive a voucher
ReceiveVoucher: '<prefix> &aYou have received <amt>x <voucherName>!'
Last updated
Was this helpful?