ShadowCrates

โญ โ€” (6 endorsements) ๐Ÿ“ฅ 6,463 downloads ๐Ÿ“Œ v2.3 ๐Ÿ“… 4/18/2025
๐ŸŸก Updated this year

By KrripeYT ยท equipment

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 1/3/2026 ๐Ÿ“… Created: 4/18/2025
โš ๏ธ Install Order ยท 2 steps
1๐Ÿ› ๏ธ Forge โ€” Minecraft Forge (mod loader) Download โ†—
2๐Ÿ› ๏ธ Fabric โ€” Fabric Loader Download โ†—

Install in this order, then this mod last โ€” most mods fail to load without their framework and dependencies in place.

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.1% endorsement rate
  • ๐Ÿ† #225 of 268 equipment mods in this game by downloads

๐Ÿ“‹ About This Mod

โœ… `/crate reload` โžœ Reload all config files.
โœ… `/crate key storage` โžœ View your stored keys.
โœ… `/crate storage` โžœ Claim prizes stored items.
โœ… `/crate backup now` โžœ Manually create a backup.
โœ… `/crate backup restore` โžœ Restore from the latest backup.

# ๐ŸŒ **ShadowCrates** **ShadowCrates** is a fully customizable **Crate System** for Minecraft Fabric servers. It allows server administrators to create, configure, and manage crates that players can open using special crate keys. With customizable animations, sounds, and rewards! ## ๐Ÿ“œ **Features:** - โœ…๏ธ **Fully Configurable Crates** - Define crates in JSON format, including rewards, animations, sounds, particle effects, and key items. - โœ…๏ธ **Custom Enchantment & NBT Support** - Rewards retain all item properties, including enchantments, custom model data, and atributes. - โœ…๏ธ **Configurable Animations** - Set the number of animation steps and intervals for crate opening effects. - โœ…๏ธ **Particle Effects** - Choose different particle effects per crate for a visually appealing opening sequence. - โœ…๏ธ **Permission-Based Access** - Restrict specific crates using LuckPerms or any permission plugin. - โœ…๏ธ **Command Execution** - Run custom commands when a player wins a reward. - โœ…๏ธ **Custom Sounds** - Play unique sounds when opening a crate or winning a reward. - โœ…๏ธ **Language & Message Customization** - Edit all messages, GUI titles, and lore with full RGB color support. - โœ…๏ธ **Crate Location System** - Assign crates to specific blocks in the world, allowing physical crate locations. - โœ…๏ธ **Backup System** โ€“ Automatic & manual backup creation in `/config/shadowcrates/backups/`, with JSON restore support. - โœ…๏ธ **Database Support** โ€“ Use SQLite or MySQL to store all crate data (keys, prizes, crate blocks). Auto migration + backup included. - โœ…๏ธ **Powerful GUI System** โ€“ Preview crates, claim stored prizes, and view virtual keys with fully customizable menus. - โœ…๏ธ **Virtual Key System** โ€“ Players can store keys virtually, preventing duplication exploits. - โœ…๏ธ **Support for Cobblemon Items** โ€“ Render Pokรฉmon items (e.g. pokemon:abra) as prize icons and display items in GUIs. ## โš™๏ธ **Commands:** <details> <summary>Spoiler</summary> - `/crate create <name>` โžœ Create a new crate. - `/crate delete <name>` โžœ Delete an existing crate. - `/crate reload` โžœ Reload all config files. - `/crate set <name>` โžœ Set crate on targeted block. - `/crate unset <name>` โžœ Remove crate from block. - `/crate key give <crate> <amt> <player>` โžœ Give virtual or physical keys. - `/crate key storage` โžœ View your stored keys. - `/crate storage` โžœ Claim prizes stored items. - `/crate clearstorage <player>` โžœ Deleting items from storage. - `/crate backup now` โžœ Manually create a backup. - `/crate backup restore` โžœ Restore from the latest backup. - `/crate key clear <player>` โžœ Clear keys for player. - `/crate key count <player> <crate>` โžœ See stored key count. - `/crate key giveall <amount> <player>` โžœ Give all keys to a player. </details> ## ๐Ÿ”’ **Permissions:** <details> <summary>Spoiler</summary> - `crate.create` โžœ for /crate create - `crate.delete` โžœ for /crate delete - `crate.reload` โžœ for /crate reload - `crate.set` โžœ for /crate set - `crate.unset` โžœ for /crate unset - `crate.storage` โžœ for /crate storage - `crate.clearstorage` โžœ for /crate clearstorage - `crate.key.give` โžœ for /crate key give - `crate.key.storage` โžœ for /crate key storage - `crate.key.clear` โžœ for /crate key clear - `crate.key.count` โžœ for /crate key count - `crate.key.giveall` โžœ for /crate key giveall - `crate.backup` โžœ for /crate backup now & /crate backup restore </details> ## ๐ŸŽž **Animations:** List of animation formats for opening crate: <details> <summary>Spoiler</summary> - `default` - `instant` - `csgo` - `slots` - `vortex` - `wheel` - `pick` - `meteor` </details> List of animation formaats for idle particles: <details> <summary>Spoiler</summary> - `orbit` - `dual_orbit` - `ring` - `pulse` - `spiral` - `spring` - `flower` - `star` - `rays` - `rain` - `stack` - `sparkle` - `meteor_rain` - `ring_vertical` - `burst` - `comet` </details> ## ๐Ÿ“‚ **Configuration Files:** - ๐Ÿ“`/config/shadowcrates/config.json` โ€“ General settings, messages, and toggles. - ๐Ÿ“`/config/shadowcrates/crates/*.json` โ€“ Crate definitions including items, commands, probabilities, and keys. - ๐Ÿ“`/config/shadowcrates/menu_preview.json` โ€“ Preview GUI configuration. - ๐Ÿ“`/config/shadowcrates/menu_storage.json` โ€“ Crate reward storage GUI. - ๐Ÿ“`/config/shadowcrates/menu_key_storage.json` โ€“ Virtual key storage GUI. - ๐Ÿ“`/config/shadowcrates/data/` โ€“ Stores crate block locations. - ๐Ÿ“`/config/shadowcrates/backups/` โ€“ Auto/manual backup folders !(https://cdn.modrinth.com/data/f136wypQ/images/63ad7ccb10cfe1567733839fa822b8d367993cb1.gif)

