1. I use instacraft, is there a way to limit very fast crafts for example someone crafting a million rocks can lag the server ... any thoughts?
     
  2. Wulf

    Wulf Community Admin

    Yes, you'd need to hook into OnItemCraft or something and store the last time they tried to craft.
     
  3. Solved with CraftBlocker plugin. Thanks.
    [DOUBLEPOST=1473628289][/DOUBLEPOST]BTW the OnItemCraft hook doesnt work very well, if a player bulk crafts 1000 rocks for example it will only trigger once.