This plugin gives you the ability to cycle through all available skins for any skin-able item.
Simply place the item in your hands, activate the function using the chat command provided, and press the USE key (def. E)
The skins will cycle through in order eventually ending up where you started. When you are done simply type the command again to de-activate
Permissions
"skinchanger.use" - Required to use this plugins features
Chat Commands
/sc - Activates skin changer
/sc help - Shows instructions on how to use this plugin
Console Commands
sc.list <itemshortname> - Provides a list of skin IDs available from this plugin for the specified item
Config Options
"Chat Command" - Change the chat command to what ever you like
"Skin Ignore List" - This is a list of skin IDs for the specified item that you wish the plugin to not include. You can see the available skin IDs by using the console command provided above.
"Skin Add List" - This is a list of skin IDs for workshop items that you want to include.
An example of adding skin IDs to either of these lists is as follows
Config
Simply place the item in your hands, activate the function using the chat command provided, and press the USE key (def. E)
The skins will cycle through in order eventually ending up where you started. When you are done simply type the command again to de-activate
Permissions
"skinchanger.use" - Required to use this plugins features
Chat Commands
/sc - Activates skin changer
/sc help - Shows instructions on how to use this plugin
Console Commands
sc.list <itemshortname> - Provides a list of skin IDs available from this plugin for the specified item
Config Options
"Chat Command" - Change the chat command to what ever you like
"Skin Ignore List" - This is a list of skin IDs for the specified item that you wish the plugin to not include. You can see the available skin IDs by using the console command provided above.
"Skin Add List" - This is a list of skin IDs for workshop items that you want to include.
An example of adding skin IDs to either of these lists is as follows
C#:
"rifle.ak": [0, 10135, 10137, 10138, 1372945520, 1359893925],
Config
C#:
{
"Chat Command": "sc",
"Skin Ignore List (shortname, skin IDs)": {
"rifle.ak": [],
"barricade.concrete": [],
"barricade.sandbags": [],
"rifle.bolt": [],
"bone.club": [],
"box.wooden.large": [],
"box.wooden": [],
"burlap.shirt": [],
"burlap.shoes": [],
"chair": [],
"crossbow": [],
"door.hinged.metal": [],
"door.hinged.toptier": [],
"door.hinged.wood": [],
"explosive.satchel": [],
"fridge": [],
"furnace": [],
"burlap.gloves": [],
"grenade.f1": [],
"fun.guitar": [],
"attire.hide.helterneck": [],
"hammer": [],
"hat.beenie": [],
"hat.boonie": [],
"bucket.helmet": [],
"burlap.headwrap": [],
"hat.cap": [],
"coffeecan.helmet": [],
"deer.skull.mask": [],
"hat.miner": [],
"riot.helmet": [],
"hatchet": [],
"attire.hide.boots": [],
"attire.hide.skirt": [],
"attire.hide.vest": [],
"hoodie": [],
"icepick.salvaged": [],
"jacket.snow": [],
"jacket": [],
"knife.bone": [],
"locker": [],
"longsword": [],
"rifle.lr300": [],
"mask.balaclava": [],
"mask.bandana": [],
"metal.facemask": [],
"metal.plate.torso": [],
"smg.mp5": [],
"burlap.trousers": [],
"pants": [],
"attire.hide.pants": [],
"roadsign.kilt": [],
"pants.shorts": [],
"pickaxe": [],
"pistol.eoka": [],
"pistol.revolver": [],
"pistol.semiauto": [],
"attire.hide.poncho": [],
"pistol.python": [],
"target.reactive": [],
"roadsign.jacket": [],
"rock": [],
"rocket.launcher": [],
"rug.bear": [],
"rug": [],
"salvaged.sword": [],
"rifle.semiauto": [],
"shirt.collared": [],
"shirt.tanktop": [],
"shoes.boots": [],
"shotgun.double": [],
"shotgun.pump": [],
"shotgun.waterpipe": [],
"sleepingbag": [],
"smg.2": [],
"stone.pickaxe": [],
"stonehatchet": [],
"table": [],
"smg.thompson": [],
"tshirt": [],
"tshirt.long": [],
"vending.machine": [],
"wall.frame.garagedoor": [],
"water.purifier": []
},
"Skin Add List (shortname, skin IDs)": {
"rifle.ak": [],
"barricade.concrete": [],
"barricade.sandbags": [],
"rifle.bolt": [],
"bone.club": [],
"box.wooden.large": [],
"box.wooden": [],
"burlap.shirt": [],
"burlap.shoes": [],
"chair": [],
"crossbow": [],
"door.hinged.metal": [],
"door.hinged.toptier": [],
"door.hinged.wood": [],
"explosive.satchel": [],
"fridge": [],
"furnace": [],
"burlap.gloves": [],
"grenade.f1": [],
"fun.guitar": [],
"attire.hide.helterneck": [],
"hammer": [],
"hat.beenie": [],
"hat.boonie": [],
"bucket.helmet": [],
"burlap.headwrap": [],
"hat.cap": [],
"coffeecan.helmet": [],
"deer.skull.mask": [],
"hat.miner": [],
"riot.helmet": [],
"hatchet": [],
"attire.hide.boots": [],
"attire.hide.skirt": [],
"attire.hide.vest": [],
"hoodie": [],
"icepick.salvaged": [],
"jacket.snow": [],
"jacket": [],
"knife.bone": [],
"locker": [],
"longsword": [],
"rifle.lr300": [],
"mask.balaclava": [],
"mask.bandana": [],
"metal.facemask": [],
"metal.plate.torso": [],
"smg.mp5": [],
"burlap.trousers": [],
"pants": [],
"attire.hide.pants": [],
"roadsign.kilt": [],
"pants.shorts": [],
"pickaxe": [],
"pistol.eoka": [],
"pistol.revolver": [],
"pistol.semiauto": [],
"attire.hide.poncho": [],
"pistol.python": [],
"target.reactive": [],
"roadsign.jacket": [],
"rock": [],
"rocket.launcher": [],
"rug.bear": [],
"rug": [],
"salvaged.sword": [],
"rifle.semiauto": [],
"shirt.collared": [],
"shirt.tanktop": [],
"shoes.boots": [],
"shotgun.double": [],
"shotgun.pump": [],
"shotgun.waterpipe": [],
"sleepingbag": [],
"smg.2": [],
"stone.pickaxe": [],
"stonehatchet": [],
"table": [],
"smg.thompson": [],
"tshirt": [],
"tshirt.long": [],
"vending.machine": [],
"wall.frame.garagedoor": [],
"water.purifier": []
},
"Version": {
"Major": 0,
"Minor": 2,
"Patch": 0
}
}