How to Add Blacklisted Clothing Items
How to Add Blacklisted Clothing Items
Navigate to the
tgiann-clothing/configs/blacklistfolder.You will see two files inside: one for male and one for female characters.
When you open them, you'll find sample blacklisted items already added.
How to blacklist a clothing item
For example, if you want to blacklist pants with ID 261, add it like this under the pants_1 key:
["pants_1"] = {
[261] = true,
}When a clothing item is blacklisted:
It will still appear in the clothing menu with its number,
But when a player selects it, they will see a warning message saying the item is blacklisted, and it will not be displayed on the character.
Example of multiple blacklisted items
["pants_1"] = {
[301] = true,
[302] = true,
[303] = true,
[304] = true,
[305] = true,
[306] = true,
},All available clothing categories you can blacklist:
tshirt_1torso_1decals_1arms_1pants_1shoes_1mask_1bproof_1chain_1helmet_1glasses_1watches_1bracelets_1bag_1
Last updated