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

Nuke admin workflow in Discord

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

  1. Configure nukes on your server with the /nuke admin panel.
  2. Run /set nuke-channel channel: to choose the Discord channel where paid nuke parses are posted.
  3. Create your nuke product on Tip4Serv and paste a NUKE parse into the cmd field.
  4. Point the product's command at your nuke channel.
  5. 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

  • NUKE tells 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 ALL or a specific server key.
  • Get a server key by running /server list in 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 live Claims: X / MAX counter.

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

CommandWhat It Does
/nukeOpen the nuke admin panel for a server
/set nuke-channelSet the channel where paid nuke parses are posted
/lb nukesView the nuke leaderboard
/panel nukeCreate 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.