Real casino roulette for Minecraft · 1.21+

RouletteMachine

A real European roulette, built in your world. The wheel spins, the ball rolls and drops into a pocket, and players bet by clicking the felt. Winnings paid in real money via Vault.

1.0.1Version
1.21+Minecraft
VaultRequired
ES·EN·FR·ZHLanguages
🎡
Physical wheelIt really spins
Rolling ballLands in a pocket
🪙
Click-to-bet feltChips on the table
🎲
Secure RNGCan't be gamed
💰
Vault payoutsReal money prizes

A roulette that is actually built in the world

🎡
Physical wheel & ballThe ball is a real entity that circles the wheel, slows down and drops into a pocket. Not a menu pretending to be a game.
🔴
True European layout37 pockets in the real wheel order, so reds and blacks alternate exactly like the genuine thing. Single zero, real house edge.
🪙
Bet by clicking the feltRight-click a spot to place your chip, left-click to take it back, sneak to change chip value. A chest menu works too.
🎯
Every bet typeStraight up, red/black, even/odd, high/low, dozens and columns — all paid at the correct odds.
👥
Per-player coloured chipsEach player's chips show in their own colour with the amount above the pile, just like a real table.
⏱️
Fair betting windowThe first bet opens a 30-second round; anyone can join, then the wheel spins on its own. Nobody spins while others choose.
🎲
Secure & fair RNGResults use a cryptographically secure random source. The draw is decided first and can't be predicted by watching.
🪄
No holograms pluginNative display entities. Nothing is written into your world file, and everything redraws itself if removed.
🌍
4 languagesEnglish, Spanish, French and Chinese — every message editable, and your edits survive updates.
💎
Free & Premium. The free version is the full roulette. Premium adds stats, a leaderboard, PlaceholderAPI, Discord alerts and reward commands.

Installation

Up and running in a minute. It only needs Vault and an economy plugin.

Steps

  • Make sure you have Vault and an economy plugin (EssentialsX, CMI…) installed.
  • Download RouletteMachine.jar (free or premium) and drop it into plugins/.
  • Restart the server (Java 21 required for 1.21+).
  • Create your first table — see Create a table.
ℹ️
Tables are saved in tables.yml. Language files are generated on first start in lang/, and the config updates itself on new versions, keeping your settings.

Create a table

Two commands build a full table: the spinning wheel and the betting felt next to it.

  • Run /roulette create <name>, then right-click a block where you want the wheel's centre. The felt is laid out facing the way you were looking.
  • Run /roulette build <name> to build the wheel and the felt out of blocks.
  • Done. Players right-click the table to open betting, or bet directly on the felt.
# create and build a table called casino1 /roulette create casino1 # then right-click the wheel block /roulette build casino1 # builds wheel + felt

Move or restyle it

Nudge the felt with felt.nudge-right / felt.nudge-forward in the config, or change the block colours under the build style. Then /roulette unbuild <name> and /roulette build <name> again.

🎡
The wheel numbers and the table board are floating labels — no holograms plugin needed. They redraw themselves if anything removes them, and nothing is saved into your world file.

Betting

Players bet by clicking the felt directly, or through a chest menu. The first bet opens a 30-second round; when it closes, the wheel spins on its own.

On the felt

ActionWhat it does
Right-click a spotPlaces a chip of your current value
Left-click a spotTakes your own chips back off it (refunded)
Sneak + right-clickSwitches to the next chip value

Bet types & payouts

BetCoversPays
Straight upA single number (0–36)35 : 1
Red / Black18 numbers of a colour1 : 1
Even / Odd18 numbers1 : 1
1–18 / 19–36Low or high half1 : 1
Dozen1–12, 13–24 or 25–362 : 1
ColumnOne of the three columns2 : 1
🎲
The single zero is what gives the house its edge — bet on it straight up for 35:1 like any other number. Chip values and the min/max bet are set in the config.

Commands

Main command /roulette (aliases /rm, /ruleta).

CommandWhat it does
/roulette create <name>Start creating a table (right-click the wheel block)
/roulette build <name>Build the wheel and felt out of blocks
/roulette unbuild <name>Remove the built blocks
/roulette delete <name>Delete a table (refunds any open bets)
/roulette listList all tables
/roulette spin <name>Force a spin now, without waiting for the window
/roulette top PREMIUMLeaderboard by net profit
/roulette stats PREMIUMYour own spins, wins and profit
/roulette reloadReload config and language files

