In Minecraft 26.1.2, commands and chat messages share a single spam throttler. This means using commands quickly — tab-completing, running rapid commands — counts against your chat limit. Send too many and the server kicks you for "spam," even though you never typed a chat message.
Mojang fixed this in 26.2-pre-1 by splitting the throttle into two independent buckets. This mod backports that fix to 26.1.2.
After first launch, two new lines appear in your server.properties:
command-spam-threshold-seconds=10
chat-spam-threshold-seconds=10
The default of 10 matches vanilla behavior. Each value controls how many messages/commands a player can burst-send before getting kicked. Set to 0 to disable throttling for that category.
| Value | Burst Before Kick | Effect |
|---|---|---|
| 0 | Unlimited | Throttle disabled |
| 1 | ~1 | Very strict |
| 10 | ~10 | Vanilla default |
| 20 | ~20 | Relaxed |
Drop the JAR into your server's mods/ folder. No client-side installation required.