this is how my txt file looks like.. and players are still able to craft it..
Running oxide 1.18
http://prntscr.com/65g9gi
Does it means that plugin is not working? Right?
Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
http://joxi.ru/DmBRDBjHJDdpmP -
PROBLEM SOLVED.
I downloaded the plugin again and used this code:
http://oxidemod.org/threads/crafting-controller.73/page-18#post-49244
Everythings okay now. Thanks. -
Reneb updated Crafting Controller with a new update entry:
Oxide 2.0
-
Do you have 1.18 version?
-
Wulf Community Admin
Last edited: Apr 15, 2015 -
:/ i tried that
Attached Files:
-
-
Wulf Community Admin
-
-
hello guys i need help for this..
i need remove sleeping bags and beds in my server..
i have oxide 1.18 i search for this and i find only crafting controller but crafting controller work it only for oxide 2.0? -
http://oxidemod.org/plugins/crafting-controller.6/history
version dev 1.1b is compatible 1.18 -
tnx reneb
but i dont know how work this plugin.. :/ you can help me?
-
Code:
{ "Blueprints: Block List": [], "Crafts: Block List": [ "Sleeping Bag", "Bed" ], "Messages: Block Blueprint": "This blueprint has been disabled.", "Messages: Block Craft": "Crafting this item has been blocked.", "Messages: Block Research": "Researching this item has been blocked.", "Researching: Block List": [] }
-
that config is for Oxide 2.0 not 1.18
-
My bad, copied and pasted the wrong one!
[DOUBLEPOST=1429102559][/DOUBLEPOST]Code:{ "blockresearchmessage":"Researching this item has been blocked.", "blockcraftingmessage":"Crafting this item has been blocked.", "blockblueprintmessage":"This blueprint has been disabled.", "BlockedResearching":[], "BlockedCrafting":["Sleeping Bag", "Bed"], "BlockedBlueprints":[] }
-
i use jedis table tool and work it perfect now..
tnx for all guys.. realy tnx..
-
This plug in is not stopping the research or crafting of Explosive charge or Explosive. i am running oxide 2.0 and i have valid json and i even tried the txt files but nothing works
-
show us your config
-
Code:
{ "Blueprints: Block List": { "Explosive Charge": true, "Explosives": true }, "Crafts: Block List": { "Explosive Charge": true, "Explosives": true }, "Messages: Block Blueprint": "This blueprint has been disabled.", "Messages: Block Craft": "Crafting this item has been blocked.", "Messages: Block Research": "Researching this item has been blocked.", "Researching: Block List": { "Explosive Charge": true, "Explosives": true } }
-
Wulf Community Admin
Code:{ "Blueprints: Block List": [ "Explosive Charge", "Explosives" ], "Crafts: Block List": [ "Explosive Charge", "Explosives" ], "Messages: Block Blueprint": "This blueprint has been disabled.", "Messages: Block Craft": "Crafting this item has been blocked.", "Messages: Block Research": "Researching this item has been blocked.", "Researching: Block List": [ "Explosive Charge", "Explosives" ] }
Attached Files:
-