Tebex integration

You need to connect your server and tebex to use the game server feature

https://creator.tebex.io/game-servers

  1. Create a package in tebex

  2. Add a Game Server Commands from Add Deliverable

  3. Set the command as in the screenshot

  4. Change Require Player To Be Online to When the player is online

addShopCurrencyTbx {sid} coin 500

  • addShopCurrencyTbx: name of the command

  • {sid}: It automatically includes the player's server ID.

  • coin: Currency type. You can use examples like coin, bank, cash

  • 500: amount to be given

Last updated