Can't skin certain thingsNot An Issue
not leting me place guns , doors and few other thing in box to be skinned can you help? already granted permissions
i am having the same problem 
i have skin library installed and skins plugin installed, all permissions are set and allowed. its not letting me skin a lot of items and the items it is skinning is not showing anything from image library.
found an old solution visiting the old archive at old site manage to get few more skins for items i couldn't skin before 
make a backup of your skins.cs file and your cfg. then delete both from there directories. after that edit the .cs file to add this
cmd.AddConsoleCommand("skin.load", this, "CcmdWorkshopLoad");​
at
 LoadVariables();
            cmd.AddChatCommand(configData?.ChatCommand ?? "skin", this, "CmdSkin");
            cmd.AddConsoleCommand("skin.add", this, "CcmdAddSkin");
            cmd.AddConsoleCommand("skin.remove", this, "CcmdRemoveSkin");
            cmd.AddConsoleCommand("skin.list", this, "CcmdListSkin");
	    cmd.AddConsoleCommand("skin.load", this, "CcmdWorkshopLoad");
            cmd.AddConsoleCommand("skin.unique", this, "CcmdListUnique");​
Locked automatically