Admins have sometimes not working craft resources disappear products does not appear.
Crafting Controller
Moved
Total Downloads: 52,439 - First Release: Oct 29, 2014 - Last Update: Apr 19, 2018
- 5/5, 72 likes
-
-
-
Hello if i use the plugin only the owners/admins can fast craft how can i fix it that the normal players can do it too?
-
is there an eta on a fix?
-
Wulf Community Admin
-
like the guy above me, only I ( for about 20 mins) can sometimes instacraft, and only after deleting config and plugin then reinstalling. Then even the admin instant craft stops working. Or did I miss something ?
-
any chance on getting a fix for this soon at all i keep having to reload it on my server keeps failing for players
-
I'm sorry guys but it's working without issues for me, the only thing I can think of now is conflicting plugins that allow you to edit items as I've tested crafting (bulk) as authlevel 0, 1 and 2 and I'm not having any issues at all.
-
I can confirm that before the new update the crafting controllers insta craft would cease to work for players , now it works. anyone who has problems has not unloaded the plugin & deleted their old config file and updated the plugin, because everything works perfectly again since the latest update!
-
i set the IndividualCraftingRates as
Code:"IndividualCraftingRates": { "Explosives": 200.0 }
-
-
i lose seetings in every restart ?
i have to write crafting.rate 0 to console after restart
what cause this ? -
Actually (2.3.2),
Code:[ConsoleCommand("crafting.unblock")] private void UnblockCommandConsole(ConsoleSystem.Arg arg) { ... if (BlockedItems.Contains(item)) { arg.ReplyWith(string.Format(BlockedItem, item)); return; } ... arg.ReplyWith(string.Format(BlockSucces, item)); }
Code:[ConsoleCommand("crafting.unblock")] private void UnblockCommandConsole(ConsoleSystem.Arg arg) { ... if (!BlockedItems.Contains(item)) { arg.ReplyWith(string.Format(UnBlockItem, item)); return; } ... arg.ReplyWith(string.Format(UnBlockSucces, item)); }
Last edited by a moderator: Jun 9, 2015 -
-
Mughisi updated Crafting Controller with a new update entry:
Update + Fix
-
People on my server are reporting that some things are instant and some are not with the /rate 0 enabled.
-
I was using this about 2 weeks ago, and then the new update came out...I can't get this to work at all. I don't use the commands listed, I simply changed the crafting time in the script and it worked before. When I change the crafting rate to 0 now, it does not do anything in the server. I want it to be instant craft by using the script. I don't know how to set up the commands properly and whatnot.
-
This plugin is currently not working on my server. Doesn't even recognize the "/rate" command.
I get this as well:
[Oxide] 11:28 PM [Error] Error while compiling CraftingController.cs(334,8: error CS1061: Type `ItemCraftTask' does not contain a definition for `ingredients' and no extension method `ingredients' of type `ItemCraftTask' could be found. Are you missing an assembly reference? -
Wulf Community Admin