All I could tell you is to try updating then. If the plugin doesn't start, there'd be a reason why, and an error would be given.
Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
Wulf Community Admin
-
-
1:40 AM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:65 - 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)
-
The easiest 'trick' to research a research kit is just to hold Shift. -
BlockedCrafting
Research Kit 1
't work.
what to do?
Code:{ "BlockedCrafting": {"Research Kit 1": true},"BlockedBlueprints": {},"BlockedResearching": {},"blockblueprintsmessage": "This blueprint has been disabled.", "blockresearchmessage": "Researching this item has been blocked", "blockcraftingmessage": "Crafting this item has been blocked." }
-
I've been using this plugin for a while now and it works great.
-
-
I'm having trouble getting this plugin to work....i've tried modifying the script acouple time and still no effect. What am I doing wrong?
{
"BlockedBlueprints":
{"Explosive Charge Blueprint": true, "F1 Grenade Blueprint": true },
"BlockedCrafting":
{ "Explosive Charge": true, "F1 Grenade": true },
"BlockedResearching":
{ "Explosive Charge": true, "F1 Grenade": true }
} -
here is my config :
{
"blockresearchmessage": "Researching this item has been blocked.",
"blockcraftingmessage": "Crafting this item has been blocked.",
"blockblueprintmessage": "This blueprint has been disabled.",
"BlockedResearching": {
"Explosive Charge": true,
"Explosives": true,
"F1 Grenade": true,
"M4": true,
"MP5A4": true,
"556 Ammo": true,
"Shotgun Shells": true,
"Research Kit 1": true
},
"BlockedCrafting": {
"Explosives": true,
"F1 Grenade": true,
"M4": true,
"MP5A4": true,
"556 Ammo": true,
"Shotgun Shells": true,
"Research Kit 1": true
},
"BlockedBlueprints": {
"Explosive Charge Blueprint": false,
"Explosives Blueprint": true,
"Research Kit 1": true
}
} -
awesome i got it working, tyvvm
-
Last edited by a moderator: Mar 12, 2014
-
Are you using the Alter plugin by chance? -
{
"BlockedResearching": {
"Explosive Charge": true,
"F1 Grenade": true,
"Explosives": true,
"M4": true,
"MP5A4": true,
"Bolt Action Rifle": true,
},
"BlockedBlueprints": {
"Explosive Charge": true,
"F1 Grenade": true,
"Explosives": true,
"M4": true,
"MP5A4": true,
"Bolt Action Rifle": true,
},
"BlockedResearching": {
"Explosive Charge": true,
"F1 Grenade": true,
"Explosives": true,
"M4": true,
"MP5A4": true,
"Bolt Action Rifle": true,
}, -
Try this;
Code:{ "BlockedBlueprints": { "Bolt Action Rifle": true, "M4": true, "F1 Grenade": true, "MP5A4": true, "Explosives": true, "Explosve Charge ": true }, "blockcraftingmessage": "Crafting this item has been blocked.", "BlockedResearching": { "Bolt Action Rifle": true, "M4": true, "F1 Grenade": true, "MP5A4": true, "Explosives": true, "Explosve Charge ": true }, "BlockedCrafting": { "Bolt Action Rifle": true, "M4": true, "F1 Grenade": true, "MP5A4": true, "Explosives": true, "Explosve Charge ": true }, "blockblueprintmessage": "This blueprint has been disabled.", "blockresearchmessage": "Researching this item has been blocked." }
-
still not working . exactly where - at what line should I be putting this in ?
-
-
typical .... I'm not a computer designer and don't understand the language which is why I posted to begin with .... should have known I would just get a run-a-round instead of something I could actually understand but thanks ever so much . you really helped me out .guess this shows where asking for help gets you .
-
Also it helps if you reply to comments otherwise, no way of knowing if you reply.