Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 848 Bytes

File metadata and controls

19 lines (12 loc) · 848 Bytes

minescript-client-workshop

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/


Features

  • 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.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).