
ModMIT
AutoMeow
A tiny client-side Fabric mod that automatically replies “meow” in chat when someone says “meow”. Built for Minecraft 1.21.5 & 1.21.10. Works on vanilla servers.
404
Downloads
2
Followers
2 months ago
Updated
📦
17
Versions
📖About AutoMeow
AutoMeow
A tiny client-side Fabric mod that automatically replies “meow” in chat when someone says “meow”.
Built for Minecraft 1.21.5 & 1.21.10. Works on vanilla servers (no server mod needed).
We now have a discord!!! (link is on the sidebar to the right :3 )
Features
- Auto-reply “meow” when “meow” appears in chat (case-insensitive, whole word).
- Your-message cooldown – replies only after you have sent 3 messages since the last auto-reply.
- Lobby/world reset – cooldown resets when you change world/hub.
- Optional chroma badge integration with Aaron-mod’s chroma text pack (off by default).
Commands
| Command | Description |
|---|---|
/automeow |
Show current status |
/automeow toggle |
Enable/disable |
/automeow on |
Enable |
/automeow off |
Disable |
/automeow chroma |
Toggle chroma badge (needs Aaron-mod + chroma_text pack) |
Additional Information
The very first “meow” after joining or changing lobby is answered instantly;
after that, AutoMeow waits until you have chatted 3 more times.
Optional chroma (Aaron-mod)
If Aaron-mod is installed and its built-in aaron-mod/chroma_text resource pack is enabled, /automeow chroma switches the [AutoMeow] badge to animated chroma.
If it appears white:
- Options → Resource Packs → ensure “aaron-mod/chroma_text” is enabled and at the top.
- Disable other packs that override text shaders.
- Click Done to reload resources.
Install
- Install Fabric Loader and Fabric API for 1.21.5 OR 1.21.10.
- Drop
automeow-*.jarinto.minecraft/mods/. - Launch the game.
Build from source
# Windows
gradlew.bat build
# macOS/Linux
./gradlew build