A Minecraft Spigot/Folia plugin for a crash gambling minigame with economy and hologram integration.
Author: sluhtie
Version: 1.0.0
API: Spigot 1.17+
Java: 17
- Vault – Economy API (e.g. for EssentialsX Economy)
- FancyHolograms – In-game holograms
- Folia – optionally supported (folia-supported: true)
./gradlew buildThe built JAR will be in build/libs/.
- Place the CrashGambling JAR in your Spigot server’s
plugins/folder. - Install and configure Vault and FancyHolograms.
- Start or reload the server; the config is created at
plugins/CrashGambling/config.yml.
| Command | Description | Permission |
|---|---|---|
/crash bet <amount> |
Place a bet | crash.use |
/crash cashout |
Cash out before crash | crash.use |
/crash status |
Show game status | crash.use |
/crash reload |
Reload configuration | crash.admin |
crash.use– Use the crash game (default: true)crash.admin– Admin commands such as reload (default: op)
src/main/java/com/crashgambling/
├── CrashGambling.java # Plugin main class
├── command/CrashCommand.java
├── data/PlayerBet.java
├── game/BetManager.java
├── game/GameManager.java
├── game/GameState.java
└── service/
├── ActionBarService.java
└── HologramService.java
This project is public and open source. You are welcome to:
- Fork the repository
- Open issues for bugs or feature requests
- Submit pull requests with fixes or improvements
This project is licensed under the MIT License – see LICENSE for details. You may use, modify, and distribute the plugin in accordance with the license.