ChatLogic
ModMIT

ChatLogic

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.

32
Downloads
1
Followers
2 months ago
Updated
📦
1
Versions

📖About ChatLogic

ChatLogic

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.


Configuration

ChatLogic is configured in-game using Mod Menu or via the config file located in .minecraft/config/chatlogic.json

Each rule consists of:

  • Trigger text to match in chat
  • One or more responses
  • A minimum and maximum delay before responding
  • Response type (chat message or command)

Rule syntax

match -> resp1|resp2|resp3 @min-max

Examples

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.


Dependencies

  • Fabric API
  • Cloth Config
  • Mod Menu (optional, for UI)

This is the first release, and I plan to add more features as I keep working on it.