⬆️Upgrade Addon

🌟 Installation and setup of 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]

Mvp [Upgrade]

Mvp+ [Upgrade]

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: ,
} 

After

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

Last updated