JustScripts
  • Welcome to JustScripts Documentation
  • JustCarWash
    • Installation
    • Config Setup
  • JustHud
    • Configuration
    • Features
    • Chat
    • Placeholders
    • Elements
    • Custom Elements
    • Exports
  • JustHud(Old)
    • Installation
    • Config Setup
    • Events
  • JustTrucker
    • Installation
    • Config Setup
  • JustSecurity
    • Installation
  • JustDrugs
    • Installation
  • JustFarmer
    • Installation
  • JustCases
    • Configuration
    • Exports
    • Tebex integration
  • JustBank
    • Configuration
    • Exports
    • Society Accounts
  • JustDataSync
  • JustFishing
  • JustNotify
    • Exports
Powered by GitBook
On this page
  • Using Vouchers
  • Deliver coins directly
  1. JustCases

Tebex integration

You can sale your cases or coins directly from tebex and deliver them automatically to buyers.

PreviousExportsNextJustBank

Last updated 6 months ago

Using Vouchers

Players can redeem voucher code on main menu, you can create voucher code using createvoucher code from server console or admin accounts.

  1. create a game server deliverable on your tebex package

  2. select game server, create a new command

  3. change require player to be online to execute even if player is offline

  4. change the command to createvoucher {transaction} gold 10000 It will create a voucher code which is the user transaction id, you can change the coin type and amount based on what you need

Deliver coins directly

For delivering coins without redeeming any code, you should use givecoin command

  1. create a game server deliverable on your tebex package

  2. select game server, create new command

  3. change require player to be online to execute only if player is online

  4. change the command to givecoin {sid} gold 10000 {sid} is cfx.re server id, you can change other arguments based on your need