About Voucher
About Voucher
The Voucher Plugin allows server administrators to create, redeem, and manage in-game vouchers.
These vouchers can be configured to contain specific items and a limited number of redemptions.
Players can redeem a voucher once, and the system automatically manages their availability and expiration.
Permissions
Only authorized admins can create or delete vouchers. All players can redeem available vouchers once.
voucher.create
Core Features
- Admins can create and manage custom vouchers
- Each player can only redeem a specific voucher once
- Vouchers can contain multiple items (defined by name, item ID, and amount)
- Vouchers can automatically delete themselves after all redemptions are used
- Admins can list or delete existing vouchers at any time
Chat Commands
For Admins (requires permission):
/createvoucher <Name> <RedeemLimit> <ItemName;ItemId;Amount> <ItemName;ItemId;Amount> ... /deletevoucher <Name> /vouchercodes
For All Players:
/voucher <VoucherName>
Console Commands:
voucher.create <Name> <RedeemLimit> <ItemName;ItemId;Amount> <ItemName;ItemId;Amount> ... voucher.delete <Name> voucher.code
Web Generator
For easier voucher creation, a web-based generator is included in the ZIP file.
This tool allows you to visually create voucher commands without needing to type them manually.
Web Generator Demo: To the generator