Rule-based chat automation mod for Fabric. Create triggers that react to incoming chat or system messages and respond with configurable messages or commands using randomized delays.
ChatLogic is a Fabric client-side utility mod for rule-based chat automation. It monitors incoming chat messages and automatically sends configured responses or commands when specific text appears.
When a message matches a rule’s trigger text, a response is scheduled and sent after a random delay within the rule’s defined range. If multiple responses are configured, one is selected randomly.
The mod is fully client-side, server-safe, and focused on precise, predictable behavior.
ChatLogic is configured in-game using Mod Menu or via the config file located in .minecraft/config/chatlogic.json
Each rule consists of:
match -> resp1|resp2|resp3 @min-max
apple -> orange @100-500
hello -> hi|yo|sup @200-800
joined the game -> welcome @500-500
If a response starts with /, it is sent as a command instead of a chat message.
This is the first release, and I plan to add more features as I keep working on it.
Conversation