Skip to content
/ NCCasino Public

Casino plugin built for Bukkit/Spigot MC servers

Notifications You must be signed in to change notification settings

njm25/NCCasino

Repository files navigation

NCCasino Plugin for Minecraft

Overview

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.

Commands

  • /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.

Configuration

Customize dealers in the YAML configuration file. Adjust game type, currency material, and chip sizes.

Example Configuration

dealers:
  myDealer:
    game: Blackjack
    timer: 10
    currency:
      material: EMERALD
      name: Emerald
    chip-sizes:
      size1: 1
      size2: 5
      size3: 10
      size4: 25
      size5: 50

Contributing

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.

About

Casino plugin built for Bukkit/Spigot MC servers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages