Not randomizing skin on craft
Hi Guys

Is anyone else using this on their server so far this plugin only works with Reskin command the actual reason I wanted this plugin was for the Crafted item skin randomize but it just does not give a random skin stays on default skin I have to reskin every item I am not sure if there is another plugin I am using thats causing this plugin to not change skins on craft, First time I setup Rust server It worked after first wipe only Reskin command work. I have checked in Rcon console when I craft item It looks like the ItemSkinRandomizer takes around 300ms to get an skin and not sure if that is causing it to not load the skin.
Mine seems to work. The config used to have an enable default skin true/false option but it's no longer in the config. I do know if you have one of your own paid skins selected it will craft with that skin, but selecting the default skin gives me a random skin.

Make sure you have the "itemskinrandomizer.use" permission. 

As far as my config goes its this:
{
"Command to reskin": "reskin",
"Blocked": []
}

Also I uses the plugin instantcraft.cs, so I remember a while ago there was somthing about needing to us them together. I don't really remember what the issue with that was.
And also define what plugin you use for crafting
Hi Guys

The only plugin I am using for crafting is instantcraft.cs note sure whats causing the plugin to not work. Like the Reskin command has no problem but I want to when I craft an item lets say for instance a door or sleeping bag to get random skin instead of having to place the door or sleeping bag point at it and do the reskin command It used to work like that but after server is on for a while it stops randomizing skins on craft. The permissions is set thats fine.

oxide.grant group default itemskinrandomizer.use

Group 'default' already has permission 'itemskinrandomizer.use'

I made quick video to show what happens. (https://youtu.be/hYTo5-Xiiz0)

And what is versions of both plugins?
ItemSkinRandomizer version: v1.4.3

Instant Craft version: v2.1.3

I wanted to try something the moment I remove all my plugins from server the ItemSkinRandomizer plugin works so the only thing I can think of is one of my plugins is either breaking this skins plugin or clashing with it causing it to not work or could i be wrong ?
Can't get the plugin to work either. Granted permissions to everyone. No errors either. I quess its blocked for the reason to buy the skins lol
motherload
Can't get the plugin to work either. Granted permissions to everyone. No errors either. I quess its blocked for the reason to buy the skins lol

Yeah same here I can get it to work with no other plugins on Server but thats not how it should work. Reskin command works so Can't say its blocked maby just coding or something causing it to either take longer to get the skins from workshop or I am missing something in the plugin.