The plugin has no provision for that right now. I guess it could be added but I wasn't aiming at making a full crafting controller with this. It was meant to just be a Legacy workbench reimplementation, but I added global crafting modifiers in it as well. There are other plugins that control the speed and craftability of items, although I don't know if they would be compatable.
Worse case there's ItemConfig that allows you to alter blueprint times.
LimeBench [Unmaintained]
Discussion in 'Plugin Support' started by Deicide666ra, Jun 19, 2015.
-
Hey, can you help me?
When I am near a cupboard and I try to craft something it doesn't bulkcraft but it insta-crafts.
[DOUBLEPOST=1442434273][/DOUBLEPOST]
File:
Code:{ "Authorizations": { "benchMultiplierAuthLevel": 0, "bulkCraftAuthLevel": 0, "craftingMultiplierAuthLevel": 0 }, "Blacklists": { "benchMultiplierBlacklist": [], "bulkCraftBlacklist": [], "craftingMultiplierBlacklist": [] }, "Crafting": { "benchMultiplier": 0.0, "bulkCraft": 9000, "craftingMultiplier": 0.0, "gunpowderMultiplier": 0.0 } }
-
[DOUBLEPOST=1442434981][/DOUBLEPOST]
[DOUBLEPOST=1442435395][/DOUBLEPOST] -
0= Bulkcraft is disabled
1= Bulkcraft is enabled but only works inside tool cupboard authorized ranged (any cupboard, doesn't need to be the main one)
2= Bulkcraft works everywhere
In any and all cases bulkCraftAuthLevel is checked vs the player's authlevel, if the authlevel of the user is not at least the value set in the config, Bulkcraft will be disabled for that user (ignoring the Bulkcraft setting). -
Decide666ra, been getting some crazy time warning for Lime Bench in the console. At the time of them there seems to be a slight lag spike.
Not sure if this a coincidence or something wrong with the plugin. -
Sup mate, been running it with no prob on my end. I know there are the new pumpkins that had no mats or craft time and they could be used to flood, making a pseudo ddos.. This might pop in limebench... But its not a limebench issue per say..
-
-
BulkCraft no longer seems to work on the recent update. No errors from what I can see.
-
thanks for the report i will look into it later tonight
-
-
Just for the record, did you toy with the permissions? The new version uses permissions for Bulk craft... you can get them to the "player" group to allow everyone to use it.
Code:To grant them to all players: oxide.grant group player limeBenchBulk oxide.grant group player limeBenchBulkNoCup
-
[DOUBLEPOST=1446778199][/DOUBLEPOST]It was working with the recent LimeBench update and permissions. But since the update tonight only Instacraft seems to work. -
So I tested this.. and it's working fine on my end. Make sure you have your permissions and groups right, I don't think the plugin is the issue.
-
I'm getting this error.
Also, when I enable permissions for the "player" group, it disables instant crafting regardless of the settings in the config file.Attached Files:
Last edited by a moderator: Nov 6, 2015 -
-
Yeah we arent able to bulk craft either, keeps saying to try a smaller amount
-
Alright yeah I got that problem here too, gonna try and fix.
-
-
Ok, I can't figure it out. How can I enable instant craft + bulk craft on everything except for gunpowder?
-
Put gunpowder in all 3 blacklists like this:
Code:{ "Authorizations": { "benchMultiplierAuthLevel": 0, "craftingMultiplierAuthLevel": 0 }, "Blacklists": { "benchMultiplierBlacklist": ["gunpowder"], "bulkCraftBlacklist": ["gunpowder"], "craftingMultiplierBlacklist": ["gunpowder"] }, "Crafting": { "benchMultiplier": 0.3, "craftingMultiplier": 0.5, "gunpowderMultiplier": 1.0 } }
-
I swear I did that, but copy and pasting yours did the trick . . . Thanks a lot man, appreciated.