maybe fully working for you but its not for me hence my need to post and if I don't understand what I'm doing wrong - it never will ...
so like I said before ..... thanks for the great help - really thumbs up !
Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
-
Can anyone confirm that there are no more errors coming from this plugin after 1.17.2 and that the notices always show correctly when a player attempts to craft/study/research a restricted item?
-
-
plan markups crap, working lock plans
IT WORKS 1.17.2!!!
Code:{ "blockblueprintmessage": "This blueprint has been disabled.", "BlockedBlueprints": { "9mm Ammo Blueprint": true, "556 Ammo Blueprint": true, "Shotgun Shells Blueprint": true, "F1 Grenade Blueprint": true, "Pick Axe Blueprint": true, "Blood Draw Kit Blueprint": true, "Large Wood Storage Blueprint": true, "Small Medkit Blueprint": true, "Large Medkit Blueprint": true, "Holo sight BP": true, "Silencer BP": true, "Flashlight Mod BP": true, "Laser Sight BP": true, "Research Kit Blueprint": true, "Explosives Blueprint": true, "M4 Blueprint": true, "MP5A4 Blueprint": true, "Shotgun Blueprint": true, "9mm Pistol Blueprint": true, "P250 Blueprint": true, "Bolt Action Rifle Blueprint": true, "Explosive Charge Blueprint": true, "Kevlar Pants BP": true, "Kevlar Vest BP": true, "Kevlar Helmet BP": true, "Kevlar Boots BP": true, "Rad Suit Helmet BP": true, "Rad Suit Vest BP": true, "Rad Suit Pants BP": true, "Rad Suit Boots BP": true, "Leather Helmet BP": true, "Leather Vest BP": true, "Leather Pants BP": true, "Leather Boots BP": true, "Paper Blueprint": true }, "blockresearchmessage": "Researching this item has been blocked.", "BlockedResearching": { "9mm Ammo": true, "556 Ammo": true, "Shotgun Shells": true, "F1 Grenade": true, "Blood Draw Kit": true, "Large Wood Storage": true, "Small Medkit": true, "Large Medkit": true, "Holo sight": true, "Silencer": true, "Flashlight Mod": true, "Laser Sight": true, "Research Kit 1": true, "Explosives": true, "M4": true, "MP5A4": true, "Shotgun": true, "9mm Pistol": true, "P250": true, "Bolt Action Rifle": true, "Explosive Charge": true, "Kevlar Pants": true, "Kevlar Vest": true, "Kevlar Helmet": true, "Kevlar Boots": true, "Rad Suit Helmet": true, "Rad Suit Vest": true, "Rad Suit Pants": true, "Rad Suit Boots": true, "Leather Helmet": true, "Leather Vest": true, "Leather Pants": true, "Leather Boots": true, "Paper": true }, "blockcraftingmessage": "Crafting this item has been blocked.", "BlockedCrafting": { "9mm Ammo": true, "556 Ammo": true, "Shotgun Shells": true, "F1 Grenade": true, "Pick Axe": true, "Blood Draw Kit": true, "Large Wood Storage": true, "Small Medkit": true, "Large Medkit": true, "Holo sight": true, "Silencer": true, "Flashlight Mod": true, "Laser Sight": true, "Research Kit 1": true, "Explosives": true, "M4": true, "MP5A4": true, "Shotgun": true, "9mm Pistol": true, "P250": true, "Bolt Action Rifle": true, "Explosive Charge": true, "Kevlar Pants": true, "Kevlar Vest": true, "Kevlar Helmet": true, "Kevlar Boots": true, "Rad Suit Helmet": true, "Rad Suit Vest": true, "Rad Suit Pants": true, "Rad Suit Boots": true, "Leather Helmet": true, "Leather Vest": true, "Leather Pants": true, "Leather Boots": true, "Paper": true } }
-
Let me get this straight. I have two data files: 1) cfg_craftcontroller.txt with this in it
{
"BlockedCrafting":[],
"blockblueprintmessage":"This blueprint has been disabled.",
"BlockedResearching":[],
"blockresearchmessage":"Researching this item has been blocked.",
"blockcraftingmessage":"Crafting this item has been blocked.",
"BlockedBlueprints":[]
}
and crafting_controller.txt
So if I input code in crafting_controller.txt , then I should just leave the cfg_craftcontroller.txt as is?
Thank you. -
Wulf Community Admin
-
And thank for a timely response spider! -
Wulf Community Admin
-
FIXED! Thank you once again Wulf!
-
Wulf Community Admin
-
thanks for this plugin
-
doesn't work with me, I'm still able to research and craft Explosives and Charges.[DOUBLEPOST=1396293995][/DOUBLEPOST]my cfg:
{
"blockresearchmessage":"Researching this item has been blocked.",
"blockblueprintmessage":"This blueprint has been disabled.",
"BlockedBlueprints":["Bolt Action Rifle BP","M4 BP","P250 BP","MP5A4 BP","Shotgun BP","F1 Grenade BP","Explosive Charge BP"],
"BlockedCrafting":["Explosive Charge","Research Kit 1","Explosives"],
"BlockedResearching":["Explosive Charge","Research Kit 1","Explosives"],
"blockcraftingmessage":"Crafting this item has been blocked."
}[DOUBLEPOST=1396294119][/DOUBLEPOST]Oxide logs nevertheless says they have been disabled:
9:19 PM: 3 items have been blocked from crafting
9:19 PM: 3 items have been blocked from researching
9:19 PM: 7 blueprints have been disabled -
-
nope, there's no other plugin making any changes to recipes or crafting in general. I'm using Scheduled Explosions tho, maybe that could be an issue?
-
Hello,
I'm fairly new to this and I have a REALLYYY Nooby-doobie question... I'm trying to disable the C4, I mean, completely... I've read you guys' line of text... but I don't know what to do with it...or paste it where, what do I do??
Thanks!! -
It shoud be under oxide\data\cfg_craftingcontroller.txt -
srsly, if there's a way to fix the plugin for me I'd really appreciate an answer because right at this moment there are people exploiting the shit out of this error
-
-
nvm, I've just been to dumb to edit the cfg the right way, my apologies^^