Crafting Controller

Allows you to modify the time spend crafting and which items can be crafted

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

5/5, 72 likes
  1. guys it says stash cant crafted but it comes in inventory ?
     
  2. Hello, the default config that appears on the plugin page its this one
    },
    "Options": {
    "BlockedItems": [],
    "CraftingRate": 100.0,
    "IndividualCraftingRates": {},
    "InstantBulkCraft": false,
    "InstantCraftForAdmins": true,
    "InstantCraftForModerators": false

    But the one i have is this one

    },
    "Options": {
    "BlockedItems": [],
    "CompleteCurrentCraftingOnShutdown": false,
    "CraftingExperienceRate": 100.0,
    "CraftingRate": 0.0,
    "IndividualCraftingRates": {},
    "InstantCraftForAdmins": true,
    "InstantCraftForModerators": false

    I already tried to add InstantBulkCraft to it and set it to true but doesnt work, how i solve this?
     
  3. how do I give insta craft speed to the players on my server
     
  4. /rate 0
     
  5. Perfect! Thanks
     
    Last edited by a moderator: Apr 12, 2018
  6. Doesnt really seem to be doign anything for gun powder

    I tried rate 0, 0.1, 0.0001 etc





    This plugin seems to be broken for stuff like gun powder, low grade and explosives

    Crafting a single tool is fast enough but resources or bulk stuff takes too much time. Btw I dont have the "InstantBulkCraft": true, in my config which you do have in the Overview.

    Another plugin called Instacraft seems to be working fine but that one is too fast. I want a rate of 1% or 0.1% but it doesnt help theres no difference between 100 rate and 1 rate with this plugin.

    Please fix
     
    Last edited by a moderator: Apr 12, 2018
  7. Wulf

    Wulf Community Admin

    Wulf updated Crafting Controller with a new update entry:

    2.4.8

     
  8. Error while compiling: CraftingController.cs(499,21): error CS1061: Type `ItemCrafter' does not contain a definition for `FinishCrafting' and no extension method `FinishCrafting' of type `ItemCrafter' could be found. Are you missing an assembly reference?
     
  9. Wulf

    Wulf Community Admin

    Update.
     
  10. Error while compiling: CraftingController.cs(499,21): error CS1061: Type `ItemCrafter' does not contain a definition for `FinishCrafting' and no extension method `FinishCrafting' of type `ItemCrafter' could be found. Are you missing an assembly reference?
     
  11. Wulf

    Wulf Community Admin

    Update.
     
  12. the new Update is the Problem
     
  13. Wulf

    Wulf Community Admin

    This plugin was updated for the Oxide/Rust update. Make sure you've updated both, as the issue is not an issue if you're updated.
     
  14. getting this error with build
    Error while compiling: CraftingController.cs(499,21): error CS1061: Type `ItemCrafter' does not contain a definition for `FinishCrafting' and no extension method `FinishCrafting' of type `ItemCrafter' could be found. Are you missing an assembly reference?
     
  15. Wulf

    Wulf Community Admin

    Update Rust and Oxide.
     
  16. thank you :p
     
  17. Seems to be broken for me. I've set the rate to 50% via config, console command, in-game command... but still everything crafts instantly.
    Even while it was unloaded, everything was instantly and i don't have other crafting plugins installed. How could i fix it?
     
  18. have u owner/admin status?
    there is a config value like this

    "InstantCraftForAdmins": true

    a normal player need try to craft or do it false
     
  19. Yes, i've got this option on "false," and also let other players try it out. I tried fresh install and several re- and unloads.
    This is my config:
    Code:
    "Options": {
        "BlockedItems": [],
        "CompleteCurrentCraftingOnShutdown": false,
        "CraftingExperienceRate": 100.0,
        "CraftingRate": 50.0,
        "IndividualCraftingRates": {},
        "InstantBulkCraft": false,
        "InstantCraftForAdmins": false,
        "InstantCraftForModerators": false
    EDIT:
    Got it to work now after server restart.
     
    Last edited by a moderator: May 5, 2018
  20. Bulk crafting does not work, it's not even an option in the config. Adding "InstantBulkCraft": true doesn't do anything either.