πŸͺ™Crypto Purchases

Issuing Crypto

Crypto can be issued to players directly through Tebex, allowing you to sell in-game cryptocurrency packages. The purchased crypto will become available for the player to redeem via /redeem or to collect from a configured collection location (depending on your script configuration).

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 Crypto 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_addcrypto {hexid} pixel 100 {transaction}

Command Parameters

  • {hexid} β€” Automatically populated by Tebex

  • pixel β€” The crypto type to award (replace with your configured crypto)

  • 100 β€” The amount of crypto to issue

  • {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.


Crypto Delivery

Once purchased and the player is online:

  • The purchased crypto will become available for the player to redeem via /redeem or to collect from a configured collection location (depending on your script configuration).

  • The player will receive an in-game notification confirming it's available for redemption or collection.

Last updated