CmdSpam
Automatically send a chat message or command at a fixed tick interval — fully client-side.
CmdSpam is a lightweight, client-side Fabric mod that repeatedly sends a message or command of your choice to the chat, with a delay you control in game ticks. Perfect for repetitive server commands like /sellall, /fix, /near, advertising your shop in chat, or any task where you'd otherwise be typing the same thing over and over.
✨ Features
- 🔁 Auto-send any message or command — if your text starts with
/, it is sent as a command; otherwise it's sent as a normal chat message - ⏱️ Precise tick-based timing — set the interval in game ticks (20 ticks = 1 second), from as fast as every single tick to as slow as you want
- 🖥️ 100% client-side — works on any server, no server-side installation needed; the
/spamcommand itself is handled entirely by your client and is never sent to the server - 🪶 Lightweight — no mixins, no config files, no background overhead when not running
- 🛑 Smart pausing — automatically stops counting while you're not in a world (menus, loading screens) so nothing is sent at the wrong time
📋 Commands
| Command | Description |
|---|---|
/spam text <message or /command> |
Set the text to send (e.g. /spam text /sellall or /spam text Visit my shop!) |
/spam tick <ticks> |
Set the delay between sends in ticks (20 ticks = 1 second, default: 20) |
/spam start |
Start auto-sending |
/spam stop |
Stop auto-sending |
/spam toggle |
Toggle on/off |
/spam status |
Show current text, interval and running state |
🚀 Quick start
- Install Fabric Loader for Minecraft 1.21.11
- Put CmdSpam and Fabric API in your
modsfolder - In game:
This sends/spam text /sellall/spam tick 100/spam start/sellallevery 5 seconds. Run/spam stopto stop.
📦 Requirements
- Minecraft 1.21.11
- Fabric Loader
- Fabric API
- Java 21+
⚠️ Disclaimer
Many servers restrict or prohibit automated chat messages and macros in their rules. Using this mod may violate server rules and can result in a mute or ban. Use responsibly and only where automation is allowed. You are solely responsible for how you use this mod.

