Minecraft Loot Box and Crate System for Your Store
Loot boxes are the highest-margin thing most Minecraft stores sell, because the same item pool serves every price point and the opening itself is the entertainment. They are also the easiest thing to implement badly, in ways players notice and resent.
The system here uses explicit weighted odds per item and rarity tiers running from Common to Mythic, with an animated reel and sound on opening. Rewards land in a web inventory the player claims when they are online, so nothing is lost to a full inventory or a disconnect at the wrong moment.
Odds are configured per item rather than inferred, which means you can state your drop rates publicly. Being upfront about rates is both good practice and increasingly expected by players.
What you get
- Per-item weights give you exact control over drop rates rather than approximate tiers.
- Rarity tiers from Common through Mythic, with consistent colours and labels across every page of the store.
- An animated opening sequence with sound, rather than a results table appearing instantly.
- Rewards go to a web inventory in a pending state and are delivered by RCON when the player claims them online.
- Item stock and per-player limits work on box contents, so a genuinely rare reward can be genuinely finite.
- Opening history is recorded, which lets you answer "I did not get my item" with the actual record.
Try it with your own players
Free for 7 days, no card required. Set up your store, connect your server, and let real players buy something before you decide.
Frequently asked questions
How are drop rates decided?
You set a weight per item, and the chance of any item is its weight over the total. There is no hidden pity timer or adjustment, so the number you publish is the number players get.
What if the player is offline or their inventory is full?
The reward sits in the web inventory as pending. It is delivered when the player claims it while online, so nothing is destroyed by a full inventory.
Can I limit how many of a rare item ever drop?
Yes, through stock counts on the item. Once it is exhausted it stops appearing, which is how limited seasonal rewards are usually run.
Is there a cooldown on opening?
Yes, a short per-player cooldown is enforced server-side to stop scripted mass opening.