⚙️ Generate Command
The /rcx gen
command is used by administrators to generate redeem codes or templates. It supports bulk generation, custom naming, and template assignment.
Syntax
Command | Description |
---|---|
/rcx gen code <CUSTOM> [TEMPLATE] |
Generate a code with a custom name |
/rcx gen code <DIGIT> [TEMPLATE] [AMOUNT] |
Generate digit-based codes from a template |
/rcx gen template <template> |
Create a new template with given name |
Examples
Generate a single custom code
/rcx gen code VIPACCESS
Sample Output
Generated CODE: VIPACCESS FROM DEFAULT TEMPLATE
Generate total 5 codes of 4 letter-based using a template
/rcx gen code 4 VIP 5
Sample Output
Generated CODE: 7AK1 AK78 MK12 RCB9 ANIC FROM VIP TEMPLATE
Create a new template
/rcx gen template PREMIUM
Why aren't all generated codes showing in chat?
Minecraft chat has a character limit, so if you generate too many codes at once, not all of them may fit in the chat.
To view all generated codes, please check the logs
folder of plugin.
Parameters
CUSTOM
: Any custom name likeVIP2025
,SUMMERPASS
DIGIT
: A number indicating how many random digits should be in the code (e.g. 6 → XA32DJ
)TEMPLATE
: Name of an existing template to apply pre-defined settings to generated codesAMOUNT
: How many codes to generate (defaults to 1 if not specified)
Permissions Required
redeemx.admin.use.gen