why dont work?
![]()
Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
Code:
{ "BlockedBlueprints": { "Explosive Charge BP": true }, "blockcraftingmessage": "Crafting this item has been blocked.", "BlockedResearching": { "Explosives": true, "Research Kit 1": true, "Explosive Charge": true }, "BlockedCrafting": { "Explosives": true, "Research Kit 1": true, "Explosive Charge": true }, "blockblueprintmessage": "This blueprint has been disabled.", "blockresearchmessage": "Researching this item has been blocked." }
-
As I use the exact same JSON and it works fine. -
adc - air drop controller
DH - death handler
s3r4help - my plugin. chat help (/help) - use text only
plugins that use Kraft - dont have[DOUBLEPOST=1396976203,1396873760][/DOUBLEPOST]pls help -_- -
-
write later -
same
I have no extra plugins
[DOUBLEPOST=1397625026][/DOUBLEPOST]
Code:{ "BlockedCrafting": {"Sleeping Bag": true},"BlockedBlueprints": {},"BlockedResearching": {},"blockblueprintsmessage": "This blueprint has been disabled.", "blockresearchmessage": "Researching this item has been blocked", "blockcraftingmessage": "Crafting this item has been blocked." }
Last edited by a moderator: Apr 16, 2014 -
Is there a way to modify the materials required to craft an item?
For instance, a Large Wood Crate requires 60 wood, could I change it to 60 Paper? -
So far the plugin is working great on my server. I'm familiar with JSON so it was fairly easy to whip up a config setup. I'm posting it here for anyone who's having trouble that part.
(I guess I can't post code snippets for some reason). -
Code:
Code tags work fine.
-
-
-
okay so i want to disable the usage of explosives on my server, does this look right? (just making sure) Thanks
Edit: Seen my mistake, it works ^_^ here's my functioning config for anyone that needs a reference. Also can "Explosives" be found as Blueprints? should i add that to??
Code:{ "BlockedResearching":{ "Explosive Charge": true, "Explosives": true, "F1 Grenade": true }, "blockresearchmessage":"Researching this item has been blocked.", "blockblueprintmessage":"This blueprint has been disabled.", "blockcraftingmessage":"Crafting this item has been blocked.", "BlockedCrafting":{ "Explosive Charge": true, "Explosives": true, "F1 Grenade": true }, "BlockedBlueprints":{ "Explosive Charge Blueprint": true, "F1 Grenade Blueprint": true } }
Last edited by a moderator: Jun 11, 2014 -
[Oxide] craftingcontroller: [string "craftingcontroller.lua"]:101 - Invalid argument 1 to rust.NetUserFromNetPlayer (expecting uLink.NetworkPlayer, got string)
-
[Oxide] craftingcontroller: [string "craftingcontroller.lua"]:101 - Invalid argument 1 to rust.NetUserFromNetPlayer (expecting uLink.NetworkPlayer, got string)
Help! -
@thomasfn Anyway to give this a quick update so that a separate crafting message can be generated based on the item they are trying to craft/research. This is so that for each item we can provide a bit of a better explaination or story of why it is not craft/researchable.
-
Wulf Community Admin
-
Is anyone able to slightly modify this plugin? Painfully he is well.
We have to change that to a player having FLAG "All" could craft without problems and explore prohibited items.
Who can please do, I would have done if he'd know lua.