1. Wulf

    Wulf Community Admin

    All I could tell you is to try updating then. If the plugin doesn't start, there'd be a reason why, and an error would be given.
     
  2. Just have 2 Research Kit and slide over each other. This is disconcerting :/
     
  3. 1:40 AM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:65 - Invalid argument 1 to rust.NetUserFromNetPlayer (expecting uLink.NetworkPlayer, got string)
     
  4. I'm getting the exact same error. What does it mean?
     
  5. [Oxide] craftingcontroller: [string "craftingcontroller.lua"]:101 - Invalid argument 1 to rust.NetUserFromNetPlayer (expecting uLink.NetworkPlayer, got string)
     
  6. Yes, just put another line for "Research Kit 1" under Blocked Crafting and Blocked Researching, like the others there... You need to spell it correctly though.

    The easiest 'trick' to research a research kit is just to hold Shift.
     
  7. BlockedCrafting
    Research Kit 1

    't work.
    what to do?

    Code:
    {
    "BlockedCrafting": {"Research Kit 1": true},"BlockedBlueprints": {},"BlockedResearching": {},"blockblueprintsmessage": "This blueprint has been disabled.",
    "blockresearchmessage": "Researching this item has been blocked",
    "blockcraftingmessage": "Crafting this item has been blocked."
    }
    
     
  8. I've been using this plugin for a while now and it works great.
     
  9. It is with Research Kit 1
     
  10. I'm having trouble getting this plugin to work....i've tried modifying the script acouple time and still no effect. What am I doing wrong?

    {
    "BlockedBlueprints":
    {"Explosive Charge Blueprint": true, "F1 Grenade Blueprint": true },
    "BlockedCrafting":
    { "Explosive Charge": true, "F1 Grenade": true },
    "BlockedResearching":
    { "Explosive Charge": true, "F1 Grenade": true }
    }
     
  11. here is my config :

    {
    "blockresearchmessage": "Researching this item has been blocked.",
    "blockcraftingmessage": "Crafting this item has been blocked.",
    "blockblueprintmessage": "This blueprint has been disabled.",
    "BlockedResearching": {
    "Explosive Charge": true,
    "Explosives": true,
    "F1 Grenade": true,
    "M4": true,
    "MP5A4": true,
    "556 Ammo": true,
    "Shotgun Shells": true,
    "Research Kit 1": true
    },
    "BlockedCrafting": {
    "Explosives": true,
    "F1 Grenade": true,
    "M4": true,
    "MP5A4": true,
    "556 Ammo": true,
    "Shotgun Shells": true,
    "Research Kit 1": true
    },
    "BlockedBlueprints": {
    "Explosive Charge Blueprint": false,
    "Explosives Blueprint": true,
    "Research Kit 1": true
    }
    }
     
  12. awesome i got it working, tyvvm
     
  13. [DOUBLEPOST=1394657174][/DOUBLEPOST]Has Crafting Controller been updated to at least 1.16b ? I just installed it and tried to configure it for blocking Explosive Charges , Explosives , and F1 Grenades along with blocking some other blueprints but it didn't block or limit anything at all . Can somebody/anybody PLEASE make a plugin that will work on blocking just these 3 items ?!?
     
    Last edited by a moderator: Mar 12, 2014
  14. Working fine on 1.17.2

    Are you using the Alter plugin by chance?
     
  15. here is what I did :
    {
    "BlockedResearching": {
    "Explosive Charge": true,
    "F1 Grenade": true,
    "Explosives": true,
    "M4": true,
    "MP5A4": true,
    "Bolt Action Rifle": true,
    },
    "BlockedBlueprints": {
    "Explosive Charge": true,
    "F1 Grenade": true,
    "Explosives": true,
    "M4": true,
    "MP5A4": true,
    "Bolt Action Rifle": true,
    },
    "BlockedResearching": {
    "Explosive Charge": true,
    "F1 Grenade": true,
    "Explosives": true,
    "M4": true,
    "MP5A4": true,
    "Bolt Action Rifle": true,
    },
     
  16. Your JSON is completely invalid.
    Try this;
    Code:
    {
        "BlockedBlueprints":
    {
    "Bolt Action Rifle": true,
    "M4": true,
    "F1 Grenade": true,
    "MP5A4": true,
    "Explosives": true,
    "Explosve Charge ": true
    },
        "blockcraftingmessage": "Crafting this item has been blocked.",
        "BlockedResearching":
    {
    "Bolt Action Rifle": true,
    "M4": true,
    "F1 Grenade": true,
    "MP5A4": true,
    "Explosives": true,
    "Explosve Charge ": true
    },
        "BlockedCrafting":
    {
    "Bolt Action Rifle": true,
    "M4": true,
    "F1 Grenade": true,
    "MP5A4": true,
    "Explosives": true,
    "Explosve Charge ": true
    },
        "blockblueprintmessage": "This blueprint has been disabled.",
        "blockresearchmessage": "Researching this item has been blocked."
    }
     
  17. still not working . exactly where - at what line should I be putting this in ?
     
  18. I suggest you re-read the overview page if you still unsure as to how to use the JSON file information.
     
  19. typical .... I'm not a computer designer and don't understand the language which is why I posted to begin with .... should have known I would just get a run-a-round instead of something I could actually understand but thanks ever so much . you really helped me out .guess this shows where asking for help gets you .
     
  20. Well the overview page does explain it all and I gave you a fully working JSON data, I think I went above and beyond.
    Also it helps if you reply to comments otherwise, no way of knowing if you reply.