Crafting Controller

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

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

5/5, 72 likes
  1. Could both of you post your most recent Oxide log file and the plugin's config file?
     
  2. Cant seem to find my oxide log file anywhere. I have a multiplay server, so idk where it would even be. But here is my config as requested.
    Code:
    {
      "Settings": {
        "ChatPrefix": "Crafting Controller",
        "ChatPrefixColor": "#008000ff"
      },
      "Options": {
        "InstantCraftForAdmins": true,
        "InstantCraftForModerators": true,
        "CraftingRate": 0,
        "CompleteCurrentCraftingOnShutdown": false,
        "BlockedItems": [],
        "LCtrlAmount": 10,
        "LShiftAmount": 5[/SIZE]
      },
      "Messages": {
        "CurrentCraftingRate": "The crafting rate is set to {0}.",
        "ModifyCraftingRate": "The crafting rate is now set to {0}.",
        "ModifyError": "The new crafting rate must be a number between 0 and 2 where 0 is instant craft, 1 is normal and 2 is double!",
        "CraftBlockedItem": "{0} is blocked and can not be crafted!",
        "NoItemSpecified": "You need to specify an item to block/unblock.",
        "InvalidItem": "{0} is not a valid item. Please use the name of the item as it appears in the item list. Ex: Camp Fire",
        "BlockedItem": "{0} has already been blocked!",
        "BlockSucces": "{0} has been blocked from crafting.",
        "UnblockItem": "{0} is not blocked!",
        "UnblockSucces": "{0} is no longer blocked from crafting.",
        "NoPermission": "You don't have permission to use this command.",
        "ShowBlockedItems": "The following items are blocked: ",
        "NoBlockedItems": "No items have been blocked."
      }
    }
    EDIT: I know its not conflicting with anything, because at one point this was the only plugin on my server, and I still had this issue.
     
  3. Code:
    {
      "Settings": {
      "ChatPrefix": "Crafting Controller",
      "ChatPrefixColor": "#008000ff"
      },
      "Options": {
      "InstantCraftForAdmins": true,
      "InstantCraftForModerators": false,
      "CraftingRate": 0,
      "CompleteCurrentCraftingOnShutdown": false,
      "BlockedItems": [],
      "LCtrlAmount": 10,
      "LShiftAmount": 5[/SIZE]
      },
      "Messages": {
      "CurrentCraftingRate": "The crafting rate is set to {0}.",
      "ModifyCraftingRate": "The crafting rate is now set to {0}.",
      "ModifyError": "The new crafting rate must be a number between 0 and 2 where 0 is instant craft, 1 is normal and 2 is double!",
      "CraftBlockedItem": "{0} is blocked and can not be crafted!",
      "NoItemSpecified": "You need to specify an item to block/unblock.",
      "InvalidItem": "{0} is not a valid item. Please use the name of the item as it appears in the item list. Ex: Camp Fire",
      "BlockedItem": "{0} has already been blocked!",
      "BlockSucces": "{0} has been blocked from crafting.",
      "UnblockItem": "{0} is not blocked!",
      "UnblockSucces": "{0} is no longer blocked from crafting.",
      "NoPermission": "You don't have permission to use this command.",
      "ShowBlockedItems": "The following items are blocked: ",
      "NoBlockedItems": "No items have been blocked."
      }
    }
     
    Last edited by a moderator: May 9, 2015
  4. how do i block for example the crafting of F1 Grenade!!!

    becuase i have to do it in the chat command after every restart -_-

    there must be a easier way :S
     
  5. I'm still not sure what's causing this as I'm not experiencing this issue myself. Have you tried removing both the config and plugin and just downloading the plugin again?
     
  6. I have, still nothing. IDK what the issue is, but i only restart the server when im on, so it won't be to much of a hassle for me I suppose
     
  7. it wont still work ;/ is there a place where shall right the blocked item in config so that it dosnt get unblocked after every restart? i have tried to remove and add , didnt work
     
  8. I can confirm I'm also seeing the Crafting rate return to 1 each time the plugin is reloaded, even though I have it set as 0 in the config file.
     
  9. Code:
    [Oxide] 4:20 AM [Error] CraftingController: Failed to load config file (is the config file corrupt?) (Unexpected character encountered while parsing number: [. Path 'Options.LShiftAmount', line 13, position 22.)
    Im getting this error on a fresh install any idea why?
     
  10. Wulf

    Wulf Community Admin

    Did you modify the configuration file at all?
     
  11. no its a fresh install
     
  12. Wulf

    Wulf Community Admin

    Did you delete the config file before doing the install? The only way the config could be corrupted is if something modified it or an old one was not deleted.
     
  13. i deleted it and added it again so its working now problem solved i guess lol
     
  14. Anyone know if this needs to be updated to work? It seems to not be working in my server after the update. Gather Controller works without an update but this seems to have the commands working but the actual function is not working. ??
     
  15. Yes this needs an update.
     
  16. Thanks Killer
     
  17. I'm not having issues at all with the plugin, works just as it used to do for me. Any errors in the logs or anything specific other than "the function is not working"?
     
  18. on my server its either instacraft or full craft, nothing in between. the only log output I could find while trying to set "/craft 0.15" was
    • [Oxide] 1:53 PM [Warning] CallHook 'ChangeCraftingRate' on plugin 'Crafting Controller' took: 536ms
     
  19. Mughisi updated Crafting Controller with a new update entry:

    Fix for latest Rust update


    [DOUBLEPOST=1431692649][/DOUBLEPOST]
    This actually helped :D, seems that the item/blueprint definitions are stored differently now so instacraft was still working but anything between that and normal wasn't as it wasn't actually modifying it, the warning should be something you can ignore as there isn't much that can be done to prevent that, it needs to loop over all the items to modify the time so it can display it when crafting the item.
     
  20. how do I block supply signal from being crafted? really gamebreaking!