Skip to content

Blackjack

Classic 21. You vs the bot dealer, with hit / stand / double / surrender.

How a hand plays

  1. /pcasino blackjack <bet> — Phantom deducts the bet, deals two cards to you + one face-up + one face-down to the dealer.
  2. If you're dealt 21, you win 1.5x bet automatically (configurable).
  3. Otherwise, four buttons: Hit / Stand / Double (if allowed) / Surrender (if allowed).
  4. Bust (over 21) → lose. Stand → dealer reveals + plays out. Higher hand wins.

Settings

SettingDefaultWhat it does
EnabledonToggle just the blackjack game.
Payout (win)1.0xNet win on a regular victory.
Payout (blackjack)1.5xNet win when dealt 21.
Payout (surrender)0.5xRefund on surrender.
Deck count6Number of decks shuffled. 1–8.
Dealer rules17s17 = dealer stands on soft 17; h17 = dealer hits soft 17.
Double allowedonMember can double their bet for one card.
Surrender allowedonMember can surrender for half-bet refund.
Natural pays immediatelyonDealt-21 pays without revealing dealer's hand.
House edge bps0Tweak the payouts via basis-point reduction.

Tips

  • s17 dealer rule favours the player slightly. h17 favours the house.
  • Single-deck has the lowest house edge; multi-deck (6, 8) approaches it but with less variance.
  • Disabling surrender is the easy way to make the game stricter without changing payouts.

Reliability

Phantom never leaves a hand half-played. If anything goes wrong mid-hand — even a Phantom restart — the next button click picks up the same hand. Members can't lose their bet to a hiccup.

Hand timeout

Idle hands expire (default 5 min). The bet is auto-refunded.

Phantom is a product of Hydra Labs. The bot is run as a managed service; you do not need to host it yourself.