1. 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
     
  2. I'll do some more testing tonight. I use bulkcraft as a 10 min reward on my server for voting on toprustservers and it seems to be working fine. I'm only using direct player permissions not permission groups. It might be that admins are not a subgroup of players? Might have to add permissions to the admin group?
     
  3. Yeah It might just be me, no players are complaining but anyone who is a Moderator (Rust) can't use Bulk Craft. Even if we give the permission directly to us so oxide.grant player etc....
     
  4. FTM

    FTM

    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
     
  5. 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...?
     
  6. I've changed all of the value to 0, and it still doesnt work. Can anyone help??
     
  7. You sure its getting loaded? Are you getting any errors in rcon?
     
  8. Well it should work right away if I'd put it in the plugin file is it?? Or should I restart the Server?
     
  9. No need to restart, but make sure there are no errors in rcon.. This plugin is used a lot and stable, shouldn't be any issues. I have this version live on my server and its working well.

    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.
     
  10. 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,
     
  11. Please clarify the last sentence here... You tested those items in batches of 999 with them blacklisted or not? with bulk craft on or off? It crashed when crafting or at the end of the 999?

    I've been using bulk on my server for a long time and never had such issues. I have nothing blacklisted though.
     
  12. 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,
     
  13. Post your config Burak
     
  14. {
    "Authorizations": {
    "benchMultiplierAuthLevel": 0,
    "craftingMultiplierAuthLevel": 0
    },
    "Blacklists": {
    "benchMultiplierBlacklist": [],
    "bulkCraftBlacklist": [],
    "craftingMultiplierBlacklist": []
    },
    "Crafting": {
    "benchMultiplier": 0.5,
    "craftingMultiplier": 0.75,
    "gunpowderMultiplier": 1.0
    }
    }
     
  15. 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.
     
  16. I have to do it for fix key lock or it doesnt work
     
  17. I don't understand.. the default stack size for keys is 1 and should remain so.
     
  18. The problem is about stacksizes plugin it makes keys useless and for fix it I have to do keys stack to 0 but if I do it I get error from limebench I tried to do it 1 and it didnt work
     
  19. Well IMHO that's an issue with the stack size plugin you are using, not mine. I have a stack size plugin on my server and it doesn't affect keys in any way shape or form, not sure what's going on here.
     
  20. Okay I will try it :D Ty,