PremiumVoucher

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 292 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 8/27/2025
๐ŸŸ  Updated over a year ago

By ResistanceCore ยท economy

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/27/2025 ๐Ÿ“… Created: 8/27/2025

๐Ÿ” Analysis

  • ๐Ÿ† #19 of 92 economy mods in this game by downloads

๐Ÿ“‹ About This Mod

# PremiumVoucher ๐ŸŽซ A comprehensive voucher system with player creation support, GUI interface, and advanced management features for Minecraft servers. !(https://img.shields.io/badge/Version-1.0.0-blue) !(https://img.shields.io/badge/Minecraft-1.21+-green) !(https://img.shields.io/badge/License-MIT-yellow) ## ๐ŸŒŸ Key Features - **Multiple Voucher Types** - Money, Experience, and Command vouchers - **Player Creation** - Allow players to create their own vouchers with fees - **GUI Interface** - Intuitive graphical interface for voucher management - **Database Support** - SQLite database with auto-backup functionality - **Economy Integration** - Full Vault economy support - **Advanced Management** - Cooldowns, usage limits, and expiration system - **Permission System** - Fine-grained control over voucher access - **Admin Tools** - Comprehensive statistics and management commands ## ๐Ÿ“‹ Commands ``` /voucher create <type> <amount> - 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 players - `exp` - Give experience points - `commands` - Execute custom commands ## โš™๏ธ Configuration ```yaml # PremiumVoucher Configuration config-version: 1 # Plugin prefix for messages prefix: "&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 ```yaml 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 ``` ## ๐Ÿ’ป Requirements - **Server Type:** Paper, Spigot, or Bukkit - **Minecraft Version:** 1.16+ (API Version 1.16) - **Java Version:** 8 or higher - **Dependencies:** Vault (required for economy features) - **Database:** SQLite (included) ## ๐Ÿ”ง Installation 1. **Download** PremiumVoucher and ensure **Vault** is installed 2. **Stop** your server 3. **Place** both plugins in your `plugins/` folder 4. **Start** your server 5. **Configure** economy plugin (like EssentialsX) 6. **Customize** `config.yml` as needed 7. **Reload** with `/voucher reload` ## ๐ŸŽฎ Usage Examples ### Creating Vouchers ``` /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 ``` ### Player Creation (with fees) Players can create vouchers through GUI or commands, with automatic fee deduction from their balance/experience. ### GUI Interface - `/voucher gui` - Opens management interface - Create, manage, and distribute vouchers visually - Statistics and overview panels - Admin controls for advanced management ## ๐Ÿ“Š Features Overview ### Voucher Management - **Auto-expiration** - Set expiration dates for vouchers - **Usage tracking** - Monitor voucher redemptions - **Cooldown system** - Prevent spa

# PremiumVoucher ๐ŸŽซ

A comprehensive voucher system with player creation support, GUI interface, and advanced management features for Minecraft servers.

!(https://img.shields.io/badge/Version-1. 0. 0-blue) !(https://img.shields.io/badge/Minecraft-1. 21+-green) !(https://img.shields.io/badge/License-MIT-yellow)

## ๐ŸŒŸ Key Features

  • Multiple Voucher Types - Money, Experience, and Command vouchers
  • Player Creation - Allow players to create their own vouchers with fees
  • GUI Interface - Intuitive graphical interface for voucher management
  • Database Support - SQLite database with auto-backup functionality
  • Economy Integration - Full Vault economy support
  • Advanced Management - Cooldowns, usage limits, and expiration system
  • Permission System - Fine-grained control over voucher access
  • Admin Tools - Comprehensive statistics and management commands

## ๐Ÿ“‹ Commands

``` /voucher create - Create a voucher /voucher give - Give voucher to player /voucher list - List all vouchers /voucher stats - View voucher statistics /voucher delete - Delete a voucher /voucher info - View voucher information /voucher reload - Reload configuration /voucher gui - Open voucher GUI /vouchergive - Quick give voucher ```

Voucher Types: - `money` - Give money to players - `exp` - Give experience points - `commands` - Execute custom commands

## โš™๏ธ Configuration

```yaml # 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

```yaml 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 ```

## ๐Ÿ’ป Requirements

  • Server Type: Paper, Spigot, or Bukkit
  • Minecraft Version: 1. 16+ (API Version 1. 16)
  • Java Version: 8 or higher
  • Dependencies: Vault (required for economy features)
  • Database: SQLite (included)

## ๐Ÿ”ง Installation

1. Download PremiumVoucher and ensure Vault is installed 2. Stop your server 3. Place both plugins in your `plugins/` folder 4. Start your server 5. Configure economy plugin (like EssentialsX) 6. Customize `config.yml` as needed 7. Reload with `/voucher reload`

## ๐ŸŽฎ Usage Examples

### Creating Vouchers ``` /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 ```

### Player Creation (with fees) Players can create vouchers through GUI or commands, with automatic fee deduction from their balance/experience.

### GUI Interface - `/voucher gui` - Opens management interface - Create, manage, and distribute vouchers visually - Statistics and overview panels - Admin controls for advanced management

## ๐Ÿ“Š Features Overview

### Voucher Management - Auto-expiration - Set expiration dates for vouchers - Usage tracking - Monitor voucher redemptions - Cooldown system - Prevent spa

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
ResistanceCore
Version
1.0.0
Downloads
292
Endorsements
0
Category
economy
Created
8/27/2025
Updated
8/27/2025
Game Versions
1.16, 1.21, 1.21.1, 1.21.2, 1.21.3
Tags
economy, game-mechanics, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does PremiumVoucher support?

The author lists 1.16, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4. Other versions may work but are untested by the author.

What is the latest version of PremiumVoucher?

Version 1.0.0, published 2025-08-27 with 292 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More economy ๐Ÿ‘ค More by ResistanceCore ๐Ÿ”Ž Similar Mods ๐ŸŒ Best economy (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods