📖 Description
PomaBets is a lightweight plugin for your server that adds a panel‑based mini‑game in casino style.
After choosing a bet, the player is shown 3 hidden slots (random items).
The player clicks them one by one.
If at least 2 slots match — you win! 🎉
If all 3 slots are different — you lose! 💸
🎮 How It Works
- The player opens the betting menu with the command
/bets - Chooses a bet type (e.g.,
10,000$) - A GUI with 9 hidden panels opens
- The player clicks the panels in any order
- The plugin checks the result:
- 2 identical → win with a multiplier
- 3 identical → win with a higher multiplier
- All different → loss
✨ Features
- ✅ Fully configurable — bets, materials, multipliers, messages, GUI
- ✅ Built‑in menu — no external plugins required (DeluxeMenus not needed!)
- ✅ Vault support — uses your server's economy
- ✅ Folia support — works on modern Paper/Folia servers
- ✅ Notification radius — announcements only near the casino
- ✅ Permissions — control who can play
- ✅ bStats analytics — optional anonymous statistics
📁 Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/bets |
Opens the betting menu | bets.use (default) |
/bets <type> |
Starts a game directly | bets.<type> |
Example: /bets 10k → starts a game with a 10,000$ bet (requires bets.10k)
⚙️ Configuration
The plugin includes 3 configuration files:
| File | Purpose |
|---|---|
config.yml |
Bet types, materials, multipliers, GUI title, notification radius |
messages.yml |
All game messages (fully customizable) |
menu.yml |
GUI layout for /bets (slots, items, description) |
Example bet type (config.yml):
10k:
needOpen: 3 # Number of slots to open (usually 3)
multiply:
2: 1.5 # 2 matching items → win x1.5
3: 3.0 # 3 matching items → win x3.0
amount: 10000 # Actual bet amount (deducted from player)
price: "10,000$" # How the amount is displayed in messages and GUI
🛠️ Requirements
- Server: Spigot / Paper / Folia (1.20–26.2)
- May work on lower versions as well
- Dependency: Vault (economy)
📦 Installation
- Place
PomaBets.jarinto the/pluginsfolder - Restart the server
- Customize
config.yml,messages.yml,menu.ymlto your liking - Set up permissions (if needed)
- Done! 🚀
📊 bStats
The plugin uses bStats to collect anonymous usage statistics.
You can disable this in config.yml:
bstats: false
🧾 License
All rights reserved. For permissions, contact the author.
👤 Author
Pomachka58
🐛 Bugs & Suggestions
Found a bug or have a suggestion?
Contact me via Discord: DangerExploit

