About Command Spam Blocker
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!" } }