Crafting Controller

Moved

Total Downloads: 52,439 - First Release: Oct 29, 2014 - Last Update: Apr 19, 2018

5/5, 72 likes

  1. Admins have sometimes not working craft resources disappear products does not appear.
     
  2. This issue should've been fixed in the last update, can you make sure you have that version installed?
     
  3. Thank you my progrmamist forgot to update and translate ((
     
  4. 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?
     
  5. is there an eta on a fix?
     
  6. Wulf

    Wulf Community Admin

    A fix for what?
     
  7. 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 ?
     
  8. any chance on getting a fix for this soon at all i keep having to reload it on my server keeps failing for players
     
  9. 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.
     
  10. 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!
     
  11. ddo

    ddo

    i set the IndividualCraftingRates as

    Code:
    "IndividualCraftingRates":
    {
        "Explosives": 200.0
    }
    but kinda not works
     
  12. This hasn't been implemented yet, when it's implemented it will be stated in the update message.
     
  13. i lose seetings in every restart ?

    i have to write crafting.rate 0 to console after restart

    what cause this ?
     
  14. 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));
            }
    Should be, if I'm right :
    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));
            }
    I'm actually modifying your plugin on my server : adding the possibility to unblock all items at one time (command : crafting.unblock "clearallitems"). Pretty easy to code as all that is necessary is actually in your plugin (just in case of... for all)^^
     
    Last edited by a moderator: Jun 9, 2015
  15. Copy pasted block for unblock, seem like I forgot to change a few things woops, thanks for spotting it :)
     
  16. Mughisi updated Crafting Controller with a new update entry:

    Update + Fix

     
  17. People on my server are reporting that some things are instant and some are not with the /rate 0 enabled.
     
  18. 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.
     
  19. 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?
     
  20. Wulf

    Wulf Community Admin

    Check that the plugin is even loaded via the oxide/logs.