Because some plugins aren't handling the instanceData.
This fixed it for me.
if (task.instanceData != null)
itemOutput.instanceData = task.instanceData;Posting in case anyone else has a plugin that is breaking keys.
if (task.instanceData != null)
itemOutput.instanceData = task.instanceData;
Orange
Well you can just blacklist "car.key" and all problems will be solved
Sorry bud but it needs to be put under normal items not blacklist. Blacklisting it prevents it from being crafted at all. Have tested it on your instacraft plugin this way and it works.
AAAAAuse latest oxide
cannt use key
Please see above.
This isn't really an Oxide issue per se, but I can look at adding a patch to the game to resolve it for plugins.
The first post.AAAAAadd to black list of craft?
Wulf
The first post.
What is the short name of car key? Or what to do, im confused a bit...
Merged postmoonman52
Sorry bud but it needs to be put under normal items not blacklist. Blacklisting it prevents it from being crafted at all. Have tested it on your instacraft plugin this way and it works.
I put the info on how to fix it if your using Oranges instacraft plugin like 7 lines up. The shortname for the key is "car.key" and you just add it to the normal items list in the config for instacraft.
If your using Whispers88's crafting controller plugin then i believe if you type into the console "crafting.itemrate car.key 100" should have the same effect.