Search the Community
Showing results for tags 'antispam'.
-
Version 1.1.3
194 downloads
Drop Bags tracks items dropped into the rust world. When there are high-volume drops, they are combined into a single “drop bag.” This method enhances performance by streamlining the handling of item drops and reducing item physics. Stop server stalls and freezing from item spam Works on craft spam, dropped item spam, gutted shark spam and horse dung! Light weight and easy to use Easy config DropBags uses one light weight hook to track dropped items. Dependent on how many items are dropped in a given radius those items get placed into a drop bag. This stops mass item spam effecting your server performance. { "Area Size - How far away items can be moved into a container": 7, "Max drops before moving items to container": 36, "Time to wait before moving items": 5.0, "Vischeck - checks items are visable before moving to container": true, "Calculate despawntime from drop bag items": true, "Reset dropbag despawn time on loot": false, "Override drop bag despawn time (seconds), 0 = false": 0.0 }$11.99- 2 comments
- 1 review
-
- 1
-
- #dropbags
- #drop bags
- (and 26 more)
-
Version 1.0.0
42 downloads
The purpose of creating this plugin is that if an admin is not online, you can grant this permission to a trusted player, trial mod, or admin to kick any player from the server. Command : /kick <playername> <kickmessage> Permissions : adminkick.use : grant permission anyone to use.Free -
Version 1.0.0
203 downloads
Prevents spamming of chat & console commands perfect for players abusing plugins excessively! Includes Debugging issues for any configuration mishaps! Example of adding GUIShop: "Add commands to block ( Must be lowercased do not add the slash! / ) ( 3 = Block Both | 1 = Block Chat | 2 = Block Console )": { "shop": 3, "shop.buy": 2, "shop.sell": 2, }, ## Configuration { "Add commands to block ( Must be lowercased do not add the slash! / ) ( 3 = Block Both | 1 = Block Chat | 2 = Block Console )": { "command": 3 }, "Sets the time between command usage": 3.0, "Sets the max accumulated cooldown time limit before kicking the player if they keep trying to spam": 120.0, "Exclude players from being blocked ( Add their steam 64 id's to the list )": [ 4678678647, 4678678678 ], "Message Responses": { "( Chat Icon ) Just insert a valid steam 64 ID to set": 0, "CommandBlocked": "You are on command cooldown, try again in {0} seconds", "KickReason": "Kicked for excessive command spam!" } }Free