/
A feature-rich, fully animated crate plugin for Paper 1.21.x
No NMS · No legacy libraries · No external hologram plugin required
/vc shop/vc remove <id>)All are fully optional and loaded via reflection:
plugins//vc getcrate ExampleRound — get a crate block/vc key give <name> ExampleRound 1 — give yourself a key| Name | Style |
|---|---|
ROUND | Slot machine — cycles and locks on the winner |
ROUND2 | Mystery boxes — BARRIER boxes orbit with lightning reveal |
QUICK | Slot machine — fast version (~3 s) |
COSMIC | Double counter-rotating orbital rings |
DISPLAY | Single item cycles and lands on the winner |
PYRAMID | Three-tiered rotating pyramid |
CONTRABAND | Items float up and vanish one-by-one |
INSTANT | Particle burst, reward given instantly |
AIR_STRIKE | Items fall from height with lightning |
BREAKOUT | Items burst outward and arc back |
METEOR_SHOWER | Items rain down with flame trails |
YIN_YANG | Two rings converge in a yin-yang pattern |
| Code | Language |
|---|---|
en | English (default) |
de | German / Deutsch |
fr | French / Français |
es | Spanish / Español |
Drop a messages_<code>.yml in the plugin folder and set Language: <code> to add any language. Regional locale codes (en_us, pt_br, etc.) are supported with automatic fallback.
| Type | Notes |
|---|---|
JSON | Default, zero setup |
SQLITE | File-based SQL, bundled driver |
MYSQL | Full MySQL/MariaDB, auto table creation |
Animation: ROUND
Block: ENDER_CHEST
Size: 1
HologramLines:
- "&6&lMy Crate"
- "&7Right-click to open"
KeyCrate:
Require: true
Material: TRIPWIRE_HOOK
Name: "&6&lMy Key"
MatchNBT: true
Prizes:
diamond:
Name: "&b&lDiamond"
Rarity: epic # common | rare | epic | legendary | jackpot | mega_jackpot
Chance: 10.0
Material: DIAMOND
GiveItem: true
| Placeholder | Returns |
|---|---|
%vaultcrates_keys_<CrateName>% | Virtual key count |
%vaultcrates_opens_<CrateName>% | Total opens by player |
%vaultcrates_pity_<CrateName>_<rarityId>% | Pity counter |
%vaultcrates_is_animating% | true / false |
Custom events: CrateOpenEvent (cancellable), CrateOpenedEvent, CrateKeyUseEvent

A feature-rich, fully animated crate plugin for Paper 1.21.x with IA, Vault, PlaceholderAPI and Citizens support