
A physical blackjack table plugin for Minecraft servers that creates interactive card tables in the game world. Players can join tables, place bets, and play blackjack with realistic 3D card displays.
A premium physical blackjack table plugin for Minecraft servers
Create interactive card tables in your game world with realistic 3D card displays


Blackjack.jar from releasesplugins folderconfig.yml (optional)/merge feature# Create a table (Admin)
/createtable
# Join and play
/join # Join nearest table
/bet 100 # Place your bet
/start # Start the game
/hit # Take another card
/stand # End your turn
/stats # View your statistics
| Command | Description | Permission |
|---|---|---|
/createtable |
Create a new blackjack table | blackjack.admin |
/removetable |
Remove the nearest table | blackjack.admin |
/join |
Join the nearest table | blackjack.play |
/leave |
Leave your current table | blackjack.play |
/bet <amount> |
Place or change your bet | blackjack.play |
/hit / /stand |
Game actions | blackjack.play |
/stats [player] |
View statistics | blackjack.play |
Blackjack includes 40+ PlaceholderAPI placeholders for extensive integration with other plugins:
%blackjack_stats_*% (wins, losses, win rate, winnings, streaks)%blackjack_table_*% (players, status, location) %blackjack_game_*% (hand value, turn status, dealer info)%blackjack_bet_*% (current bets, limits, persistent bets)%blackjack_economy_*% (balance, affordability checks)📖 View Complete PlaceholderAPI Documentation
# Scoreboard integration
- "&fWin Rate: &b%blackjack_stats_win_rate%%"
- "&fAt Table: %blackjack_table_at_table%"
- "&fCurrent Bet: &6%blackjack_bet_current_formatted%"
# Betting Configuration
betting:
min-bet: 10
max-bet: 10000
cooldown-ms: 2000
# Table Settings
table:
max-players: 4
max-join-distance: 10.0
table-material: GREEN_TERRACOTTA
chair-material: DARK_OAK_STAIRS
# Game Rules
game:
hit-soft-17: false
# Display Settings
display:
card:
scale: 0.35
spacing: 0.25
sounds:
enabled: true
card-deal:
sound: BLOCK_WOODEN_BUTTON_CLICK_ON
volume: 1.0
pitch: 1.2
particles:
enabled: true
win:
type: HAPPY_VILLAGER
lose:
type: ANGRY_VILLAGER

Track your performance with detailed statistics:
┌─────────────────────────────────────┐
│ Your Stats │
├─────────────────────────────────────┤
│ Hands Played: 127 │
│ Wins: 58 (45.7%) │
│ Losses: 51 (40.2%) │
│ Pushes: 18 (14.2%) │
│ Current Streak: 3 wins │
│ Best Streak: 7 wins │
│ Total Winnings: $2,450 │
└─────────────────────────────────────┘
We welcome contributions! Please feel free to:
Need help? Reach out:
@vortexunwanted