> For the complete documentation index, see [llms.txt](https://docs.picklemods.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.picklemods.com/paid-resources/in-game-store/tebex-and-coin-products.md).

# Tebex & Coin Products

You can use products in Pickle's In-Game Shop from both Tebex and Coins.\
Here's how to each type!

## Tebex Products

1. Go to <https://creator.tebex.io/packages>, and add (or modify) a package.
2. Go down to where it says Game Server Commands, and add a command.<br>

   <figure><img src="/files/GEVOJzOblJHlIFrqaa93" alt=""><figcaption></figcaption></figure>
3. Write the PTS Command you want to use, along with it's format. In this example we will give coins. So we'll use `pts_givecoins {transaction} {id} 100` to give 100 coins.&#x20;
4. Click the gear icon to the right of the command, and set "Require Player To Be Online" to "Execute command even when player is offline" <br>

   <figure><img src="/files/Oa1GJwHDF8dLxgAb5yPd" alt=""><figcaption></figcaption></figure>
5. Save the package, and restart the script in-game to see the package in the store!
6. (Optional) If adding a coin package that's meant just for buying coins, be sure to add it's package ID to `Config.CoinCurrency.packages`.\
   You can get the package's ID by editing it on Tebex, the number is at the end of the URL.

## Coin Products

1. Open the store using /store and click "Add Product"<br>

   <figure><img src="/files/xC8t9ptOcsF9XaZoZnRI" alt=""><figcaption></figcaption></figure>
2. Fill out the product's details, then click "Add Command"<br>

   <figure><img src="/files/YihZTiPCIkkDpBLu3Xtp" alt=""><figcaption></figcaption></figure>
3. Write the PTS Command you want to use, along with it's format. In this example we will give items. So we'll use `pts_giveitem bread 10` to give 10 bread.

<figure><img src="/files/W5pIZQkeU1F4Hie1038q" alt=""><figcaption></figcaption></figure>

4. Save the product, and you are now done! You can always add, remove, and edit these products at any time.
