Awesome mate![]()
Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
how much longer, its really crucial for my server, as I don't let people research craft alot of things
-
thomasfn updated Crafting Controller with a new update entry:
Research blocking fix
-
Guys I have a question, do I have to wipe the server in order to get this working?
-
-
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.
-
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?
-
-
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! -
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 -
-
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
-
hmm how long did u think u will need to work on it ? or is this a lot of work?
-
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.
-
{
"BlockedCrafting":
{
"Explosives": true,
This doesnt work for me ._.[DOUBLEPOST=1389647709][/DOUBLEPOST]Can no one help me??Last edited by a moderator: Jan 13, 2014 -
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 } }
-
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 -
Code:
{ "BlockedResearching": { "Explosives": true }, "BlockedCrafting": { "Explosives": true }, "BlockedBlueprints": { } }
-
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 -
Code:
{ "BlockedResearching": { "Explosive Charge": true, "Explosives": true }, "BlockedCrafting": { "Explosive Charge": true, "Explosives": true }, "BlockedBlueprints": { "Explosive Charge Blueprint": true } }