1. maybe fully working for you but its not for me hence my need to post and if I don't understand what I'm doing wrong - it never will ...
    so like I said before ..... thanks for the great help - really thumbs up !
     
  2. Gub

    Gub

    Then perhaps running a server is not the best idea for you right now.
     
  3. Can anyone confirm that there are no more errors coming from this plugin after 1.17.2 and that the notices always show correctly when a player attempts to craft/study/research a restricted item?
     
  4. You're welcome.
     
  5. plan markups crap, working lock plans

    IT WORKS 1.17.2!!!
    Code:
    {
        "blockblueprintmessage": "This blueprint has been disabled.",
        "BlockedBlueprints": {
            "9mm Ammo Blueprint": true,
            "556 Ammo Blueprint": true,
            "Shotgun Shells Blueprint": true,
            "F1 Grenade Blueprint": true,
            "Pick Axe Blueprint": true,
            "Blood Draw Kit Blueprint": true,
            "Large Wood Storage Blueprint": true,
            "Small Medkit Blueprint": true,
            "Large Medkit Blueprint": true,
            "Holo sight BP": true,
            "Silencer BP": true,
            "Flashlight Mod BP": true,
            "Laser Sight BP": true,
            "Research Kit Blueprint": true,
            "Explosives Blueprint": true,
            "M4 Blueprint": true,
            "MP5A4 Blueprint": true,
            "Shotgun Blueprint": true,
            "9mm Pistol Blueprint": true,
            "P250 Blueprint": true,
            "Bolt Action Rifle Blueprint": true,
            "Explosive Charge Blueprint": true,
            "Kevlar Pants BP": true,
            "Kevlar Vest BP": true,
            "Kevlar Helmet BP": true,
            "Kevlar Boots BP": true,
            "Rad Suit Helmet BP": true,
            "Rad Suit Vest BP": true,
            "Rad Suit Pants BP": true,
            "Rad Suit Boots BP": true,
            "Leather Helmet BP": true,
            "Leather Vest BP": true,
            "Leather Pants BP": true,
            "Leather Boots BP": true,
            "Paper Blueprint": true
        },
        "blockresearchmessage": "Researching this item has been blocked.",
        "BlockedResearching": {
            "9mm Ammo": true,
            "556 Ammo": true,
            "Shotgun Shells": true,
            "F1 Grenade": true,
            "Blood Draw Kit": true,
            "Large Wood Storage": true,
            "Small Medkit": true,
            "Large Medkit": true,
            "Holo sight": true,
            "Silencer": true,
            "Flashlight Mod": true,
            "Laser Sight": true,
            "Research Kit 1": true,
            "Explosives": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "9mm Pistol": true,
            "P250": true,
            "Bolt Action Rifle": true,
            "Explosive Charge": true,
            "Kevlar Pants": true,
            "Kevlar Vest": true,
            "Kevlar Helmet": true,
            "Kevlar Boots": true,
            "Rad Suit Helmet": true,
            "Rad Suit Vest": true,
            "Rad Suit Pants": true,
            "Rad Suit Boots": true,
            "Leather Helmet": true,
            "Leather Vest": true,
            "Leather Pants": true,
            "Leather Boots": true,
            "Paper": true
        },
        "blockcraftingmessage": "Crafting this item has been blocked.",
        "BlockedCrafting": {
            "9mm Ammo": true,
            "556 Ammo": true,
            "Shotgun Shells": true,
            "F1 Grenade": true,
            "Pick Axe": true,
            "Blood Draw Kit": true,
            "Large Wood Storage": true,
            "Small Medkit": true,
            "Large Medkit": true,
            "Holo sight": true,
            "Silencer": true,
            "Flashlight Mod": true,
            "Laser Sight": true,
            "Research Kit 1": true,
            "Explosives": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "9mm Pistol": true,
            "P250": true,
            "Bolt Action Rifle": true,
            "Explosive Charge": true,
            "Kevlar Pants": true,
            "Kevlar Vest": true,
            "Kevlar Helmet": true,
            "Kevlar Boots": true,
            "Rad Suit Helmet": true,
            "Rad Suit Vest": true,
            "Rad Suit Pants": true,
            "Rad Suit Boots": true,
            "Leather Helmet": true,
            "Leather Vest": true,
            "Leather Pants": true,
            "Leather Boots": true,
            "Paper": true
        }
    }
     
  6. Let me get this straight. I have two data files: 1) cfg_craftcontroller.txt with this in it
    {
    "BlockedCrafting":[],
    "blockblueprintmessage":"This blueprint has been disabled.",
    "BlockedResearching":[],
    "blockresearchmessage":"Researching this item has been blocked.",
    "blockcraftingmessage":"Crafting this item has been blocked.",
    "BlockedBlueprints":[]
    }

    and crafting_controller.txt

    So if I input code in crafting_controller.txt , then I should just leave the cfg_craftcontroller.txt as is?

    Thank you.
     
  7. Wulf

    Wulf Community Admin

    It goes in cfg_craftingcontroller.txt. There is no crafting_controller.txt nor cfg_craftcontroller.txt.
     
  8. You are right about cfg_craftcontroller.txt (cfg_craftingcontroller.txt). But I do have crafting_controller.txt after installing the plugin. Should I just delete crafting_controller.txt?

    And thank for a timely response spider!
     
  9. Wulf

    Wulf Community Admin

    That is likely some old file from your host, not the plugin itself.
     
  10. FIXED! Thank you once again Wulf!
     
  11. Wulf

    Wulf Community Admin

    No, blocked is blocked. There are no perms with Crafting Controller that I am aware of. It's likely you either have an error you aren't seeing, or you don't have the config in the right location.
     
  12. thanks for this plugin
     
  13. doesn't work with me, I'm still able to research and craft Explosives and Charges.[DOUBLEPOST=1396293995][/DOUBLEPOST]my cfg:
    {
    "blockresearchmessage":"Researching this item has been blocked.",
    "blockblueprintmessage":"This blueprint has been disabled.",
    "BlockedBlueprints":["Bolt Action Rifle BP","M4 BP","P250 BP","MP5A4 BP","Shotgun BP","F1 Grenade BP","Explosive Charge BP"],
    "BlockedCrafting":["Explosive Charge","Research Kit 1","Explosives"],
    "BlockedResearching":["Explosive Charge","Research Kit 1","Explosives"],
    "blockcraftingmessage":"Crafting this item has been blocked."
    }[DOUBLEPOST=1396294119][/DOUBLEPOST]Oxide logs nevertheless says they have been disabled:
    9:19 PM: 3 items have been blocked from crafting
    9:19 PM: 3 items have been blocked from researching
    9:19 PM: 7 blueprints have been disabled
     
  14. Are you using the Alter plugin as well?
     
  15. nope, there's no other plugin making any changes to recipes or crafting in general. I'm using Scheduled Explosions tho, maybe that could be an issue?
     
  16. Hello,

    I'm fairly new to this and I have a REALLYYY Nooby-doobie question... I'm trying to disable the C4, I mean, completely... I've read you guys' line of text... but I don't know what to do with it...or paste it where, what do I do??

    Thanks!! where the hell.jpg
     
  17. You need to enter into the .txt datafile not the .lua plugin.
    It shoud be under oxide\data\cfg_craftingcontroller.txt
     
  18. srsly, if there's a way to fix the plugin for me I'd really appreciate an answer because right at this moment there are people exploiting the shit out of this error
     
  19. Don't know what else to suggest, other than there must be something conflicting with it as it's working flawlessly here if I disable Alter plugin (that's how I know Alter can cause conflicts, maybe something else you have can also?).
     
  20. nvm, I've just been to dumb to edit the cfg the right way, my apologies^^