Pickle Mods
  • Pickle Mods
  • Paid Resources
    • Casinos
      • Installation
      • Tutorial
    • In-Game Store
      • Installation
      • Exports
      • Tebex & Coin Products
      • PTS Commands
    • Rewards System
      • Installation
      • Exports
      • Snippets
    • Bail & Bounty
      • Installation
      • Exports
    • Firefighter Job
      • Installation
      • Commands
      • Exports
      • Snippets
    • Advanced Crafting
      • Installation
    • Electrician Job
      • Installation
    • Construction Job
      • Installation
    • Hunting
      • Installation
    • Documents
      • Installation
      • Exports & Examples
    • Dealership
      • Installation
    • Police Tools
      • Installation
  • Free Resources
    • Pickle Airport
      • Installation
      • Hotfixes
    • Pickle Consumables
      • Installation
      • Hotfixes
    • Pickle Farming
      • Installation
    • Pickle Metal Detector
      • Installation
    • Pickle Payments
      • Installation
    • Pickle Prisons
      • Installation
      • Commands
      • Exports
      • Events
      • Snippets
    • Pickle Rentals
      • Installation
    • Pickle Slapboxing
      • Installation
    • Pickle Taxi Job
      • Installation
    • Waypoints
      • Installation
      • Exports
Powered by GitBook
On this page
  • 1. Go to https://creator.tebex.io/game-servers and create / link your game server.
  • 2. Go to https://creator.tebex.io/packages and create as many coin packages you want.
  • 3. Go to the config.lua of the resource, then set the following values:
  • 4. Go to the configsv.lua of the resource, then set the following values:
  • 5. Restart the server with pickle_store ensured in the server.cfg, and enjoy!
  1. Paid Resources
  2. In-Game Store

Installation

PreviousIn-Game StoreNextExports

Last updated 3 months ago

1. Go to and create / link your game server.

Your server.cfg in the end should have sv_tebexSecret set.

2. Go to and create as many coin packages you want.

You need to write the package's info, then go to the bottom and select + Game Server Commands.

Select the game server you've linked in step one, then add a command.

Then, paste this in (example is for 100 coins): pts_givecoins {transaction} {id} 100

Finally, click the gear icon for the command on the right. Set "Require Player to be Online" to "Execute the command even if the player is offline".

3. Go to the config.lua of the resource, then set the following values:

Config.TebexStoreUrl: Homepage URL of your tebex store in case of the user not being logged in.

Config.TebexApiKey: Go to and get your "Public Token"

Config.ItemImageFolder: URL Directory of your inventory's item's folder (not required but makes daily spin ez)

Config.CoinCurrency -> packages: List of all coin package IDs you added in step 2. This can be found by going to , then click the package to edit it. The package ID will be whatever number is at the end of the URL. (Usually 7+ digits)

Config.StoreManagers: List of identifiers that can manage the store and manage coins.

4. Go to the configsv.lua of the resource, then set the following values:

ConfigSV.Webhooks: List of different webhooks set for purchases and coin modification.

5. Restart the server with pickle_store ensured in the server.cfg, and enjoy!

If you have any questions, be sure to join https://discord.gg/picklemods for support.

https://creator.tebex.io/game-servers
https://creator.tebex.io/packages
https://creator.tebex.io/developers/api-keys
https://creator.tebex.io/packages