Chat Words
A simple Minecraft mod that automatically replaces parts of player chat content based on configurable rules.
Features
✨ Automatic Chat Replacement - Replaces matched chat content according to your configuration
🛡️ Swear Word Protection - Can be used to filter inappropriate language
💖 Cute Chat Transformations - Or make server chat more adorable
⚙️ Easy Configuration - Simple TOML config files for defining rules
Configuration
The mod uses two config files:
cuteWords.toml- Case-sensitive matchingcuteWordsCaseInsensitive.toml- Case-insensitive matching
Wildcard Support
*matches any number of characters?matches a single character- Use
\to escape wildcards when needed
Commands
🔄 /reload - Hot-reload configuration without restarting
Limitations
❌ Cannot be used to send commands
❌ Only affects chat messages (not commands or other text)