# ๐ŸŒ ShadowCrates

ShadowCrates is a fully customizable Crate System for Minecraft Fabric servers. It allows server administrators to create, configure, and manage crates that players can open using special crate keys. With customizable animations, sounds, and rewards!

## ๐Ÿ“œ Features: - โœ…๏ธ Fully Configurable Crates - Define crates in JSON format, including rewards, animations, sounds, particle effects, and key items. - โœ…๏ธ Custom Enchantment & NBT Support - Rewards retain all item properties, including enchantments, custom model data, and atributes. - โœ…๏ธ Configurable Animations - Set the number of animation steps and intervals for crate opening effects. - โœ…๏ธ Particle Effects - Choose different particle effects per crate for a visually appealing opening sequence. - โœ…๏ธ Permission-Based Access - Restrict specific crates using LuckPerms or any permission plugin. - โœ…๏ธ Command Execution - Run custom commands when a player wins a reward. - โœ…๏ธ Custom Sounds - Play unique sounds when opening a crate or winning a reward. - โœ…๏ธ Language & Message Customization - Edit all messages, GUI titles, and lore with full RGB color support. - โœ…๏ธ Crate Location System - Assign crates to specific blocks in the world, allowing physical crate locations. - โœ…๏ธ Backup System โ€“ Automatic & manual backup creation in `/config/shadowcrates/backups/`, with JSON restore support. - โœ…๏ธ Database Support โ€“ Use SQLite or MySQL to store all crate data (keys, prizes, crate blocks). Auto migration + backup included. - โœ…๏ธ Powerful GUI System โ€“ Preview crates, claim stored prizes, and view virtual keys with fully customizable menus. - โœ…๏ธ Virtual Key System โ€“ Players can store keys virtually, preventing duplication exploits. - โœ…๏ธ Support for Cobblemon Items โ€“ Render Pokรฉmon items (e.g. pokemon:abra) as prize icons and display items in GUIs.

