Customization

Customization of the script

Remember that this resource has verified DMCA protection, and its illegal use or distribution could imply a claim for protection of Title 17 of Chapter 512 (c) (3) of the Digital Millennium Copyright Act

If you want you can change the design of the script to the colors that best suit your server.

Step 1 : Find config

Find the config.json file, it's inside the web/assets/config

Path of NUI config

Step 2 : Basic explanation

Open the config.json file.

Destructuring (Meaning of each block)

Main Block

1st block explanation
circle-info

Possible values

main-color-inside: url(someurl.png) / #F21341 / white / radial-gradient("some gradient");

main-card-color: url(someurl.png) / #F21341 / white / radial-gradient("some gradient");

main-card-color-border: #F21341 (only colors/hexadecimal colors)

WeaponCard Block

2st block explanation
circle-info

Possible values

weapon-card-color-bg: url(someurl.png) / #F21341 / white / radial-gradient("some gradient");

weapon-card-color-border: #F21341 (only colors/hexadecimal colors)

weapon-card-color-header: url(someurl.png) / #F21341 / white / radial-gradient("some gradient");

weapon-card-color-text-color: #F21341 (only colors/hexadecimal colors)

CategoryCard Block

3st block explanation
circle-info

Possible values

category-card-background : url(someurl.png) / #F21341 / white / radial-gradient("some gradient");

category-header-background: url(someurl.png) / #F21341 / white / radial-gradient("some gradient");

category-header-bordercolor: #F21341 (only colors/hexadecimal colors)

category-header-textcolor: #F21341 (only colors/hexadecimal colors)

ItemCard Block

4st block explanation
circle-info

Possible values

"item-card-color-bg": url(someurl.png) / #F21341 / white / radial-gradient("some gradient")

"item-card-color-headerTextname": "Only Text"

"item-card-color-headerPricename": "Only Text"

"item-card-color-headertext": #F21341 (only colors/hexadecimal colors)

ItemCardItem Block

circle-info

Possible values

"item-card-item-bgcolor" : url(someurl.png) / #F21341 / white / radial-gradient("some gradient")

"item-card-item-hover": #F21341 (only colors/hexadecimal colors)

"item-card-item-textcolor" : #F21341 (only colors/hexadecimal colors)

Messages Block

5st block explanation
5st block explanation
circle-info

Possible values

"empty-basket-header": "Only Text"

"empty-basket-text": "Only Text"

"buy-header": "Only Text"

"buy-text": "Only Text"

"buy-text-yes": "Only Text"

"buy-text-no": "Only Text"

"message-buy-successful": "Only Text"

"message-buy-unsuccessful": "Only Text"

"message-vip": "Only Text"

6st Block explanation

Last updated