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. how to block an item
    I try several methods and nothing
    Please help me, thank you
     
  2. reading the overview would give you that answer
    /block itemname
     
  3. Hello instantcraft doesn't wor for admin

    Code:
    Protocol: 2086.162.1
    Build Date: 05/04/2018 17:55:24
    Unity Version: 2017.1.3f1
    Changeset: 26812
    Branch: release
    Oxide.Rust Version: 2.0.3922CraftingController was compiled successfully in 2341ms
    Unloaded plugin Crafting Controller v2.4.8 by Mughisi
    Loaded plugin Crafting Controller v2.4.8 by Mughisi
    
    Code:
     oxide.show group admin
    [Logger] [05/22/2018 01:35:40] SERVER ran command: oxide.show group admin
    Group 'admin' players:
    76561197984580089 (Tanki)Group 'admin' permissions:
    afk.excluded, autokick.use, betterchatfilter.admin, build.builder, boxlooters.checkbox, corpseduration.modify, countryblock.bypass, enhancedhammer.use, entityowner.canchangeowners, entityowner.cancheckowners
    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,
        "CraftingExperienceRate": 100.0,
        "CraftingRate": 0.0,
        "IndividualCraftingRates": {},
        "InstantCraftForAdmins": true,
        "InstantCraftForModerators": false,
        "InstantCraftForVIP": false
      },
      "Settings": {
        "ChatPrefix": "Crafting Controller",
        "ChatPrefixColor": "#008000ff"
      }
    }
    edit reinstalled plugin more time and work now :x
     
    Last edited by a moderator: May 22, 2018
  4. Edit* I highly suspect this is due to another plugin conflict

    Seems the craftingcontroller is acting weirdly. Config is set to CraftingRate 50 but people can instacraft. It's back and forth, this was after reloading the plugin after some other issues with some items getting faster craft rates than 50% and sometimes default craft rate

    Removed config and reloaded plugin and instant craft remains

    No other plugins should affect crafting rates but I can't confirm that couldn't be the case
     
    Last edited by a moderator: May 24, 2018
  5. Crafting not full task stack.
    Example:
    I click craft in client 999 powder, this plugin craft parts 10 items not 999 at moment.
     
  6. Wulf

    Wulf Community Admin

    Rust client-side limit, not something this plugin can change anymore.
     
  7. is there any plugin that can actually bulk craft nowadays? because i've seen it in some servers recently. in EU BEST GOLD x3 for example, i usually play there and there is bulk instacraft. thx for any help.
     
  8. It always does instacraft for me, not matter how i set it
     
  9. Hmmm not sure how long this has been a thing but looks like all crafting timers are instant despite my config setup for certain items, what am I doing wrong? I've tried in game commands as well without success

    *edit* Oh yea I tried the raw item name instead of display name but neither work

    Code:
    {
      "Settings": {
        "ChatPrefix": "Crafting Controller",
        "ChatPrefixColor": "#008000ff"
      },
      "Options": {
        "BlockedItems": [],
        "CraftingRate": 0.0,
        "IndividualCraftingRates": {
          "Rock": 50.0,
          "Paper Map": 100.0,
          "Paper": 75.0,
          "Muzzle Boost": 50.0,
          "Muzzle Brake": 50.0,
          "4x Zoom Scope": 50.0,
          "weapon.mod.silencer": 50.0,
          "Simple Handmade Sight": 50.0,
          "Barbeque": 50.0,
          "Camp Fire": 25.0,
          "Bota Bag": 50.0,
          "Christmas Tree": 50.0,
          "Wooden Spear": 25.0,
          "Wood Double Door": 10.0,
          "Wooden Barricade": 25.0,
          "Wood Storage Box": 25.0,
          "Wooden Door": 25.0,
          "Stone Barricade": 25.0,
          "Key Lock": 15.0,
          "Wooden Window Bars": 15.0,
          "Small Wooden Sign": 15.0,
          "Wooden Sign": 15.0,
          "High External Stone Wall": 5.0,
          "Lock": 20.0,
          "Door Key": 10.0,
          "High External Wooden Wall": 5.0,
          "Concrete Barricade": 25.0,
          "Tool Cupboard": 10.0,
          "Hammer": 25.0,
          "Bone Club": 25.0
        },
        "InstantBulkCraft": true,
        "InstantCraftForAdmins": false,
        "InstantCraftForModerators": false
      },
      "Messages": {
        "BlockedItem": "{0} has already been blocked!",
        "BlockSucces": "{0} has been blocked from crafting.",
        "CancelledCrafting": "Cancelled crafting for all players and refunded the costs.",
        "CraftBlockedItem": "{0} is blocked and can not be crafted!",
        "CurrentCraftingRate": "The crafting rate is set to {0}%.",
        "IndividualCraftingRate": "The following items have a different crafting rate:",
        "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.",
        "NoRoom": "You don't have enough room to craft this!",
        "ShowBlockedItems": "The following items are blocked: ",
        "UnblockItem": "{0} is not blocked!",
        "UnblockSucces": "{0} is no longer blocked from crafting."
      }
    }
     
  10. Same here its constantly making my server instacraft despite changing everything and removing the plugin completely I've also used the default command for the server to make it false for instacraft and it still continues to be instacraft
     
  11. your plugin broken:
    it will change Auto when we set /itemrate Explosives 25 or others /itemrate,please fix /itemrate.
     
  12. Everytime I put it to /rate 50, a few minutes later everything takes like 0.5second to craft.

    I tried putting Experience to 1.0. No idea what it does, can you please explain it?
     
  13. So, not working anymore?
     
  14. I guess this one doesnt work anymore.
    Hope it gets a update, because the crafting times default are way to long.