1. Hello,

    I have the plugin that prevents items from being crafted if your inventory is full but Crafting Controller has a bug where you can click the items image and it will still craft instant.

    Is there a way to limit the time items are on the floor for?
     
  2. Wulf

    Wulf Community Admin

    Have you tried Craft Spam Blocker?
     
  3. I am using that, It works fine if you choose to craft a mass amount of items. When your inventory is full it will just cancel the crafting, for some strange reason it ignores if you craft the items using the quick craft icon so people can just spam the icon and it will ignore the plugin... The plugin will spam saying your inventory is full but it will still craft.

    It's the same with Crafting Controller, You can have 25% increase in speed but if you click the items image it will be instant craft.

    I was thinking the solution for now would be to limit the time the items are on the floor to prevent the server crashes.
    [DOUBLEPOST=1486149886][/DOUBLEPOST]I will try and edit the plugin and keep track of the players spamming a lot by editting Craft Spam Blocker.

    Code:
    private Dictionary<BasePlayer,int> craftTracker= new Dictionary<BasePlayer,int>();
    Is there a way to reset someones tracker in the above Dictionary after x amount of time? So they get 20 chances and then after 60 seconds deletes them and gives them 20 chances again. If they continue spamming I will do an auto kick.