Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐ 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


