NCCasino is a Minecraft plugin built on Bukkit/Spigot MC 1.21, bringing popular casino games like Blackjack and Roulette to minecraft servers. The plugin is still under active development. Join the official Discord here.
- /ncc create
<name>
: Create a dealer at the player’s location. - /ncc list
(page)
: List all dealers. - /ncc delete
<name>
: Delete a dealer by name. - /ncc help: Display help menu.
- /ncc reload: Reload the configuration file.
Customize dealers in the YAML configuration file. Adjust game type, currency material, and chip sizes.
dealers:
myDealer:
game: Blackjack
timer: 10
currency:
material: EMERALD
name: Emerald
chip-sizes:
size1: 1
size2: 5
size3: 10
size4: 25
size5: 50
We welcome contributions to improve NCCasino. Whether it's reporting issues, suggesting new features, or submitting code, your input is valuable. To learn more about how to contribute, click here to get started.