#Redeem Codes
Two layers, both landing in the same redeem box at the bottom of the Shop:
Config.Codes.List— the static list shipped with the game. Edit this directly for launch codes.- Admin-console codes — added live with
/setcode(see Admin — Codes), for time-limited promo codes you don't want to redeploy the place to add or remove. These persist via DataStore and sync to every live server throughMessagingServicewithin moments.
A code can grant Speed, Trophies, Rebirths, or unlock specific Items/Trails/Auras directly. Every code is one-time-per-account, enforced server-side — trying an already-claimed code just tells the player so, it never grants twice.
To add a permanent code, see Adding Redeem Codes.