HRCX Redeemer Codes A lightweight redeemable-code system for Minecraft Bedrock, built entirely with the Script API — no external tools, no third-party servers. Perfect for giveaways, events, and community rewards on any world or realm. ✨ Features • Create custom reward codes with any command as the reward • Set an expiry timer in minutes — codes delete themselves automatically • Edit a code’s reward or remaining time without deleting and recreating it • Remove a code on demand, with a confirmation prompt to avoid mistakes • List every active code at a glance — reward, time left, redemption count • Each player can redeem a given code only once • Clean form-based UI — no need to memorize command syntax 📜 Commands
| Command | Permission | What it does |
|---|---|---|
/hrcx:createcode |
Operators only | Opens a form to create a new code |
/hrcx:editcode |
Operators only | Pick a code and edit its reward/duration |
/hrcx:removecode |
Operators only | Pick a code and delete it (with confirmation) |
/hrcx:listcodes |
Operators only | Lists all currently active codes |
/hrcx:redeem |
Everyone | Opens a form for players to enter a code |
| 🔧 Requirements | ||
| • Minecraft Bedrock 1.21.100+ | ||
| • No experimental toggles required — the custom command API used here is stable | ||
| • Operators must have the actual Operator permission level set (Settings → Permissions), not just cheats enabled | ||
| 🚀 How to use | ||
| 1. Enable the pack in your world under Behavior Packs | ||
| 2. As an operator, run /hrcx:createcode and fill out the form: code name, duration in minutes, and the reward command (use {player} in place of the player’s name, e.g. give {player} diamond 1) | ||
| 3. Share the code name with your players | ||
| 4. Players run /hrcx:redeem and type the code to claim their reward | ||
| 📌 Notes | ||
| • Codes and redemption history are stored per-world, so they persist across server restarts | ||
| • Expired codes are purged automatically roughly once a minute | ||
| • This is a behavior pack only — no resource pack or textures required |

