Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buyTutorials
Vanilla chests are cool and all, but if you want players to actually buy keys, your crates need to look premium. Here is how to hook up custom 3D models to your crates.
If you browse the top servers on any server list today, you will notice an immediate trend: vanilla Minecraft blocks are out, and custom 3D assets are in. Players have come to expect high-quality visual experiences, and your Spawn is the first impression they get.
If your crate area is just a row of vanilla Ender Chests and Shulker boxes, you are leaving engagement (and store revenue) on the table. Adding custom 3D models — like floating sci-fi vaults, animated treasure chests, or massive elemental crystals from sites like MCModels — is the meta.
Here is exactly how to link custom resource pack models to your crate plugin in 3 steps.
You cannot simply drag a 3D .json model into your Minecraft server files and expect it to magically work. You need a plugin that compiles and forces a server resource pack to the players. In 2026, there are really only three acceptable options:
Both work by compiling your model and texture files into a server resource pack that gets pushed to players on join. You drop your downloaded model assets into their respective folders, define the item in a config, and the plugin assigns a unique CustomModelData (CMD) tag to make it addressable.
Once your resource pack engine has reloaded (e.g., via /nexo reload or /iareload), grab the item in-game. For ItemsAdder use /ia get <id>; for Nexo open the item browser with /nexo items. Place it in your inventory and you are ready for step 3.
This is where the process heavily splits depending on the crate plugin you are running.
To use custom models in older plugins, you have to do some heavy lifting in your configuration files:
BlockType or Item parameter.CustomModelData integer. Because these plugins rarely use real blocks (they use floating items inside ArmorStands), you have to guess and check the XYZ offsets so the 3D model does not clip into the floor.Because Phoenix Crates was designed specifically alongside the rise of custom resource packs, this process is fully integrated.
/phoenixcrates editor.
Phoenix Crates natively reads the CustomModelData, the NBT tags, and the exact material type. It registers it perfectly, and formats the hologram heights automatically so your 3D chest sits flush on the block. Zero YAML editing, zero server reboots.
Try it yourself
Phoenix Crates Lite is free. Hook up your first 3D crate model in under 5 minutes.
Before you go downloading a dozen 3D models for your crates, remember that highly complex models with huge polygon counts will lag your players' FPS (client-side lag) when they sit in spawn.
Always look for models that have been optimized for Minecraft. You want high aesthetic value without making your players with weaker graphics cards lag out when they look at your crates.
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy