This might just be me, but as owner with assigned permission I can't seem bulkcraft at all.
Seems to be working for every other player lol
LimeBench [Unmaintained]
Discussion in 'Plugin Support' started by Deicide666ra, Jun 19, 2015.
-
-
-
My console is no stopped spammed with
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 10.001 ms
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 11.0011 ms
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 10.001 ms
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 11.0011 ms
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 10.001 ms
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 11.0011 ms
[Oxide] 9:23 PM [Info] [L.I.M.E. Bench] Warning: Bulkcraft took 10.001 ms -
Try this version FTM and tell me what outputs in the console.. Not sure what's going on.. Haven't seen this and I'm not sure how it can happen...?
-
I've changed all of the value to 0, and it still doesnt work. Can anyone help??
-
-
-
Did you use the official version or the last I posted here on the thread? That last one had one too many chars I think and didn't compile. -
Just a heads up, we had several server crashes today. We unloaded all the plugins and checked configs.
We found that when items that were Bulk Craft black listed were crafted that it caused a CPU spike that eventually crashed the server.
We removed the two items in the black list (Explosives) and we have not had any crashes or CPU spikes since.
We also tested crafting those items in batches of 999, it instacraft as expected but then crashed, -
I've been using bulk on my server for a long time and never had such issues. I have nothing blacklisted though. -
keys didnt work on my server later I did stack size 0 for keys and it worked but now I get this error when crafting key, (I tried 1 and it didnt work)
[Oxide] 10:30 PM [Error] Failed to call hook 'OnItemCraft' on plugin 'LimeBench v1.1.1' (DivideByZeroException: Division by zero)
[Oxide] 10:30 PM [Debug] at Oxide.Plugins.LimeBench.AdjustCraftingTime (.BasePlayer player, .ItemBlueprint bp, .ItemCraftTask task) [0x00000] in :0
at Oxide.Plugins.LimeBench.OnItemCraft (.ItemCraftTask task) [0x00000] in :0
at Oxide.Plugins.LimeBench.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in :0
[Oxide] 10:30 PM [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'LimeBench v1.1.1' (DivideByZeroException: Division by zero)
[Oxide] 10:30 PM [Debug] at Oxide.Plugins.LimeBench.AdjustCraftingTime (.BasePlayer player, .ItemBlueprint bp, .ItemCraftTask task) [0x00000] in :0
at Oxide.Plugins.LimeBench.OnItemCraft (.ItemCraftTask task) [0x00000] in :0
at Oxide.Plugins.LimeBench.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in :0
TY, -
Post your config Burak
-
{
"Authorizations": {
"benchMultiplierAuthLevel": 0,
"craftingMultiplierAuthLevel": 0
},
"Blacklists": {
"benchMultiplierBlacklist": [],
"bulkCraftBlacklist": [],
"craftingMultiplierBlacklist": []
},
"Crafting": {
"benchMultiplier": 0.5,
"craftingMultiplier": 0.75,
"gunpowderMultiplier": 1.0
}
} -
You said you set stack size to 0? Why O why? I assume this is the problem here, the plugin checks stack size before creating anything to make sure there is enough space so it's probably dividing by your 0 stack size. Did you reload your stack size plugin? Might want to do a server reboot and see what happens.
-
-
-
-
-
Ty,