I know this has been asked many times. But im telling you, I am a competent programmer, and have tried EVERYTHING. I have gone through this entire community form looking for answers. And nothing has fixed this. So please, any help is greatly appreciated.
So naturally, I install the plug in, it generates its config.json file, I go into it, its just an empty object of an array. Now I have literally copied line for line, what others have said is successful for them. I have even went as far as removing all white spaces, having only the item name, the "Comma" then next item name, etc. Still didnt work. Here is my BlueprintManager.json:
I as well, under my oxide/server_identity/cfg/server.cfg have:
blueprintmanager.config
To run and give all users said blueprints that are in said config.json file. But no matter what I do. No level 1's are unlocked...
Any help is greatly appreciated, thanks.
So naturally, I install the plug in, it generates its config.json file, I go into it, its just an empty object of an array. Now I have literally copied line for line, what others have said is successful for them. I have even went as far as removing all white spaces, having only the item name, the "Comma" then next item name, etc. Still didnt work. Here is my BlueprintManager.json:
{
"Settings": {
"Default blueprints": [
"barricade.woodwire",
"wall.frame.fence",
"wall.frame.fence.gate",
"rug.bear",
"spikes.floor",
"table",
"floor.grill",
"water.catcher.large",
"wall.frame.garagedoor",
"watchtower.wood",
"water.catcher.small",
"barricade.sandbags",
"barricade.stone",
"fireplace.stone",
"gates.external.high",
"wall.external.high.",
"shutter.metal.embrasure",
"wall.window.bars.metal",
"shutter.metal.embrasure",
"wall.window.glass.reinforced",
"ladder.wooden.wall",
"bed",
"ceilinglight",
"dropbox",
"chair",
"fridge",
"target.reactive",
"bucket.helmet",
"jacket",
"tshirt.long",
"pants.",
"riot.helmet",
"jacket.snow.",
"hatchet",
"pickaxe",
"shotgun.double",
"weapon.mod.silencer",
"weapon.mod.flashlight",
"ammo.pistol",
"flameturret",
"guntrap",
"trap.bear",
"electric.blocker",
"electric.doorcontroller",
"electrical.branch",
"electric.solarpanel.large",
"electric.laserdetector",
"electrical.memorycell",
"electric.orswitch",
"electric.pressurepad",
"electrical.combiner",
"electric.battery.rechargable",
"electric.splitter",
"electric.switch",
"electric.timer",
"electric.xorswitch",
"shotgun.waterpipe",
"weapon.mod.simplesight",
"pistol.revolver",
"arrow.fire",
"salvaged.sword",
"flare.blueprint",
"salvaged.cleaver",
"hammer.salvaged",
"mace",
"shirt.collared",
"tshirt",
"shirt.tanktop",
"tool.binoculars",
"hat.miner",
"grenade.beancan",
"explosive.satchel."
],
"Require workbench": true
}
}I as well, under my oxide/server_identity/cfg/server.cfg have:
blueprintmanager.config
To run and give all users said blueprints that are in said config.json file. But no matter what I do. No level 1's are unlocked...
Any help is greatly appreciated, thanks.