A Python-powered utility client for Minecraft, built on Minescript.
This project is for educational and research purposes only. Do not use on servers where it violates the Terms of Service.
- Install Fabric Loader for your Minecraft version.
- Add Fabric API and Minescript to your
modsfolder. - Place the
flameclientfolder inside yourmods/minescript/directory.
The settings manager UI requires Python and customtkinter.
- Install deps:
py -m pip install -r requirements.txt
- Launch Minecraft and join a world or server.
- Run the client’s Python process:
flame_client_menu.vbs(silent/background)- or
run_menu.bat(console mode; shows errors)
- Use the in-game Minescript GUI to open the Flame Client menu (Right Shift by default).
- Use the GUI to toggle modules, adjust settings, and reload scripts.
Pull requests are welcome. Please follow the existing code style and do not commit IDE or system files.
Report bugs or suggest features via the issue tracker. Please provide as much detail as possible.
Licensed under the GNU GPLv3. You are free to modify and distribute this code, but you must keep it open-source.
- Right Shift: Open/close the menu.
- All keybinds are customizable in the GUI.
GNU GPLv3. Free to modify and distribute, but must remain open-source.