#Admin — Codes
Add or remove live redeem codes without editing Config or redeploying the place — good for
time-limited promo codes. These land in the same redeem box as codes shipped in Config.Codes.List (see
Redeem Codes).
#Setting a code
/setcode <code> <speed|trophies|rebirths|item|trail|aura> <value> [count]
speed,trophies,rebirths—<value>is the amount to grantitem—<value>is the item id,[count]is how many (default 1)trail/aura—<value>is the id to unlock
Examples:
/setcode LAUNCH2026 speed 500000
/setcode WELCOME trophies 250
/setcode FREEBIE item CandyGlasses 2
/setcode COOLTRAIL trail RubyTrail
A code set this way is live on every server within moments (not just the one the admin is on), and persists across server restarts.
#Removing a code
/removecode <code>
Only reaches codes created through /setcode — codes hardcoded into Config.Codes.List are unaffected,
edit that list directly to change those.
#Listing active codes
/codes
Shows every code currently active from /setcode, with what it grants — use this before removing something
so you know what's actually live.
See Admin Console — Basics for opening the console and general syntax.