exclamationUse Tebex System

In this guide we will teach you how to adapt Tebex to your server so you can use it with our coin system

Click on Connect Your First Game Server and follow all the steps that tebex tells you to add to the server.cfg

Now enter the server name and select the packages you want to assign to the coin system

2. Go to any package that will be allocated coins, such as a 100 Coin package

Go to your jc_coins/Config/SettingTebex.lua

❗ Our example command will be tebex_addcoins. You don't need to worry about the security of this command; it can only be executed on the server console, and no user can use it.

  • Once you are in your Tebex package, select the Game Server Commands option

Now, in the Game Server selection, select the server you created

  • In the command option you will have to add this command as an example; tebex_addcoins {"player_id": "{sid}", "amount": "100"} for the 100 coins as we have been using as an example

Now, when players purchase this package, they will be awarded 100 coins when they buy it while online.

Last updated