Haven't had this experience? I didn't don't have bulkcraft on my server though?
LimeBench [Unmaintained]
Discussion in 'Plugin Support' started by Deicide666ra, Jun 19, 2015.
-
Hmm dam, without bulkcraft it wasnt super instant craft which is awesome
-
-
Any chance you could take a look at it with bulkcraft when you have a moment?
-
-
will this conflict with the instacraft plugin? I would like to have all items instant except explosives. I changes all the "gunpowder" in .json to "explosives" so it would alter explosives not gunpowder.
BUT, it is still instant craft? Can anyone help? -
Code:{ "Authorizations": { "benchMultiplierAuthLevel": 0, "bulkCraftAuthLevel": 0, "craftingMultiplierAuthLevel": 0 }, "Blacklists": { "benchMultiplierBlacklist": [ "explosives" ], "bulkCraftBlacklist": [], "craftingMultiplierBlacklist": [ "explosives" ] }, "Crafting": { "benchMultiplier": 0.0, "bulkCraft": 0, "craftingMultiplier": 0.0, "gunpowderMultiplier": 0.0 } }
You don't need to run any other crafting plugins with this (you mention an instacraft plugin, unclear if you mean setting or another plugin altogether?).
You can enable bulkCraft too if you wish, this is "just" instacraft. Having the explosives in the blacklists will just have these use the default values. -
-
Well im not sure they can be used together... lime alrsady handles insta... but i dont have a blacklist for bps
-
Hey deicide666ra I was thinking about the issue with bulkcraft and how it does the inventory clothing as just the vanilla clothing when you make it.
Would a work around be making a bulkcraft "whitelist" possible? -
-
-
-
(18:05:28) | [Oxide] 4:05 PM [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'LimeBench v1.0.8' (Exception: failed to get stack size for wall.external.high.stone)
-
-
Ah ha! thanks man perfect.
-
Added a time warning if bulk crafting takes more than 10 ms to execute (please report any occurrence of this to the author)
Says could not bulkcraft high external stone wall x999 try a smaller amount but works for other things. I want to be able to craft 999 because our stacksizes are 1bill -
Is bulkcraft like instacraft a stack of 999 bullets for example? Because its enabled on my server but it still crafts every bullet seperate instead of crafting the stack of 999 in one time
-
[DOUBLEPOST=1440818489][/DOUBLEPOST] -
Thx for the reply, I have an insanely large stack amo stack size though
Anyway here is my config:
Code:{ "Authorizations": { "benchMultiplierAuthLevel": 0, "bulkCraftAuthLevel": 0, "craftingMultiplierAuthLevel": 0 }, "Blacklists": { "benchMultiplierBlacklist": [], "bulkCraftBlacklist": [], "craftingMultiplierBlacklist": [] }, "Crafting": { "benchMultiplier": 0.0, "bulkCraft": 0, "craftingMultiplier": 0.0, "gunpowderMultiplier": 0.0 } }