1. Thank You :)
     
  2. Wulf

    Wulf Community Admin

    Any plugin that was properly updated for Oxide 1.8 will work on 1.9. There were no API changes.
     
  3. I can't get this plugin to work at all... I have tried your config file above, I have tried deleting it and leaving an empty stock config... still not working.... I even added a simple print to say that the plugin was loaded, I don't even get the message in the log at all... Not sure what's wrong...
     
  4. I'm starting to think it's some host issue. Where do you rent your server?
     
  5. hfbservers.com
     
  6. I don't have any experience with them myself, but I think there are plenty of people here who rent a server there (maybe they could chip in). It's probably also a good idea to submit a ticket to HFB and see if they can determine what's going wrong.
     
  7. Hm...can't tell why and the craftingcontroller is working, except the messages don't show up
     
  8. Im with HFB as well, getting the same problems. sounds like a host issue?

    I've tried everything just to be sure (backed up my map and wiped the entire server, updated steam, installed oxide, installed craftingctrl, used your cfg, still nothing)
     
  9. Sounds host side
     
  10. Did you update oxide to 1.9? It appears this crafting controller only works with 1.8.2.
     
  11. That's completely unsubstantiated, I use 1.9 and this plugin works fine.
     
  12. O really? I couldn't get mine to work and I guess I just assumed that to be the reason. I even copied the creators example to test it and it still didn't work. What does yours look like?
     
  13. This will probably make me sound like a complete knobhead but can I just block the research of C4 to prevent people from crafting it? I want to make it so that people can only loot them from boxes and mobs to prevent the server to get flooded with them, completely new to this so if somoene could let me know the code for just blocking the research of those that would make my day :).

    {
    "BlockedResearching":
    "Explosive Charge": true,

    Do I just add that under PLUGIN:OnBlueprintUse() ?
     
  14. No, most problems seem to be coming from hosts with limited access (which in return sometimes seems to introduce some bugs with regards to text files being created/read/updated/etc.) or botched installations of Oxide and/or the plugin(s). I've attached my own text file.[DOUBLEPOST=1390579510][/DOUBLEPOST]
    This should do the trick.
    Code:
    {
      "blockresearchmessage":"Researching this item has been blocked.",
      "blockcraftingmessage":"Crafting this item has been blocked.",
      "blockblueprintmessage":"This blueprint has been disabled.",
      "BlockedResearching":
        {
          "Explosive Charge": true
        },
      "BlockedCrafting":
        {
          "Explosive Charge": true
        },
      "BlockedBlueprints":
        {
          "Explosive Charge Blueprint": true
        }
    }
     

    Attached Files:

  15. Thanks a ton Frop, do I just add that anywhere in the craftingcontroller cfg file or does it go at a specific spot in it?
     
  16. Just replace the content with the entire block of code I pasted (the attached file is for another forum user). ;)
     
  17. Thanks Frop that fixed it.
     
  18. Hi

    I seem to be having a bit of a problem with the mod currently. For some reason Explosive charges can still be crafted despite what i think is the correct content in the config file.

    I am trying to block Explosive Charge and Explosives from being crafted and researched.

    This 1st quote is the lines i had in the config file, but it was still possible to craft the explosive charges, and secondly as Frop mentioned in a couple of posts above is another way i tried to get this to work, but i still seem to be having no luck.

    We are on a HFB server and using Oxide Mod base v1.10 as of yesterday when the patch was released.

    Any help would be much appreciated.
    Thanks in advance
    Rhaps


     
  19. ^ This would be highly appreciated if someone posts a fix to Rhaps problem, I'm having the same issue
     
  20. @Rhapsodyy @Kallie : Your configs look just fine, so I don't really know what's going wrong there. I've attached the exact same config as a file, just try and upload that one and restart your server.
     

    Attached Files: