New Documentation has been released!
Deluxe Tebex
Addons
Upgrade Addon

Upgrade Addon

šŸš«

Make sure that you create new packages for the upgrade ranks, as an example let's say that you have next Ranks Vip, Vip+, Mvp, Mvp+

You will need to create 3 more packages
Vip+ [Upgrade] - Which is equal to Vip -> Vip+
Mvp [Upgrade] - Which is equal to Vip+ -> Mvp
Mvp+ [Upgrade] - Which is equal to Mvp -> Mvp+

How can I add more categories?

Simply add to upgradeCategories a comma with the id of the other upgrade category.

Before

upgradePackageAddon: {
    enabled: false,
    upgradePrefix: "[Upgrade]",
    upgradeCategories: ['2215402'],
}

After

upgradePackageAddon: {
    enabled: false,
    upgradePrefix: "[Upgrade]",
    upgradeCategories: ['2215402', '2215403', '2215404'],
}