## โš™๏ธ Commands:

Spoiler

  • `/crate create ` โžœ Create a new crate.
  • `/crate delete ` โžœ Delete an existing crate.
  • `/crate reload` โžœ Reload all config files.
  • `/crate set ` โžœ Set crate on targeted block.
  • `/crate unset ` โžœ Remove crate from block.
  • `/crate key give ` โžœ Give virtual or physical keys.
  • `/crate key storage` โžœ View your stored keys.
  • `/crate storage` โžœ Claim prizes stored items.
  • `/crate clearstorage ` โžœ Deleting items from storage.
  • `/crate backup now` โžœ Manually create a backup.
  • `/crate backup restore` โžœ Restore from the latest backup.
  • `/crate key clear ` โžœ Clear keys for player.
  • `/crate key count ` โžœ See stored key count.
  • `/crate key giveall ` โžœ Give all keys to a player.

## ๐Ÿ”’ Permissions:

Spoiler

  • `crate.create` โžœ for /crate create
  • `crate.delete` โžœ for /crate delete
  • `crate.reload` โžœ for /crate reload
  • `crate.set` โžœ for /crate set
  • `crate.unset` โžœ for /crate unset
  • `crate.storage` โžœ for /crate storage
  • `crate.clearstorage` โžœ for /crate clearstorage
  • `crate.key.give` โžœ for /crate key give
  • `crate.key.storage` โžœ for /crate key storage
  • `crate.key.clear` โžœ for /crate key clear
  • `crate.key.count` โžœ for /crate key count
  • `crate.key.giveall` โžœ for /crate key giveall
  • `crate.backup` โžœ for /crate backup now & /crate backup restore

## ๐ŸŽž Animations: List of animation formats for opening crate:

Spoiler

  • `default`
  • `instant`
  • `csgo`
  • `slots`
  • `vortex`
  • `wheel`
  • `pick`
  • `meteor`

List of animation formaats for idle particles:

Spoiler

  • `orbit`
  • `dual_orbit`
  • `ring`
  • `pulse`
  • `spiral`
  • `spring`
  • `flower`
  • `star`
  • `rays`
  • `rain`
  • `stack`
  • `sparkle`
  • `meteor_rain`
  • `ring_vertical`
  • `burst`
  • `comet`

## ๐Ÿ“‚ Configuration Files: - ๐Ÿ“`/config/shadowcrates/config.json` โ€“ General settings, messages, and toggles.

  • ๐Ÿ“`/config/shadowcrates/crates/*.json`
  • โ€“ Crate definitions including items, commands, probabilities, and keys.
  • ๐Ÿ“`/config/shadowcrates/menu_preview.json`
  • โ€“ Preview GUI configuration.
  • ๐Ÿ“`/config/shadowcrates/menu_storage.json`
  • โ€“ Crate reward storage GUI.
  • ๐Ÿ“`/config/shadowcrates/menu_key_storage.json`
  • โ€“ Virtual key storage GUI.
  • ๐Ÿ“`/config/shadowcrates/data/`
  • โ€“ Stores crate block locations.
  • ๐Ÿ“`/config/shadowcrates/backups/`
  • โ€“ Auto/manual backup folders

!(https://cdn.modrinth.com/data/f136wypQ/images/63ad7ccb10cfe1567733839fa822b8d367993cb1.gif)

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Mods
Author
KrripeYT
Version
2.3
Downloads
6,463
Endorsements
6
Category
equipment
Created
4/18/2025
Updated
1/3/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3
Tags
equipment, storage, utility

๐Ÿ”ง How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Mods โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Mods versions does ShadowCrates support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3. Other versions may work but are untested by the author.

What is the latest version of ShadowCrates?

Version 2.3, published 2026-01-03 with 6,463 downloads recorded at the source.

Keep browsing โ€” more Minecraft Mods mods await

๐Ÿ“‹ All Minecraft Mods Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More equipment ๐Ÿ‘ค More by KrripeYT ๐Ÿ”Ž Similar Mods ๐ŸŒ Best equipment (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods