promotional banner

Minescript

Python scripting for Minecraft
Back to Files

Minescript 5.0 for Fabric 26.2

File nameminescript-fabric-26.2-5.0.jar
Uploader
maxuser0maxuser0
Uploaded
Sep 22, 2026
Downloads
12
Size
1.4 MB
Mod Loaders
Fabric
File ID
8944810
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:minescript-657474:8944810"

Learn more about Curse Maven

What's new

Docs

Minescript 5.0

  • Integrated Pyjinn interpreter: run .pyj scripts written in Python syntax directly within the game (no external Python installation required) (eff8e22, 393d74c)
  • Built-in Pyjinn-based REPL interpreter (\interpreter) with tab-completion (59a46aa)
  • Asynchronous Pyjinn scripting with async/await and EventLoop class (d680374)
  • Support packet interception and cancellation in Pyjinn scripts via serverbound_packet and clientbound_packet events (77412bb)
  • Support Pyjinn script events for several render passes (c24f8ee, 55aa5d8)
  • Add scoreboard query function get_scoreboard() (a574c95)
  • Add current dimension to world_info() (2211c43)
  • Add get_block_region() to get blocks in a 3D volume (8b69e2a)
  • Add install_mappings script for installing Mojang official mappings (mappings no longer needed for game versions 26.x and above) (418afa3)
  • Support running embedded Pyjinn scripts within Python via built-in java.py (fc2eb1b, ab6bfb5, 9bc3a71)
  • Pyjinn support for JavaScript-style timers: set_timeout(), set_interval(), and remove_event_listener() (8849da8)
  • Support "world" event to keep persistent scripts running across connect/disconnect (0c2d139)
  • Support globs in command_path bce4a43)
  • Track and list child jobs with \jobs all while hiding them from default \jobs (fdeab5f)

This mod has no additional files