Dependencies

⚠️ Warning (READ THIS)

Recently, tebex has started requiring some sort of proof for the deliverables.

Since this script doesn’t use a specific command. I suggest you add something like givecoins {username} 100 in the command section in your package details.

I will try and make a real command soon.

  1. Install LuxuVipShop folder in your resources folder
  2. Install the SQL code in your database, found inside LuxuVipShop/sql
  3. Open config.lua:
    1. Add your Discord Webhook and Tebex Secret
    2. Choose/Create your locale -> Config.Locale | Check locales folder
    3. Define your Tebex Packages 👇

Config.lua

Define the coin reward

Config.Tebex = {
      redeem = true, -- set to false to disable tebex redeem feature
      packages = {
            {
                  label = "1000 Coin package", -- Put whatever you want
                  coins = 1000, -- How many coins the player receives
                  packageID = 5721342 -- Tebex Package ID
            },
            {
                  label = "5000 Coin package",
                  coins = 5000,
                  packageID = 5723242,
            }
      }
}

Getting Tebex Package ID

Go to packages, select your package and get your package id from the url

image.png

Getting Your Tebex Secret