The LiricCasino roulette wheel is a real display entity that lives inside your world — players walk up to it, open the betting menu by interacting with it, and watch the wheel physically spin before the result is announced server-wide. Every round follows a timed countdown so players across the entire server can rush to place their bets before the wheel locks.Documentation Index
Fetch the complete documentation index at: https://pumpkings.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Placing and Managing the Wheel
Position yourself at the spawn point
Stand in the exact spot where you want the center of the roulette wheel to appear. The wheel entity spawns at your feet.
Run the setup command
Resize if needed
Adjust the block scale to fit your build:The default scale is
0.45. The radius is read from roulette.radius in config.yml (default 5.5 blocks) and applied automatically when you rescale. Edit roulette.radius in config.yml directly to change the wheel size.Betting Options
Players open the betting GUI by interacting with the wheel entity. The 6-row inventory menu shows all numbers 0–36 and three colour buttons at the bottom.Colour Bets
Pick Red, Black, or Green. The bet is placed immediately and withdrawn from your balance. You can only have one active bet per round.
Number Bets
Click any number from 0 to 36. Red numbers pay the same multiplier as a Red colour bet, but you win only if the exact number is drawn.
Payout Table
| Bet Type | Condition to Win | Payout Multiplier |
|---|---|---|
| 🔴 Red | Winning number is red | 2× (configurable) |
| ⚫ Black | Winning number is black | 2× (configurable) |
| 🟢 Green | Winning number is 0 | 14× (configurable) |
| 🔢 Exact Number | Winning number matches | 36× |
Red numbers on the standard European wheel are: 1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34, 36. All remaining non-zero numbers are Black.
0 is always Green.Round Flow and Countdown Alerts
Once the minimum number of players (default: 1) have placed bets, the countdown begins automatically. The wheel hologram updates every second to show remaining time, and the server receives broadcast alerts at key intervals.Bet placed — countdown starts
The server broadcasts a spin announcement the moment the countdown begins. The hologram switches to countdown mode.
Periodic server-wide alerts
| Time Remaining | Server Broadcast Sent |
|---|---|
| 2 minutes | Player count reminder |
| 1 minute | Final minute warning |
| 30 seconds | 30-second warning |
| 10 seconds | 10-second warning |
Spin phase
At zero seconds the server broadcasts a spinning message, the hologram changes to “No more bets!”, and the physical wheel display animates for 140 ticks (~7 seconds) before the result is determined.
Hologram Display
A floating hologram attached to the wheel entity shows:- Game title — 🌀 ROULETTE 🌀
- Max Bet — the configured maximum wager
- Player Count — how many bets are currently placed
- Countdown — seconds remaining once a round is active (updates every second)
- Spinning — “No more bets!” during the spin animation
Configuration Reference
Tax and Booster Integration
If taxes are enabled, the configuredroulette rate is applied to gross winnings before deposit:
boosters) multiply the net payout for qualifying players. The win message shown to the player reflects both the booster and any tax deduction.
Admin Command Reference
| Command | Description |
|---|---|
/roulette setup | Spawn the roulette wheel at your location |
/roulette scale <scale> | Resize the wheel; radius is read from config.yml |
/roulette forcestart | Skip the remaining countdown and spin immediately |
/roulette delete | Remove the nearest roulette entity |
/roulette purge | Remove all roulette entities on the server |
