1. Post #1

    February 2014
    7 Posts
    Tried multiple mods for oxide to block crafting. Can someone please help me write the Crafting Config File Really need help. Want to block crafting and researching Explosives. That is all. Just to make C4 a little rarer on my server. Please your help would be greatly appreciated. Dont mind giving you admin on my server either if you help. Thanks!

  2. Post #2

    December 2013
    5 Posts
    Code:
    {
    "BlockedCrafting": {
    
    "Explosives": true
    
    },
    
    "BlockedBlueprints": {
    
    },
    
    "BlockedResearch": {
    
    "Explosives": true
    
    },
    
    "blockblueprintsmessage": "This blueprint has been disabled.",
    "blockresearchmessage": "Researching this item has been blocked",
    "blockcraftingmessage": "Crafting this item has been blocked."
    }
    Reply With Quote Edit / Delete Reply United States Show Events Useful Useful x 1 (list)

  3. Post #3

    December 2013
    17 Posts
    I have that same cfg file, however it is still not blocking it. Do I have to wiper player data for it to work?

  4. Post #4

    February 2014
    7 Posts
    Doesn't seem to work. It should work even though I already have it researched. And what lua does this script go with if any?

  5. Post #5
    Wulfspider's Avatar
    January 2014
    147 Posts
    I have that same cfg file, however it is still not blocking it. Do I have to wiper player data for it to work?
    No, you do not need to wipe. I use one just like his just fine.

    I have that same cfg file, however it is still not blocking it. Do I have to wiper player data for it to work?
    It's for the Crafting Controller plugin.

  6. Post #6
    hijinx80's Avatar
    December 2013
    10 Posts
    Code:
    {
    "BlockedCrafting": {
    
    "Explosives": true
    
    },
    
    "BlockedBlueprints": {
    
    },
    
    "BlockedResearch": {
    
    "Explosives": true
    
    },
    
    "blockblueprintsmessage": "This blueprint has been disabled.",
    "blockresearchmessage": "Researching this item has been blocked",
    "blockcraftingmessage": "Crafting this item has been blocked."
    }
    Instead of "Explosives", you should be using "Explosive Charge", I believe.
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Winner Winner x 1 (list)

  7. Post #7
    Wulfspider's Avatar
    January 2014
    147 Posts
    Instead of "Explosives", you should be using "Explosive Charge", I believe.
    Explosives is an item too, but not what the OP wants, so good catch. ;)
    Reply With Quote Edit / Delete Reply United States Show Events Agree Agree x 1 (list)