1. why dont work? :(

    [​IMG]
     
  2. Code:
    {
        "BlockedBlueprints":
    {
    "Explosive Charge BP": true
    },
        "blockcraftingmessage": "Crafting this item has been blocked.",
        "BlockedResearching":
    {
    "Explosives": true,
    "Research Kit 1": true,
    "Explosive Charge": true
    },
        "BlockedCrafting":
    {
    "Explosives": true,
    "Research Kit 1": true,
    "Explosive Charge": true
    },
        "blockblueprintmessage": "This blueprint has been disabled.",
        "blockresearchmessage": "Researching this item has been blocked."
    }
     
  3. [​IMG]

    o_O
     
  4. Using any other plugin that may interfere with this plugin?
    As I use the exact same JSON and it works fine.
     
  5. [​IMG]
    adc - air drop controller
    DH - death handler
    s3r4help - my plugin. chat help (/help) - use text only

    plugins that use Kraft - dont have[DOUBLEPOST=1396976203,1396873760][/DOUBLEPOST]pls help -_-
     
  6. I'd suggest remove every plugin and keep crafting controller and see if it works or not, if it does then keep adding more plugins until it stops working.
     
  7. hmm.. ok.
    write later
     
  8. same
    I have no extra plugins

    [​IMG][DOUBLEPOST=1397625026][/DOUBLEPOST]
    Code:
    {
    "BlockedCrafting": {"Sleeping Bag": true},"BlockedBlueprints": {},"BlockedResearching": {},"blockblueprintsmessage": "This blueprint has been disabled.",
    "blockresearchmessage": "Researching this item has been blocked",
    "blockcraftingmessage": "Crafting this item has been blocked."
    }
    
     
    Last edited by a moderator: Apr 16, 2014
  9. Is there a way to modify the materials required to craft an item?
    For instance, a Large Wood Crate requires 60 wood, could I change it to 60 Paper?
     
  10. So far the plugin is working great on my server. I'm familiar with JSON so it was fairly easy to whip up a config setup. I'm posting it here for anyone who's having trouble that part.
    (I guess I can't post code snippets for some reason).
     
  11. Code:
    Code tags work fine.
     
  12. It does appear that they do, but the json code I tried to post simply wouldn't go through. The post process just seemed to hang and stop. Once I removed the snippet it allowed the message to post. *shrugs*
     
  13. I think you broke the internet.
     
  14. okay so i want to disable the usage of explosives on my server, does this look right? (just making sure) Thanks :)

    Edit: Seen my mistake, it works ^_^ here's my functioning config for anyone that needs a reference. Also can "Explosives" be found as Blueprints? should i add that to??
    Code:
    {
      "BlockedResearching":{
      "Explosive Charge": true,
      "Explosives": true,
      "F1 Grenade": true
      },
      "blockresearchmessage":"Researching this item has been blocked.",
      "blockblueprintmessage":"This blueprint has been disabled.",
      "blockcraftingmessage":"Crafting this item has been blocked.",
      "BlockedCrafting":{
      "Explosive Charge": true,
      "Explosives": true,
      "F1 Grenade": true
      },
      "BlockedBlueprints":{
      "Explosive Charge Blueprint": true,
      "F1 Grenade Blueprint": true
    }
    }
     
    Last edited by a moderator: Jun 11, 2014
  15. [Oxide] craftingcontroller: [string "craftingcontroller.lua"]:101 - Invalid argument 1 to rust.NetUserFromNetPlayer (expecting uLink.NetworkPlayer, got string)
     
  16. [Oxide] craftingcontroller: [string "craftingcontroller.lua"]:101 - Invalid argument 1 to rust.NetUserFromNetPlayer (expecting uLink.NetworkPlayer, got string)

    Help!
     
  17. @thomasfn Anyway to give this a quick update so that a separate crafting message can be generated based on the item they are trying to craft/research. This is so that for each item we can provide a bit of a better explaination or story of why it is not craft/researchable.
     
  18. Wulf

    Wulf Community Admin

    Please upload your full log.
     
  19. Is anyone able to slightly modify this plugin? Painfully he is well.
    We have to change that to a player having FLAG "All" could craft without problems and explore prohibited items.
    Who can please do, I would have done if he'd know lua.