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.
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,
}
}
}
Go to packages, select your package and get your package id from the url