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?
Stopping item spam?
Discussion in 'Rust Discussion' started by Nathan 3, Feb 3, 2017.
-
Wulf Community Admin
Have you tried Craft Spam Blocker?
-
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>();