AutoMeow
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:

  1. Options → Resource Packs → ensure “aaron-mod/chroma_text” is enabled and at the top.
  2. Disable other packs that override text shaders.
  3. Click Done to reload resources.

Install

  1. Install Fabric Loader and Fabric API for 1.21.5 OR 1.21.10.
  2. Drop automeow-*.jar into .minecraft/mods/.
  3. Launch the game.

Build from source

# Windows
gradlew.bat build

# macOS/Linux
./gradlew build