The LiricCasino Poker table is a physical entity you place anywhere in your world. Players walk up to it, interact to join the game, and participate in a managed card game loop displayed entirely through an inventory GUI — no chat commands needed once the table is placed. Games progress automatically through each player’s turn, keeping the experience smooth and organised even in a busy server.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 Tables
Stand at the desired location
Move to the spot in your world where you want the poker table entity to appear. The table spawns at your feet.
Run the setup command
Joining and Leaving a Game
Interact with the table
Right-click the physical poker table entity. If a game is open and accepting players, you are added to the session and the lobby GUI opens.
Place your buy-in
Select your starting bet from the GUI. The amount must fall within the configured minimum and maximum for your rank.
Wait for the game to begin
The game starts once the required number of players have joined. You can see the current lobby state in the GUI while waiting.
GUI Card Display
All cards, chips, and game state information are rendered inside a standard Minecraft inventory GUI. You never need to type commands during a hand:Your Hand
Your hole cards appear in dedicated slots in the GUI. Card face values and suits are shown via item names and lore.
Community Cards
Flop, turn, and river cards occupy the central row of the GUI as they are revealed through each betting round.
Action Buttons
Fold, Call, Raise, and Check buttons appear as clickable items during your turn. Buttons are hidden when it is not your turn.
Pot Display
The current pot size and your chip count are shown as labelled items so you always know the stakes at a glance.
Bet Limits and Daily Uses
Configure minimum and maximum buy-ins and the number of games a player can join per day inconfig.yml:
- Default Players
- VIP Players
- Admins
Enabling and Disabling Poker
You can toggle the poker game on or off without restarting the server by editing theactive flag in config.yml and reloading:
When
active is set to false, interacting with an existing poker table entity will produce no response. Existing table entities remain in the world but are inert until the game is re-enabled.Tax Integration
If the global tax system is active, apply a per-game rate to poker winnings:Admin Command Reference
| Command | Description |
|---|---|
/poker setup | Spawn a poker table at your current location |
/poker delete | Remove the nearest poker table entity |
