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

PlaceholderReturns
%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

CommandPermissionDescription
/casino opencasinocore.useOpens the main casino GUI.
/casino admin reloadcasinocore.adminReloads config without restarting.
/casino admin setlimit <amount>casinocore.adminSets 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

NodeDescription
casinocore.useAccess to all casino games.
casinocore.adminAccess to admin subcommands and config reload.
casinocore.vipRaises per-player wager limits (configurable).