Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
Wulf Community Admin
-
I can't get this plugin to work at all... I have tried your config file above, I have tried deleting it and leaving an empty stock config... still not working.... I even added a simple print to say that the plugin was loaded, I don't even get the message in the log at all... Not sure what's wrong...
-
-
hfbservers.com
-
-
Hm...can't tell why and the craftingcontroller is working, except the messages don't show up
-
I've tried everything just to be sure (backed up my map and wiped the entire server, updated steam, installed oxide, installed craftingctrl, used your cfg, still nothing) -
Sounds host side
-
-
-
-
This will probably make me sound like a complete knobhead but can I just block the research of C4 to prevent people from crafting it? I want to make it so that people can only loot them from boxes and mobs to prevent the server to get flooded with them, completely new to this so if somoene could let me know the code for just blocking the research of those that would make my day
.
{
"BlockedResearching":
"Explosive Charge": true,
Do I just add that under PLUGIN:OnBlueprintUse() ? -
Code:{ "blockresearchmessage":"Researching this item has been blocked.", "blockcraftingmessage":"Crafting this item has been blocked.", "blockblueprintmessage":"This blueprint has been disabled.", "BlockedResearching": { "Explosive Charge": true }, "BlockedCrafting": { "Explosive Charge": true }, "BlockedBlueprints": { "Explosive Charge Blueprint": true } }
Attached Files:
-
-
Thanks a ton Frop, do I just add that anywhere in the craftingcontroller cfg file or does it go at a specific spot in it?
-
-
Thanks Frop that fixed it.
-
Hi
I seem to be having a bit of a problem with the mod currently. For some reason Explosive charges can still be crafted despite what i think is the correct content in the config file.
I am trying to block Explosive Charge and Explosives from being crafted and researched.
This 1st quote is the lines i had in the config file, but it was still possible to craft the explosive charges, and secondly as Frop mentioned in a couple of posts above is another way i tried to get this to work, but i still seem to be having no luck.
We are on a HFB server and using Oxide Mod base v1.10 as of yesterday when the patch was released.
Any help would be much appreciated.
Thanks in advance
Rhaps
-
^ This would be highly appreciated if someone posts a fix to Rhaps problem, I'm having the same issue