PremiumVoucher is a comprehensive voucher system that allows servers to create and manage money, experience, and command vouchers.
A comprehensive voucher system with player creation support, GUI interface, and advanced management features for Minecraft servers.
/voucher create <type> <amount> [uses] - Create a voucher
/voucher give <player> <voucher_id> - Give voucher to player
/voucher list - List all vouchers
/voucher stats - View voucher statistics
/voucher delete <voucher_id> - Delete a voucher
/voucher info <voucher_id> - View voucher information
/voucher reload - Reload configuration
/voucher gui - Open voucher GUI
/vouchergive <player> <type> <amount> - Quick give voucher
Voucher Types:
money - Give money to playersexp - Give experience pointscommands - Execute custom commands# PremiumVoucher Configuration
config-version: 1
# Plugin prefix for messages
prefix: "&8[&6Premium&eVoucher&8] &r"
# Voucher Settings
vouchers:
cooldown: 30000 # Cooldown between uses (ms)
max-uses-per-player: -1 # Max uses per player (-1 = unlimited)
expire-check-interval: 300 # Check expired vouchers (seconds)
auto-save-interval: 600 # Auto-save interval (seconds)
# Player Creation Settings
player-creation:
enabled: true
money:
enabled: true
fee-percentage: 0.1 # 10% fee for money vouchers
exp:
enabled: true
fee-percentage: 0.1 # 10% fee for exp vouchers
# Database Settings
database:
type: "SQLITE"
auto-backup: true
backup-interval: 86400 # 24 hours
keep-backups: 7
# Security Settings
security:
prevent-duplication: true
log-all-redemptions: true
admin-notifications: true
permissions:
voucher.*:
description: "Access to all voucher commands"
default: false
voucher.admin:
description: "Full administrative access"
default: op
children:
voucher.use: true
voucher.create.*: true
voucher.give: true
voucher.list: true
voucher.delete: true
voucher.stats: true
voucher.reload: true
voucher.gui: true
voucher.bypass: true
voucher.use:
description: "Basic permission to use vouchers"
default: true
voucher.create.*:
description: "Permission to create all voucher types"
children:
voucher.create.money: true
voucher.create.exp: true
voucher.create.commands: true
default: false
voucher.create.money:
description: "Create money vouchers"
default: true
voucher.create.exp:
description: "Create experience vouchers"
default: true
voucher.create.commands:
description: "Create command vouchers (admin only)"
default: op
plugins/ folderconfig.yml as needed/voucher reload/voucher create money 1000 5 - Create $1000 voucher with 5 uses
/voucher create exp 30 1 - Create 30 levels exp voucher (single use)
/voucher create commands 1 -1 - Create unlimited command voucher
Players can create vouchers through GUI or commands, with automatic fee deduction from their balance/experience.
/voucher gui - Opens management interfaceIf you find PremiumVoucher useful:
Made with ❤️ for the Minecraft community | Perfect for economy servers and custom rewards