Crafting Controller

Moved

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

5/5, 72 likes
  1. InstantBulkCraft
    When instant crafting is enabled, and this is enabled all the items will be given instantly, and not one at a time.
    Crafting Controller for Rust | Oxide
    How instantly 100 complete
    I do not want +1 +1 ~ +99 +100
     
  2. Does anyone have this working? It was working for us for about a day and then it bugged out crafting. I don't understand how other servers have this working....can anyone who has it help me config it?

    Thanks

    Jon
     
  3. With today's update:

    Code:
    (16:07:55) | [Oxide] 4:08 PM [Error] CraftingController plugin failed to compile!
    (16:07:55) | [Oxide] 4:08 PM [Error] CraftingController.cs(531,35): error CS1501: No overload for method `GiveItem' takes `3' arguments
     
  4. Same As above
     
  5. Update broke plugin?
     
  6. Yup, same exact error here.
     
  7. yup, same error here.
     
  8. (16:58:30) | [Oxide] 3:57 PM [Error] CraftingController plugin failed to compile!

    (16:58:30) | [Oxide] 3:57 PM [Error] CraftingController.cs(531,35): error CS1501: No overload for method `GiveItem' takes `3' arguments
     
  9. ly Mughisi
     
  10. Thanks man!
     
  11. since last update the plugin wont work, i tried to reinstall the plugin
     
  12. I have posted an update about 10 minutes ago, that one should work :)
     
  13. oh, ur fast) TYVM!
     
  14. how you update it? re-install or what?
    when i look at clanforge addon i see the crafting controller 2.4.2 not the 2.4.3 any ideas?
     
  15. Ask your host to allow actual control of something you pay them for.
     
  16. what is the console command to reload without having to restart server?
     
  17. oxide.reload PluginName
     
  18. can never get BulkCraft to work on this plugin, it doesn't even appear in the config file code..... i tried to add it in but no luck :( please help!

    Config Code:
    Code:
    {
      "Messages": {
        "BlockedItem": "{0} has already been blocked!",
        "BlockSucces": "{0} has been blocked from crafting.",
        "CraftBlockedItem": "{0} is blocked and can not be crafted!",
        "CurrentCraftingRate": "The crafting rate is set to {0}%.",
        "InvalidItem": "{0} is not a valid item. Please use the name of the item as it appears in the item list. Ex: Camp Fire",
        "ModifyCraftingRate": "The crafting rate is now set to {0}%.",
        "ModifyCraftingRateError": "The new crafting rate must be a number. 0 is instant craft, 100 is normal and 200 is double!",
        "ModifyCraftingRateItem": "The crafting rate for {0} is now set to {1}%.",
        "NoBlockedItems": "No items have been blocked.",
        "NoItemRate": "You need to specify an item and a new crafting rate for this command.",
        "NoItemSpecified": "You need to specify an item for this command.",
        "NoPermission": "You don't have permission to use this command.",
        "ShowBlockedItems": "The following items are blocked: ",
        "UnblockItem": "{0} is not blocked!",
        "UnblockSucces": "{0} is no longer blocked from crafting."
      },
      "Options": {
        "BlockedItems": [],
        "CompleteCurrentCraftingOnShutdown": false,
        "CraftingRate": 0.0,
        "InstantBulkCraft": true,
        "IndividualCraftingRates": {},
        "InstantCraftForAdmins": true,
        "InstantCraftForModerators": false
      },
      "Settings": {
        "ChatPrefix": "Crafting Controller",
        "ChatPrefixColor": "#008000ff"
      }
    }
     
    Last edited by a moderator: Feb 2, 2016