ucJackpot
🟡 Updated this year🖼️ Gallery (7 images)
🔍 Analysis
- 🏆 #909 of 1080 bukkit mods in this game by downloads
📋 About This Mod
# ucJackpot **ucJackpot** is a free, open-source jackpot plugin for Minecraft servers. It brings money jackpots, real item jackpots, ticket entries, multiple room types, animated draw screens, detailed history, mailbox rewards, and multilingual GUI support into one clean plugin. Items deposited into a jackpot stay as real items. They are not converted into money. When a player wins, they receive the actual item pool. If their inventory is full, rewards are safely moved into the mailbox so nothing is lost. --- ## Preview <p align="center"><strong>Main Menu</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/b64fe36ad84e7500c4ae430330234ce6d7de248e.gif" alt="Main Menu"> </div> <p align="center"><strong>Rooms Menu</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/b4bdbe2df0dd9e4182f258a5a7d5bd77462d5904.gif" alt="Rooms Menu"> </div> <p align="center"><strong>Money Deposit</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/0c385f61a8cab8b3a8bb968e9ec4c9aca2576128.gif" alt="Money Deposit"> </div> <p align="center"><strong>Item Selection</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/47e4a2c012924eb1a912b3d4ef96c407a36b18fc.gif" alt="Item Selection"> </div> <p align="center"><strong>Deposits Viewer</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/1ba24612abb62d6bdb65d7ce15c607283400cd44.gif" alt="Deposits Viewer"> </div> <p align="center"><strong>Winner Watch Animation</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/de5acdc2f4bc557c65349033bea986cb720f6d9b.gif" alt="Winner Watch Animation"> </div> <p align="center"><strong>History and Fairness</strong></p> <div align="center"> <img src="https://cdn.modrinth.com/data/h6TDLnTL/images/fc7eb5b34c3faf671f2d10a0c6063372ddd96cf2.gif" alt="History and Fairness"> </div> --- ## Features - Money, item, hybrid, ticket, low-risk, high-risk, and event jackpot rooms - Real item jackpot rewards instead of item-to-money conversion - Configurable room files under `jackpots/*.yml` - GUI-driven player flow for joining, depositing, watching, reclaiming, and viewing history - Money deposit shortcuts and manual amount entry - Multi-stack item selection with configurable item limits - Reclaim GUI for deposits before the round countdown starts - Mailbox protection for full inventories and offline item delivery - Participant-only 10-second draw title animation - Player toggle for personal draw title notifications - Chance update notifications through action bar, chat, or disabled mode - Watch GUI that follows the active draw animation for the selected room - Draw history with draw id, seed, hash, entry id, deposits, and winner data - Audit logs for player deposits, claims, cancels, rewards, and draw activity - Persistent favorite money amount - PlaceholderAPI support - Vault economy support - bStats metrics support - SQLite by default, with MySQL/MariaDB support - Dynamic command aliases from `config.yml` - Help output adapts to the command alias the player used - Java 21 build target, compatible with Java 21+ runtimes --- ## Requirements | Requirement | Details | | --- | --- | | Minecraft | Spigot, Paper, or Purpur 1.21.x | | Java | Java 21 or newer | | Economy | Vault + an economy plugin for money jackpot rooms | | PlaceholderAPI | Optional | | Database | SQLite by default, MySQL/MariaDB supported | Vault is only required if you use money-based jackpot rooms. Item-only rooms can work without an economy provider. --- ## Metrics collection ucJackpot collects anonymous server statistics through (https://bstats.org/plugin/bukkit/ucJackpot/31851), an open-source statistics service for Minecraft software. No player names, player UUIDs, chat messages, economy balances, jackpot deposits, or inventory contents are sent to bStats. Server owners can opt out globally in: ```text plugins/bStats/config.yml ``` or disable ucJackpot metrics in: ```text plugins/ucJackpot/config.yml ``` ```yaml metrics: enabled: false ``` <div align="center"> <a href="https://bstats.org/plugin/bukkit/ucJackpot/31851"> <img src="https://bstats.org/signatures/bukkit/ucJackpot.svg" alt="ucJackpot bStats"> </a> </div> --- ## Installation 1. Download `ucJackpot-1.0.0.jar`. 2. Put the jar into your server `plugins/` folder. 3. Start the server once. 4. Edit `plugins/ucJackpot/config.yml`. 5. Edit jackpot rooms under `plugins/ucJackpot/jackpots/`. 6. Run `/ucjackpot reload`. Default player commands: - `/ucjackpot` - `/jackpot` - `/jp` - `/ucj` Command aliases can be changed in `config.yml`. --- ## Jackpot Rooms Rooms are configured with separate files under: ```text plugins/ucJackpot/jackpots/ ``` Each room can define its own: - Display name and GUI position - Entry mode - Minimum and maximum money amount - Minim
# ucJackpot
ucJackpot is a free, open-source jackpot plugin for Minecraft servers. It brings money jackpots, real item jackpots, ticket entries, multiple room types, animated draw screens, detailed history, mailbox rewards, and multilingual GUI support into one clean plugin.
Items deposited into a jackpot stay as real items. They are not converted into money. When a player wins, they receive the actual item pool. If their inventory is full, rewards are safely moved into the mailbox so nothing is lost.
Main Menu
Rooms Menu
Money Deposit
Item Selection
Deposits Viewer
Winner Watch Animation
History and Fairness
## Features
- Money, item, hybrid, ticket, low-risk, high-risk, and event jackpot rooms
- Real item jackpot rewards instead of item-to-money conversion
- Configurable room files under `jackpots/*.yml`
- GUI-driven player flow for joining, depositing, watching, reclaiming, and viewing history
- Money deposit shortcuts and manual amount entry
- Multi-stack item selection with configurable item limits
- Reclaim GUI for deposits before the round countdown starts
- Mailbox protection for full inventories and offline item delivery
- Participant-only 10-second draw title animation
- Player toggle for personal draw title notifications
- Chance update notifications through action bar, chat, or disabled mode
- Watch GUI that follows the active draw animation for the selected room
- Draw history with draw id, seed, hash, entry id, deposits, and winner data
- Audit logs for player deposits, claims, cancels, rewards, and draw activity
- Persistent favorite money amount
- PlaceholderAPI support
- Vault economy support
- bStats metrics support
- SQLite by default, with MySQL/MariaDB support
- Dynamic command aliases from `config.yml`
- Help output adapts to the command alias the player used
- Java 21 build target, compatible with Java 21+ runtimes
## Requirements
| Requirement | Details | | --- | --- | | Minecraft | Spigot, Paper, or Purpur 1. 21.x | | Java | Java 21 or newer | | Economy | Vault + an economy plugin for money jackpot rooms | | PlaceholderAPI | Optional | | Database | SQLite by default, MySQL/MariaDB supported |
Vault is only required if you use money-based jackpot rooms. Item-only rooms can work without an economy provider.
## Metrics collection
ucJackpot collects anonymous server statistics through (https://bstats.org/plugin/bukkit/ucJackpot/31851), an open-source statistics service for Minecraft software. No player names, player UUIDs, chat messages, economy balances, jackpot deposits, or inventory contents are sent to bStats.
Server owners can opt out globally in:
```text plugins/bStats/config.yml ```
or disable ucJackpot metrics in:
```text plugins/ucJackpot/config.yml ```
```yaml metrics: enabled: false ```
## Installation
1. Download `ucJackpot-1. 0. 0.jar`. 2. Put the jar into your server `plugins/` folder. 3. Start the server once. 4. Edit `plugins/ucJackpot/config.yml`. 5. Edit jackpot rooms under `plugins/ucJackpot/jackpots/`. 6. Run `/ucjackpot reload`.
Default player commands:
- `/ucjackpot`
- `/jackpot`
- `/jp`
- `/ucj`
Command aliases can be changed in `config.yml`.
## Jackpot Rooms
Rooms are configured with separate files under:
```text plugins/ucJackpot/jackpots/ ```
Each room can define its own:
- Display name and GUI position
- Entry mode
- Minimum and maximum money amount
- Minim
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- unecroe
- Version
- oICHP7Zk
- Downloads
- 38
- Endorsements
- 0
- Category
- bukkit
- Created
- 6/18/2026
- Updated
- 6/7/2026
- Game Versions
- oICHP7Zk
- Tags
- economy, minigame, 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 ucJackpot support?
The author lists oICHP7Zk. Other versions may work but are untested by the author.
What is the latest version of ucJackpot?
Version oICHP7Zk, published 2026-06-07 with 38 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await