Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
9mm pistol is still showing up on my server's crafting list. Any ideas?
Code:{ "BlockedBlueprints": { "Explosive Charge Blueprint": true, "M4 Blueprint": true, "MP5A4 Blueprint": true, "F1 Grenade Blueprint": true, "Shotgun Blueprint": true, "Bolt Action Rifle Blueprint": true "9mm Pistol Blueprint": true }, "BlockedResearching": { "Explosive Charge": true, "M4": true, "MP5A4": true, "F1 Grenade": true, "Shotgun": true, "Bolt Action Rifle": true, "9mm Pistol": true }, "BlockedCrafting": { "Explosive Charge": true, "M4": true, "MP5A4": true, "F1 Grenade": true, "Shotgun": true, "Bolt Action Rifle": true, "9mm Pistol": true } }
-
There is no way to remove it from the list. You can not craft it though.
-
So I managed to block the crafting of some items, but somehow blocking researching seems to not work. Does anyone know what I could have done wrong? It look like this now.
{
"BlockedCrafting": {
"Explosive Charge": true,
"M4": true,
"F1 Grenade": true,
"Bolt Action Rifle": true,
},
"BlockedBlueprints": {
"Explosive Charge Blueprint": true,
"M4 Blueprint": true,
"MP5A4 Blueprint": true,
"F1 Grenade Blueprint": true,
"Shotgun Blueprint": true,
"Bolt Action Rifle Blueprint": true
},
"BlockedResearching": {
"Explosive Charge": true,
"Explosive": true,
"M4": true,
"F1 Grenade": true,
"Bolt Action Rifle": true,
}
} -
There's an extra comma at the very end of the BlockedResearching that you don't need (after the Bolt Action Rifle) line.
-
-
I can research the kevlar equipment - it says "You can now craft ..." and at the same time it says that its blocked but the kevlar things will apear in the list.
{
"BlockedResearching":
{
"Explosive Charge": true
"M4": true
"MP5A4": true
"Shotgun": true
"Kevlar Helmet": true
"Kevlar Vest": true
"Kevlar Pants": true
"Kevlar Boots": true
}
"BlockedBlueprints":
{
"Explosive Charge": true
"P250": true
"M4": true
"MP5A4": true
"Shotgun": true
"Kevlar Helmet": true
"Kevlar Vest": true
"Kevlar Pants": true
"Kevlar Boots": true
}
"BlockedCrafting":
{
"Explosive Charge": true
"Hatchet": true
"9mm Pistol": true
"P250": true
"M4": true
"MP5A4": true
"Shotgun": true
"Kevlar Helmet": true
"Kevlar Vest": true
"Kevlar Pants": true
"Kevlar Boots": true
}
} -
Hi,
I appear to be having the same issue with the researching part, it pops up with 2 messages at the same time, one saying you can craft it, second that is is blocked.
I have checked and double checked my files and from what I can see all appear to be correct?
Loading plugins...
3 items have been blocked from crafting
8 items have been blocked from researching
2 blueprints have been disabled
and
{
"BlockedCrafting":
{
"Explosive Charge": true,
"F1 Grenade": true,
"Bolt Action Rifle": true
},
"BlockedResearching":
{
"Explosive Charge": true,
"F1 Grenade": true,
"Bolt Action Rifle": true,
"Explosives": true,
"M4": true,
"Shotgun": true,
"P250": true,
"MP5A4": true
},
"BlockedBlueprints":
{
"Explosive Charge Blueprint": true,
"F1 Grenade Blueprint": true
}
}
Thanks -
I have noticed on a few clients servers that when you install this plugin it wipes the map but leaves the players inventories in tact.
Just wondering if you have noticed this as well -
Hi @-uK,
that's more likely the general bug with starting a server and then stopping it, that's probably what your clients did. If you stop a server before the map was loaded the save-file is replaced with a 0 Kb one (aka, it's empty). I've reported this in the very early alpha, but Garry just made a workaround for now which is "backup" save.files (5 I think) -
I have now warned clients of this issue, hopefully we won't see it occur again -
@-uK I have found that adding a stopping delay will also greatly reduce this from happening. Other than that, let's keep it on topic here. (Oops, just noticed, we're drifting off)
-
is there a reason after the update, oxide still runs but my crafting and loot tables are disregarded?
-
Please fix the crafting table, alot of server relies on these.
-
So when I put an entry into the Blocked Blueprint is the proper syntax the name of the game item?
For instance if I wanted to block 9mm Pistol. Would The line be "9mm Pistol BP": true ?
The reason I ask is none of my entries have the BP at the end of the name and the zombies are still spawning Blueprints even though they are not on my loot table. -
Is the crafting controller working properly now? There hasnt been an update since the last Rust update.
-
Mine errors out on trying to load it.
-
Can you post the error?
-
-