This is a module for the ChatTriggers mod for Minecraft.
It automatically detects and solves QUICK MATHS and QUICK CHESS events in Minecraft chat.
- Detects chat messages like:
"QUICK MATHS! Solve: 7 x (4 + 3)" - Instantly sends the result back to the chat.
- Detects chat-based chess puzzles.
- Uses a Node.js backend (with chess.js) to find checkmate-in-1 solutions.
- Sends the correct move in chat automatically.
- Minecraft with the ChatTriggers mod installed
- Node.js installed on your system (for the chess solver)
- Place this module in your ChatTriggers modules folder:
%APPDATA%.minecraft\config\ChatTriggers\modules\- Open a terminal and install the Node.js dependency:
Windows:
cd %APPDATA%\.minecraft\config\ChatTriggers\modules\tools\chess-solver
npm install- Launch Minecraft or run /ct reload.
Make sure you have Node.js installed and available in your system's PATH.