It's happening with all clothing items, but it works fine for chests and doors with no problems. Just clothing.
Edit: Take that back. I just disabled the other plugin and reenabled random skins from yours, and it's affecting all items. Chests and doors are blank as well. It's just a white box, and when placed is normal. It's acting like it just never loads the skin.

Instant Craft
Makes crafting of items instant and prevents items being dropped after. Can randomise items skin!
Total Downloads: 14,345 - First Release: Apr 11, 2017 - Last Update: Oct 19, 2017
- 5/5, 19 likes
-
-
Just one last update. I mixed your setting for randomized skins with the skin randomizer plugin I have, and with both together I have had no issues. If I use the other plugin, I can't do doors/chests. If I use yours, clothing and some doors/chests show up missing/never load. If I use them together, I have no issues whatsoever.
-
Would be helpful to add a hook to be called when an item is made & added to the players inventory, as you are skipping the OnItemCraftFinished hook
Code:GiveItem(player, task.blueprint.targetItem, amount * task.blueprint.amountToCreate, (ulong)task.skinID); task.cancelled = true; // <----------- here for example return null;
-
I've installed the plugin, how to I turn it on so every one can quick craft
-
This plugin(while running) automaticly instant-craft every item.
If you have any problems with it - check your console for the errors and also check if the plugin even is loaded. -
-
Impossible. Do you have any errors in the console? -
04:57 [Warning] [InstantCraft] Failed to pull skins... Error 405
-
Wulf Community Admin
-
Wulf Community Admin
Wulf updated Instant Craft with a new update entry:
1.2.2
-
Just downloaded this mod for the first time and im getting this in the console... (11:36:37) | Error while compiling: InstantCraft.cs(95,24): error CS1061: Type `Oxide.Core.Libraries.WebRequests' does not contain a definition for `Enqueue' and no extension method `Enqueue' of type `Oxide.Core.Libraries.WebRequests' could be found. Are you missing an assembly reference?
-
Wulf Community Admin
-
-
Wulf Community Admin
See [Core] Fix EnqueueGet using POST instead of GET by mistake · OxideMod/Oxide@915d3ad · GitHub
The only methods are also deprecated (see changelog and commits). -
-
Wulf Community Admin
-
Got ya! Thanks =)
-
20:19:17) | Unable to load InstantCraft. InstantCraft.cs(95,24): error CS1061: Type `Oxide.Core.Libraries.WebRequests' does not contain a definition for `Enqueue' and no extension method `Enqueue' of type `Oxide.Core.Libraries.WebRequests' could be found. Are you missing an assembly reference?
(20:19:17) | Previous version of plugin failed to load: InstantCraft -