How to adjust clothing prices
How to adjust clothing prices
If you haven’t created a custom shop, you can edit the price of each clothing item individually from the
tgiann-clothing/configs/clothingPricedirectory.Inside that directory, you will find two files: one for male and one for female outfits. You will adjust prices based on character gender using these files.
How to edit the prices
When you open one of the files, you'll see many existing price entries. The format works like this:
For example, under the tshirt_1 category, you can add:
[237] = 500,237is the ID of the clothing item, which you can find in-game by opening the clothing menu via/skin.500is the price of that item.
This means that clothing item number 237 in the tshirt_1 category will cost 500.
If a clothing item is not listed, its price will fall back to the default price defined in
config.clothingPrice.defaultPrice.
Additionally, there is an enable option inside config.clothingPrice:
If you set
enable = false, the price files intgiann-clothing/configs/clothingPricewill be ignored, and only thepricefield from the clothing item data will be used instead.
Last updated