Configuration
Check the instructions below.
Set your sql script
Set your menu open command
Set your no avatar image (Image to display when no image is found)
Set packages will be shown at homepage
`id` must be unique
`name` is the label will be displayed on the homepage
`price` is the coin price of package
`icon` is the image will be shown on the package box
`hours` is the amount that how long will the xp boost remain
`visible` is for the visibility of package
For coins:
Nearly same with boost. There is one difference.
`link` you can set the redirection link here. When player clicks to package the url will be opened at the players default browser.
For Tiers:
`id` must be unique
`tier` i suggest you to not change here
`name` is the label will be displayed on the tier card
`color` is the theme color of tier card (red, yellow, blue)
Warning: If you need to add more colors you have to get open source and build the source file.
`description` is the cards description
`price` is the coin price of package
`items` is the each sentence will shown on the card's features part
`visible` is for the visibility of package
For Skins:
`id` must be unique
`name` is the label will be displayed on the tier card
`weapon` is the weapon that skin will be applied
`weaponLabel` is the label of the weapon (it will only shown at transactions page)
`skin` is the component name of the skin
`owned` make this option true if you want to add the weapon skin as default
`equipped` make this option true if you want to add the weapon skin as default
`price` price of the skin
`image` image link or path of the skin
`visible` is for the visibility of skin
Last updated