VoidCrates
A clean, feature-rich crate mod for the modern Fabric ecosystem. Place crates anywhere in your world, give players keys, and reward them with fully configurable loot.
Features
- Physical crate blocks with left-click preview and right-click open
- Key-based opening system with physical and virtual keys
- Weighted reward pools with per-reward broadcast support
- Six built-in opening animations (csgo, roulette, enclosing, mystery, single, storm)
- Particle effects around crate blocks (circle, spiral, beam, pulse)
- Floating holograms via HoloDisplays (optional)
- Economy integration with BEconomy, CobbleDollars, Impactor, and Pebbles Economy (optional)
- PlaceholderAPI and MiniPlaceholders support (optional)
- H2, SQLite, MySQL, and MongoDB storage backends
- Full MiniMessage formatting everywhere
/vc reload— no restart needed for config changes
Requirements
| Mod | Required |
|---|---|
| Fabric API | ✅ |
| Fabric Language Kotlin | ✅ |
| HoloDisplays | ⬜ Optional |
Commands
| Command | Description |
|---|---|
/vc set <crate> |
Register the block you're looking at as a crate |
/vc remove |
Remove a crate from a block |
/vc give <crate> <player> [amount] |
Give a player a crate item |
/vc key give <key> <player> [amount] |
Give a player a key |
/vc open <crate> <player> |
Force-open a crate without a key |
/vc reload |
Reload all configs |
Base command: /voidcrates — aliases: /vc, /crates, /crate
Forked from SkiesCrates by Stampede.

