- Added a required amount of vouchers a player needs to redeem them
How to use:
Add the following to the voucher in the vouchers.yml
Code (Text):
required:
# Does the player need multiple vouchers before they can redeem them?
enabled: false
# The number of vouchers a player must have to redeem them
amount: 5
Add the following line to your locale underneath the prefix
en_US:
required-amount: '&7You do not have the required amount of vouchers you need to redeem them.'
nl_NL:
required-amount: '&7Je hebt niet genoeg vouchers om deze allemaal te gebruiken.'
it_IT:
required-amount: '&7No translation available please add yourself or help the developer with translating.'