Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
๐ 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 <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.
๐ Permissions:
Spoiler
crate.createโ for /crate createcrate.deleteโ for /crate deletecrate.reloadโ for /crate reloadcrate.setโ for /crate setcrate.unsetโ for /crate unsetcrate.storageโ for /crate storagecrate.clearstorageโ for /crate clearstoragecrate.key.giveโ for /crate key givecrate.key.storageโ for /crate key storagecrate.key.clearโ for /crate key clearcrate.key.countโ for /crate key countcrate.key.giveallโ for /crate key giveallcrate.backupโ for /crate backup now & /crate backup restore
๐ Animations:
List of animation formats for opening crate:
Spoiler
defaultinstantcsgoslotsvortexwheelpickmeteor
List of animation formaats for idle particles:
Spoiler
orbitdual_orbitringpulsespiralspringflowerstarraysrainstacksparklemeteor_rainring_verticalburstcomet
๐ 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



