Could both of you post your most recent Oxide log file and the plugin's config file?

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
-
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." } }
-
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 -
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 -
-
-
-
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.
-
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.)
-
Wulf Community Admin
-
no its a fresh install
-
Wulf Community Admin
-
i deleted it and added it again so its working now problem solved i guess lol
-
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. ??
-
-
Thanks Killer
-
-
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
-
Mughisi updated Crafting Controller with a new update entry:
Fix for latest Rust update
[DOUBLEPOST=1431692649][/DOUBLEPOST], 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.
-
how do I block supply signal from being crafted? really gamebreaking!