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/clothingPrice directory.

  • 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,
  • 237 is the ID of the clothing item, which you can find in-game by opening the clothing menu via /skin.

  • 500 is 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 in tgiann-clothing/configs/clothingPrice will be ignored, and only the price field from the clothing item data will be used instead.

Last updated