📦 RedeemCodeX – Changelog 1.1
📦 v1.1.0 — Major Update
Released: 2025-07-12
🎁 New Features
-
MySQL Support
RedeemCodeX now supports MySQL. -
Auto Migration System
Automatically migrates existing local data to Database Version 1.1. -
Condition Support
Added support for attaching conditions to codes and templates using/rcx modify
.
Check How to use here -
Bypass Permissions
Introduced fine-grained bypass permissions for cooldowns, limits, PINs, IP checks, and more.
Check Bypass permission here -
External PlaceholderAPI Support
You can now use redeemcode placeholders in other plugins (TAB, Scoreboard, DeluxeMenus, etc).
check placeholder list here -
Database Backup
Built-in backup system to automatically save a snapshot of your database on shutdown or Periodically. -
Aliases Config
Customize command aliases using the newaliases:
section inconfig.yml
. -
Auto Equip Armor
When a code reward includes armor, players now auto-equip it upon redemption based on your config settings. -
Auto Delete Expired Codes
Expired codes are now automatically purged based on your config settings.
🧩 API Changes
- Developers can now fetch all selected codes linked to a specific template using the public API.
🛠 Fixes & Improvements
-
Fixed
/rcx list
Bug
Resolved an issue where the/rcx list
command would throw error. -
Auto Update Missing Config/Message Keys
Any missing keys inconfig.yml
ormessages.yml
will now auto-generate on reload, without overwriting custom values.