Video
Readme
Clothing Sets
Create clothing sets from the mix of items.
Configuration
<?xml version="1.0" encoding="utf-8"?>
<ClothingSetsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MessageColor>yellow</MessageColor>
<MessageIconUrl>https://i.imgur.com/D8PL3tW.png</MessageIconUrl>
<EnableEquipMessage>true</EnableEquipMessage>
<EnableDequipMessage>false</EnableDequipMessage>
<ClothingSets>
<ClothingSet Name="Forest Military">
<EquipItem Id="310" Name="Forest Military Vest" />
<HatItem Id="309" Name="Forest Military Helmet" />
<GlassesItem Id="334" Name="Military Nightvision" />
<VestItem Id="310" Name="Forest Military Vest" />
<ShirtItem Id="307" Name="Forest Military Top" />
<PantsItem Id="308" Name="Forest Military Bottom" />
</ClothingSet>
<ClothingSet Name="Ghillie Sniper">
<EquipItem Id="238" Name="Ghillie Vest" />
<HatItem Id="237" Name="Ghillie Hood" />
<VestItem Id="238" Name="Ghillie Vest" />
<ShirtItem Id="235" Name="Ghillie Top" />
<PantsItem Id="236" Name="Ghillie Bottom" />
</ClothingSet>
</ClothingSets>
</ClothingSetsConfiguration>