Documentation
Casino Core Docs
PlaceholderAPI reference, admin commands, and config options.
Setup
Install Vault, an economy provider, and MemoryChain before Casino Core. On first boot, Casino Core generates a default config.yml with one slot machine table and one roulette table.
Placeholders
| Placeholder | Returns |
|---|---|
%casinocore_balance% | Player's current casino token balance. |
%casinocore_jackpot% | Current slot machine jackpot pool. |
%casinocore_winstreak% | Player's current consecutive win count. |
%casinocore_lastwin% | Amount won on the player's most recent spin. |
Commands
| Command | Permission | Description |
|---|---|---|
/casino open | casinocore.use | Opens the main casino GUI. |
/casino admin reload | casinocore.admin | Reloads config without restarting. |
/casino admin setlimit <amount> | casinocore.admin | Sets the max wager per spin. |
Config Reference
slots:
jackpot-seed: 500
reel-odds:
cherry: 0.35
bell: 0.25
star: 0.15
jackpot: 0.02
roulette:
min-bet: 10
max-bet: 5000
house-edge: 0.027
Permissions
| Node | Description |
|---|---|
casinocore.use | Access to all casino games. |
casinocore.admin | Access to admin subcommands and config reload. |
casinocore.vip | Raises per-player wager limits (configurable). |