Skip to content

CasinoTables 1.0.0

Choose a tag to compare

@xingguanglang xingguanglang released this 20 Aug 04:40
· 6 commits to main since this release

Texas Hold'em, Blackjack and Ludo played on real, built-in-world tables — not in a chat window
and not in an inventory GUI. Every table is a physical arena in its own void world: seats, a dealer,
buttons, floating card displays, and chips you actually pick up and place.

Requirements

  • Paper 1.21 – 26.2 — one jar covers the whole range
  • Vault plus an economy plugin
  • Java 21 or newer

Spigot is not supported: the plugin uses Paper's world-creation and text-display APIs.

Install

  1. Drop CasinoTables-1.0.0.jar into plugins/
  2. Start the server — three arena worlds and plugins/CasinoTables/ are created automatically
  3. Run /casino in game

Both bundled languages are written to plugins/CasinoTables/lang/ on first start. Set
language: in config.yml to pick one; your edits there survive updates, and any key you
delete falls back to the copy inside the jar.

What is in it

  • Texas Hold'em — 1–6 real players, empty seats filled by six bot archetypes from novice to
    expert. Physical chips dropped into a betting zone in front of your seat. Hole cards shown only
    to their owner.
  • Blackjack — 1–6 players against the dealer. Hit, stand, double, split to four hands,
    insurance. Dealer stands on soft 17, blackjack pays 3:2, no rake.
  • Ludo — 2–4 players, a 48-square board with colour jumps, a centre leap and capture.
  • 13 table decors × 4 room shapes, chosen independently.
  • Every player-facing string lives in a language file. English and Chinese ship.

Verify the download

sha256  043f32547b5b575a5da37d416318b03d8355c0c060991f9b939a32fca6a3572a

License

GPL-3.0. Source is in this repository; if you distribute a modified build you must ship its
source under the same licence. Running it on a server, public or paid, is not distribution.