Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed ARR
Published last month
This mod adds a live scripting console directly into Minecraft – made by zerrissenheit. Built for developers and experimenters who want to run and test code without leaving the game.
Controls: N to open | Esc to close | Tab to switch runtime | F5 or Ctrl+Enter to run code Ctrl+O to open AI settings | Ctrl+K to generate code with AI | Ctrl+L to load saved AI script
Features:
- Python local execution
- Java execution through external JShell
- Java Ingame mode running inside the Minecraft JVM
- Lua Ingame mode with full scripting support
- C++ execution via local toolchain
- AI assistant via Ollama – type a prompt, press Ctrl+K and get code generated instantly
- Ready bindings in Ingame modes: mc, player, level
- Live output panel for print output, errors, and execution status
Runtime requirements:
- Python (Local): requires Python in PATH
- Java (JShell): requires a JDK with JShell in PATH
- Java/Lua (Ingame): no external runtime needed
- AI (Ollama): requires a running Ollama instance (default: http://localhost:11434)
⚠️ Important Notice: This scripting console is intended for development and experimentation only. Any misuse for harmful actions, unauthorized access, or manipulation of third-party servers is strictly prohibited. Use at your own risk. The author accepts no liability for damage, data loss, account bans, or legal consequences.


