Helios Rust Console Bot Documentation
Selling Nukes
Sell paid nuke drops on Tip4Serv with the NUKE parse formats and /set nuke-channel.
- Last updated
- Maintained by
- Helios RCE
WARNImportant
Legacy page. Helios now includes its own web store with every Premium server, with automatic delivery and Stripe payouts to your own account. See Helios Store.
Tip4Serv still works with Helios, so everything below is still accurate — it is just no longer the recommended way to start selling.

Selling Nukes
Don't have a Tip4Serv store yet? Sign up here →
Overview
Paid nukes let players buy a nuke drop on your server through your Tip4Serv store. Nukes have their own parse formats that also define the loot reward attached to the nuke. Premium only.
Setup Flow
- Configure nukes on your server with the /nuke admin panel.
- Run
/set nuke-channel channel:to choose the Discord channel where paid nuke parses are posted. - Create your nuke product on Tip4Serv and paste a NUKE parse into the cmd field.
- Point the product's command at your nuke channel.
- Do one controlled test purchase before selling publicly.
NUKE Parse Formats
Nukes have their own parse formats — pick the one matching the loot the nuke should reward:
Kit reward
{discord_id} [NUKE] [KIT] ["Kit Name"] [{Quantity}] [{Value}] [ALL|{ServerKey}] [MAX={number}]
Item reward
{discord_id} [NUKE] [ITEM] [{ItemName}] [{Quantity}] [{Worth}] [{ServerKey}] [MAX={number}]
Currency reward
{discord_id} [NUKE] [COINS] [{Amount}] [WALLET|BANK] [MAX={number}]
XP reward
{discord_id} [NUKE] [XP] [{Amount}] [MAX={number}]
Breakdown
NUKEtells Helios this purchase triggers a paid nuke drop.- The second tag (
KIT,ITEM,COINS,XP) sets the loot type attached to the nuke. - For kit targeting, choose
ALLor a specific server key. - Get a server key by running
/server listin Discord. [MAX={number}]is optional on every nuke parse — it caps how many players can claim the nuke's loot. Leave it off for unlimited claims. The nuke embed shows a liveClaims: X / MAXcounter.
Example
{discord_id} [NUKE] [KIT] ["raid"] [1] [0] [ALL]
Example with a claim cap
{discord_id} [NUKE] [COINS] [1000] [WALLET] [MAX=75]
Build these automatically with the Helios Parse Generator — pick Nuke as the parse type.
Related Commands
| Command | What It Does |
|---|---|
/nuke | Open the nuke admin panel for a server |
/set nuke-channel | Set the channel where paid nuke parses are posted |
/lb nukes | View the nuke leaderboard |
/panel nuke | Create a self-updating nuke leaderboard panel |
Notes
- Nukes only run on premium servers.
- Nuke launches are tracked — players can flex on
/lb nukes. - Use a dedicated Discord channel for nuke parses so they don't mix with normal reward parses.