1. Awesome mate :)
     
  2. Joe

    Joe

    how much longer, its really crucial for my server, as I don't let people research craft alot of things
     
  3. Guys I have a question, do I have to wipe the server in order to get this working?
     
  4. Joe

    Joe

    No you just have to update the plugin by deleting and installing the latest plugin. Backup your crafting table before you do this.
     
  5. Wait...I don't quite get what you mean, by deleting and installing the latest plugin? you mean this one...right? and yeah I will do this.
     
  6. Question for Blocking Blueprints. I wanna Block the Kevlar Blueprints. Do I just need to put Kevlar Pants OR do I need to put Kevlar Pants BP?
     
  7. The latter.
     
  8. I'm trying to add items to the research blocked list, and I'm having the same problem as the guy above me about researching something. You get both messages one saying it's blocked and another saying that you learned it

    You mentioned a stop delay to fix it, what is that exactly? If you could give a small example that would be great!

    edit: Sorry I'm completely new to this and learning as I go, your help is greatly appreciated, thanks!
     
  9. Is it possible to Block or Allow specific players Crafting, learning Blueprints, or Researching

    I ask cause my RP Server and for Jobs i need to control the Crafting, Researching and Blueprints to make it possible to own Jobs.
     
    Last edited by a moderator: Jan 12, 2014
  10. The plugin does not allow for this currently, but it could be made possible in the future.
     
  11. Im curious can explain what a stopping delay is for me? So people dont waste a Research Kit on something they can't craft? Thanks
     
  12. hmm how long did u think u will need to work on it ? or is this a lot of work?
     
  13. Was looking for some help with this as it seems I'm retarded, if anyone would mind taking the time to skype with me perhaps and help me out that'd be great! just drop me a pm if you have time.
     
  14. {
    "BlockedCrafting":
    {
    "Explosives": true,

    This doesnt work for me ._.[DOUBLEPOST=1389647709][/DOUBLEPOST]Can no one help me??
     
    Last edited by a moderator: Jan 13, 2014
  15. Code:
    {
      "BlockedResearching":
        {
          "9mm Pistol": true,
          "Explosive Charge": true,
          "Explosives": true,
          "F1 Grenade": true,
          "Kevlar Boots": true,
          "Kevlar Helmet": true,
          "Kevlar Pants": true,
          "Kevlar Vest": true,
          "M4": true,
          "MP5A4": true,
          "P250": true,
          "Rad Suit Boots": true,
          "Rad Suit Helmet": true,
          "Rad Suit Pants": true,
          "Rad Suit Vest": true,
          "Shotgun": true
        },
      "BlockedCrafting":
        {
          "9mm Pistol": true,
          "Explosive Charge": true,
          "Explosives": true,
          "F1 Grenade": true,
          "Kevlar Boots": true,
          "Kevlar Helmet": true,
          "Kevlar Pants": true,
          "Kevlar Vest": true,
          "M4": true,
          "MP5A4": true,
          "P250": true,
          "Rad Suit Boots": true,
          "Rad Suit Helmet": true,
          "Rad Suit Pants": true,
          "Rad Suit Vest": true,
          "Shotgun": true
        },
      "BlockedBlueprints":
        {
          "9mm Pistol Blueprint": true,
          "Explosive Charge Blueprint": true,
          "Explosives Blueprint": true,
          "F1 Grenade Blueprint": true,
          "Kevlar Boots BP": true,
          "Kevlar Helmet BP": true,
          "Kevlar Pants BP": true,
          "Kevlar Vest BP": true,
          "M4 Blueprint": true,
          "MP5A4 Blueprint": true,
          "P250 Blueprint": true,
          "Rad Suit Boots BP": true,
          "Rad Suit Helmet BP": true,
          "Rad Suit Pants BP": true,
          "Rad Suit Vest BP": true,
          "Shotgun Blueprint": true
        }
    }
    
    This is my current experiment with the crafting tables and it seems to work just fine with regards to studying blocked blueprints or researching blocked items (I'm aware not all the blueprints actually exist, but maybe they will eventually). Additionally I've removed all the the relevant blueprints from the looting table, but better safe than sorry.
     
  16. Can you made me a Txt that only blocks the crafting of the Explosives? Mine still doesnt work..
     
    Last edited by a moderator: Jan 14, 2014
  17. Code:
    {
      "BlockedResearching":
        {
          "Explosives": true
        },
      "BlockedCrafting":
        {
          "Explosives": true
        },
      "BlockedBlueprints":
        {
        }
    }
    I guess this should work.
     
  18. Hello, sorry my english is not so good, sorry for that!

    Hope someone can help me :)
    I want to set it so the Explosive and Explosive Charge can no longer be crafting myself and to get only about the airdrops and if that would be possible only rarely.

    Would be very nice if someone could tell me how I can get so down.

    Sincerely yours
     
  19. Code:
    {
      "BlockedResearching":
        {
          "Explosive Charge": true,
          "Explosives": true
        },
      "BlockedCrafting":
        {
          "Explosive Charge": true,
          "Explosives": true
        },
      "BlockedBlueprints":
        {
          "Explosive Charge Blueprint": true
        }
    }