Crafting Controller

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

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

5/5, 72 likes
  1.  
  2. Wulf

    Wulf Community Admin

  3. I see that. I open chat and type in /craft o ?
    [DOUBLEPOST=1419633965][/DOUBLEPOST]This is pretty overwhelming with my server /rcon and "ingame" commands
     
  4. Yes, just open your chat in-game and type that
     
  5. unknown command 'craft' is what im seeing ingame
     
  6. Seems that the plugin didn't load correctly then, check your Oxide log for any errors regarding the plugin.
     
  7. I appreciate you trying to help.
     
  8. Please do so to the block list items to save, and then each time to write tired
     
  9. I'm not sure I understand what you're trying to say :(
     
  10. I'm just wanting someone to type exactly what needs to be inputed to make it work and where.

    I got confused with " " once and it turned out I actually needed the quotations.
    [DOUBLEPOST=1420218515][/DOUBLEPOST]
    Where would I see the Oxide log? In Rusty?
     
  11. In the actual log file, "server\<server_identity>\oxide\logs", also check the config folder for m-CraftingRate.json and check if it contains more stuff than just {}
     
  12. I mean, that after each restart I have to write "/block "item"", and quite often I forget about it. I would like in the code could be to write a list of things that should be blocked
     
  13. Hmm strange, it should actually save it to the config file.
     
  14. Looking in CraftingRate.json there is nothing
    what should be there?
     
    Last edited by a moderator: Jan 2, 2015
  15. Code:
    {
      "Settings": {
        "Version": "1.0.0",
        "AllowModerators": true,
        "RatePercentageOfNormal": 1,
        "AdminInstantCraft": false,
        "ChatName": "Crafting"
      },
      "BlockedItems": [],
      "Messages": {
        "InvalidItemU": [
          "{item} is not a valid item!",
          "You need to use the name as it appears in the list and use quotes!",
          "Example: /unblock \"Camp Fire\""
        ],
        "Modify": "Crafting rate is currently {speed}% of the default speed.",
        "InvalidItemB": [
          "{item} is not a valid item!",
          "You need to use the name as it appears in the list and use quotes!",
          "Example: /block \"Camp Fire\""
        ],
        "Error": "The new rate must be a number between 0 and 100 where 0 is instant craft and 100 is default!",
        "BlockSucces": "{item} has been blocked from crafting!",
        "BlockedItem": "{item} is already blocked!",
        "Blocked": "{item} is blocked and can not be crafted!",
        "Crafting": "{item} will complete crafting in {time} seconds!",
        "UnblockSucces": "{item} is no longer blocked from crafting!",
        "UnBlockedItem": "{item} is not blocked!"
      }
    }
     
  16. hmmm nothing...
     
  17. I won't name my server provider as the service has been outstanding...If they provide this plugin is it their job to have all that code in there Mughisi?
     
  18. Multiplay, no need to hide it as it's the only one that has this kind of plugin support.
    You need to send them à request to fix the plugin with the link to the défault config file, they Will fix it, cause as you say, they have à really good customer service
     
  19. If i just copy and paste this into the CraftingRate.json file and restart server will it work then?
     
  20. It should yes.