1. Haven't had this experience? I didn't don't have bulkcraft on my server though?
     
  2. Hmm dam, without bulkcraft it wasnt super instant craft which is awesome :D
     
  3. lol :)
     
  4. Any chance you could take a look at it with bulkcraft when you have a moment?
     
  5. Will do
     
  6. 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?
     
  7. Try this config:

    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
      }
    }
    This will give you instacraft on everything but explosives (they will have the vanilla time).

    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.
     
  8. Well I am using the Crafting Controller plugin to make everything instant craft and also to block the crafting of Ladders.
     
  9. Well im not sure they can be used together... lime alrsady handles insta... but i dont have a blacklist for bps
     
  10. 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?
     
  11. Didn't even know it had a problem with skinned items but I could probably fix that issue instead of making a work-around. I'll take a look at it.
     
  12. Deicide666ra updated LimeBench with a new update entry:

    1.0.8

     
  13. Deicide666ra updated LimeBench with a new update entry:

    1.0.8

     
  14. (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)
     
  15. Did a second update just a few min after that fixes this (same version number)
     
  16. Ah ha! thanks man perfect.
     
  17. 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
     
  18. 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
     
  19. The way the code is made for stack sizes is I make sure what you are crafting fits in 30 slots.... should be fine with 999 if you have 1 bil stacks on high walls...?!
    [DOUBLEPOST=1440818489][/DOUBLEPOST]
    Yeah that's what it is, post your config...... and let me know what your bullet stack size is at.
     
  20. Thx for the reply, I have an insanely large stack amo stack size though :D

    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
      }
    }
    
    Ammo stack sizes are 1.000