Permissions

Players only need to be able to play; admins get the build commands.

PermissionGrantsDefault
roulettemachine.usePlay at a table and place betseveryone
roulettemachine.adminCreate, build, delete, spin and reloadop
roulettemachine.limit.bypassIgnore the per-round max betop

Free vs Premium

The free version is the complete game. Premium adds the tools a bigger server wants — nothing about the roulette itself is locked.

FeatureFreePremium
Physical wheel, ball & felt betting
Every bet type & correct odds
30-second betting window
Secure RNG & Vault payouts
Stats & /roulette top leaderboard
PlaceholderAPI
Discord webhook for big wins
Reward commands / items on a win
💎
Both editions play identically at the table. Premium is about tracking, showing off and rewarding — not about unlocking the game.

Placeholders

PREMIUM — with PlaceholderAPI installed, these work in any scoreboard, tab list or HUD plugin.

PlaceholderShows
%roulette_wins%The player's total wins
%roulette_spins%The player's total spins played
%roulette_profit%The player's net profit
%roulette_tables%How many tables exist on the server

Configuration

One clean, commented config.yml. Everything below is editable.

🔄
Updating is safe: your config.yml is never overwritten. New options from a new version are added automatically, keeping the settings and comments you already have.

Betting

betting: chips: [ 10, 50, 100, 500, 1000 ] # chip values a player can pick min-bet: 10 # smallest allowed bet max-bet: 0 # max per player per round (0 = none) window-seconds: 30 # length of the betting window announce-nearby: true # shout to nearby players when a round opens announce-radius: 40 # announce radius (blocks)

The wheel & the spin

wheel: radius: 6.0 # block wheel radius (min 5) spin-seconds: 6.0 # how long a spin lasts ball-material: SNOWBALL # the ball's item ball-linger-ticks: 60 # how long the ball rests after landing (20 = 1s) show-numbers: true # a floating number over each pocket default-theme: classic # default block build style

The felt & chips

felt: enabled: true # build the betting felt nudge-right: 0 # shift the felt to the right (blocks) nudge-forward: 0 # push the felt away from the wheel click-to-bet: true # bet by clicking the felt protect-blocks: true # stop players breaking the table show-chips: true # show coloured chips on the felt max-names: 3 # names per spot before it collapses chip-colours: [ RED, BLUE, LIME, ... ] # one colour per player

Rewards & Discord PREMIUM

rewards: # [PREMIUM] on a straight-up win on-straight-win-commands: [] # console commands. {player} {amount} {number} discord: # [PREMIUM] big-win announcements big-win-threshold: 0 # announce wins at/above this (0 = off) webhook-url: "" # your Discord webhook URL
ℹ️
After editing, run /roulette reload. The build style (block colours of the wheel and felt) lives at the bottom of the file.
RouletteMachine / Changelog

Version history

Every release and what changed in it.

v1.0.1 2026-08-17 Latest
  • 🐛Restarting the server no longer eats the bets. A stake is charged the moment the chip goes down, and bets lived only in memory: stopping the server with chips on the felt — or mid-spin — kept the mone
  • 🐛One failed payout no longer costs the rest of the table. If settling a bet went wrong, every player after it went unpaid with their stake already taken. Each bet settles on its own now, and failures a
  • 🐛Pulling a chip back now checks the money actually arrived. Placing a bet verified the charge but taking it back did not, so a failed refund cost the player both the chip and the money. The chip now st
v1.0.0 2026-07-24

No notes for this version.

RouletteMachine / Discussion

Discussion

Comment and share your experience on each plugin version.

Log in to comment on this version.Log in

No comments on this version yet — be the first!

RouletteMachine / Reviews

Player reviews

What server owners think of this plugin.

5.0
★★★★★
1 reviews
Log in to leave a review.Log in
IN
infinity3113 ⭐ Staff🎰 SlotMachine⚔️ ElementalArms🛡️ GuardianStones 05 Aug 2026
★★★★★

Buen plugin