AutoMeow

Quick rating

Community listing page, reviews here may not be monitored by the author.

AutoMeow

By RhynohowlOwner

No reviews yet

A tiny client-side Fabric mod that automatically replies “meow” in chat when someone says “meow”. Works on Vanilla and Hypixel!

Mod Loaders
Minecraft
26.2

About

Description

AutoMeow

A tiny client-side Fabric mod that automatically replies “meow” in chat when someone says “meow”.
Works on vanilla servers and Hypixel (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).
  • No ping-pong/loopbacks – quiet window after sending, and after you type “meow”.
  • 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.
  • Toggleable at runtime with a pretty badge.
  • Persistent settings saved to config/automeow.json.
  • Optional chroma badge integration with Skyhanni’s chroma (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 (requires Skyhanni)
/automeow hearts Enable/disable heart particles
/automeow sound Enable/disable cat meow sound
/automeow face Enable/disable :3 at end of reply message
/automeow channels Enable/disable specific hypixel channels
/automeow stats View total meows sent
/automeow say Select reply preset

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.

ModMenu is also supported. I'd recommend using that over the commands system as it is way easier to navigate.


Optional chroma (Skyhanni)

If Skyhanni is installed and its built-in chroma is enabled, /automeow chroma switches the [AutoMeow] badge to animated chroma.


Credits

Skyhanni Used for their chroma text <3

AaronMod Used in older versions of AutoMeow for their chroma text <3


Install

  1. Install Fabric Loader and Fabric API for your desired version (cloth config required in 26.2+).
  2. Drop automeow-*.jar into .minecraft/mods/.
  3. Launch the game.

Build from source

# Windows
gradlew.bat build

# macOS/Linux
./gradlew build