πŸ‘¨β€πŸ’ΌJob Purchases

Issuing Jobs

Jobs can be issued to players as a redeemable or collectible purchase. This lets the player claim their job in-game via /redeem or from a configured collection location after purchasing the package on Tebex.

Note: This does not require the customer to enter their CSN during purchase. The player must be online for the deliverable command to execute.


Creating the Tebex Package for Job Issuing

  1. Create a new Tebex package.

  2. Add an appropriate title, description, and image.

  3. Click Add Deliverable.

  4. Select Game Server Commands.

  5. Under Game Servers, select your game server.


Command Configuration

Under When the package is purchased, enter a variation of the following command:

tebex_addjobredeem {hexid} burgershot {transaction}

Command Parameters

  • {hexid} β€” Automatically populated by Tebex

  • burgershot β€” The job name to assign (replace with your job)

  • {transaction} β€” Automatically populated by Tebex


Additional Settings

  • Game Server to Execute On: Select your server

  • Require Player to Be Online:

  1. Save and publish the package.


Job Redemption

Once purchased, the job will be made available to the player for redemption via /redeem or collection from a configured collection location (depending on your script configuration).

The player will be notified in-game once the job is available to redeem.

Last updated