Tags
Creators
Details
1.0
Compatibility
Changes

🚀 AutoMeow+ v1.0 - Initial Release
A tiny mod to automatically meow back to your fellow catsies in server chat! Enhanced from the original concept with tons of new features.
🎯 Core Features
Smart Auto-Reply System
- Intelligent detection - Responds when "meow" is detected in chat
- Anti-spam protection - Message cooldowns and requirements prevent chat flooding
- Channel detection - Automatically works in guild, party, coop, and all chat (Hypixel)
- Echo prevention - Smart quiet windows prevent infinite reply loops
Customizable Experience
Complete control over your cat sounds:
- Custom replies - Add, remove, or reset reply variations (mrow, purr, nya, etc.)
- 13 built-in variations - Default cute cat sounds out of the box
- Achievement system - Track your meow count with milestone celebrations (10, 25, 50, 100+ meows)
- Persistent stats - Your meow count saves between sessions
Audio & Visual Effects
Immersive cat interactions:
- Cat sound effects - Authentic meows with randomized pitch and volume
- Heart particles - Spawns hearts around players who meow
- Smart detection - Plays sounds for all cat-like sounds (mer, mrrp, nya)
- Configurable volume/pitch - Adjust base values and jitter amounts
✨ Configuration Options
In-Game Commands
Full command-line control:
/automeow- Display current status/automeow toggle/on/off- Enable/disable the mod/automeow messages <0-10>- Set message requirement before auto-replying/automeow cooldown <0-30>- Configure quiet period (seconds)/automeow addreply <text>- Add custom reply (max 50 characters)/automeow removereply <text>- Remove a custom reply/automeow listreplies- View all current replies/automeow resetreplies- Reset to 13 default replies/automeow sound [on|off]- Toggle cat sound effects/automeow hearts [on|off]- Toggle heart particle effects/automeow chroma- Toggle chroma badge (requires Aaron-mod)/automeow meows- View your total meow count
Mod Menu Integration
GUI configuration screen (requires Mod Menu + Cloth Config):
- Visual toggle switches for all features
- Slider controls for message requirements
- Number input for cooldown timing
- Real-time preview of settings
Aaron-mod Chroma Support
Optional animated rainbow badge:
- Integrates with Aaron-mod's chroma_text pack
- Animated [AutoMeow+] prefix in chat
- Automatic detection and fallback to pastel pink
🔧 Technical Details
Clean Code Architecture
- Modular event handlers (chat, commands, tick events)
- Separated command builders (toggle, effects, config, replies, stats)
- Reduced cyclomatic complexity with extracted methods
- Follows checkstyle guidelines (one statement per line)
Performance Optimized
- Client-side only - no server installation needed
- Event-driven architecture for efficiency
- Minimal performance impact
- Config auto-saves on game close
Smart Detection System
- Pattern matching for "meow" and cat sounds (mer, mrrp, nya, mraow, mreow, mew)
- Hypixel channel detection (guild, party, coop chat)
- Player resolution with distance-based nearest match
- UUID-based self-message filtering
📥 Installation
Required Dependencies:
- Fabric Loader ≥0.17.3
- Fabric API (any version)
- Minecraft 1.21.10+
Optional for GUI:
- Mod Menu (for settings button)
- Cloth Config (for visual config screen)
Optional for Chroma:
- Aaron-mod (for animated rainbow badge)
Download AutoMeow+-1.0.jar and place it in your .minecraft/mods/ folder.
🎮 First-Time Setup
- Join any server or singleplayer world
- Type
/automeowto see current status - Configure your preferences with commands or Mod Menu
- Start meowing! :3
💾 Configuration File
Settings automatically save to config/automeow.json:
{
"enabled": true,
"chroma": false,
"playSound": true,
"heartsEffect": true,
"messagesRequired": 3,
"quietAfterSendMs": 3500,
"customReplies": ["mroww", "purr", "meow :3", ...],
"meowCount": 0
}
🌟 Why AutoMeow+?
- ✅ Highly configurable - 15+ in-game commands and GUI options
- ✅ Feature-rich - Sounds, particles, achievements, custom replies
- ✅ Lightweight - Client-side only, minimal performance impact
- ✅ Smart - Anti-spam, channel detection, echo prevention
- ✅ Privacy-focused - All data stored locally
🐱 Credits
Developer: Knabbiii
Original Concept: Rhynohowl - Original AutoMeow
Enhanced with customizable replies, achievement tracking, improved channel detection, sound effects, particle effects, and comprehensive configuration options.
🌟 Join KnabbiiiCraft!
Experience AutoMeow+ on our CraftAttack-inspired server!
Where this mod was born and tested - join our community!
Download now and start meowing with your fellow catsies!
Made with ❤️ for cat lovers and the Minecraft community 🐱
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qxedDq2N:XURX387I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qxedDq2N:XURX387I"
}

