A lightweight, beginner-friendly framework that demonstrates how to use MineScript smoothly and effectively on multiplayer servers. It also serves as a small workshop/memo for organizing and building MineScript-based automation.
MineScript is a client-side scripting interface that allows external programs to interact with Minecraft. For official documentation and details, visit the MineScript website: https://minescript.net/
- Keyboard input detection with
pynput, allowing controls even when the game window is not focused. - A clean class designed for inheritance, making it easy to integrate your own MineScript macros.
- Simple Play / Pause / Terminate flow control over tasks.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).