Tebex integration
You need to connect your server and tebex to use the game server feature
Create a package in tebex
Add a Game Server Commands from Add Deliverable
Set the command as in the screenshot
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