Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details

A modernized Tai Xiu plugin for Paper and Folia, focused on safe economy transactions, SQLite persistence, and crash recovery.
This fork is maintained at Alexteens24/TaiXiu and is based on the original CortezRomeo/TaiXiu project.
Version 3.0 is currently undergoing pre-release validation. Builds and unit tests pass, but the real-provider Paper/Folia checklist must be completed before production use.
This plugin includes wagering with in-game money or points. Server operators are responsible for all applicable platform rules, terms, and local laws.
Game rules
The system rolls three six-sided dice:
- A total from
4–10is Xiu (Low). - A total from
11–17is Tai (High). - A total of
3or18is special and both sides lose. - When
bet-settings.disable-special: true,3/18is adjusted to avoid a special result.
A winner receives the original stake plus profit after tax. With 0% tax, the payout is 2 × stake.
Requirements
| Component | Requirement |
|---|---|
| Java | 21 |
| Server | Paper 1.21.4+ or a compatible Folia build |
| Economy bridge | Vault; VaultUnlocked on Folia |
| Economy provider | A provider compatible with the selected server and bridge |
Optional integrations:
- PlaceholderAPI.
- PlayerPoints.
- Floodgate/Geyser for Bedrock forms.
- Discord Webhook.
Do not replace the JAR or delete taixiu.db while the server is running.
Upgrading from 2.x
On the first 3.0 startup, if the database is empty, the plugin imports only the latest unfinished YAML session. The old session/ directory is renamed to session-legacy-<timestamp>. Completed YAML history is not imported automatically.
Before upgrading:
- Stop the server cleanly.
- Back up all of
plugins/TaiXiu/and the economy provider data. - Replace the JAR and start the server.
- Inspect migration logs, the active session, and
/taixiuadmin health.
API 2.x consumers should read the API 3.0 migration guide.
Credits
- Original author and project: Thuong Nguyen / Cortez Romeo.
- 3.0 fork maintenance: Alexteens24.
- ConfigUpdater.
- SQLite JDBC.
- JSON-java.
- JetBrains Annotations.
License
Distributed under the GNU General Public License v3.0. This fork preserves attribution and copyright history from the upstream project.

