1. Programming model
Computers execute Python directly in-game, but inside a server-side, cooperative, sandboxed runtime aligned to Minecraft ticks.
- GraalPy runtime on Java 21
- F5 start and stop with runtime state and history
- Statement, watchdog, and stream guardrails
- No host OS, filesystem, process creation, raw socket, environment, or Java/polyglot access from scripts
- World, device, and output APIs directly in scripts