promotional bannermobile promotional banner

Minescript

Python scripting for Minecraft

File Details

Minescript 5.0b11 for Fabric 1.21.8

  • B
  • Mar 4, 2026
  • 1.36 MB
  • 56
  • 1.21.8
  • Fabric

File Name

minescript-fabric-1.21.8-5.0b11.jar

Supported Versions

  • 1.21.8

Curse Maven Snippet

Fabric

modImplementation "curse.maven:minescript-657474:7708515"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Docs

Minescript 5.0b11

  • Document EventLoop and packet events (fa632c4)
  • Let scripted chats start with slash or backslash (0f5ae28)
  • Remove config for toggling Pyjinn compilation (9ac864a)
  • Support packet interception/cancellation in Pyjinn (77412bb)

Pyjinn 0.14

  • Fix handling of local class definitions (d6a9297)
  • Introduce CompiledClass to compile classes earlier (8d7a5e1)
  • Remove Expression.eval, Statement.exec, overrides (637e0fe)
  • Restore ability to add global vars outside scripts (56428f8)
  • Merge Script.parse() into Script.compile() (5a24b76)
  • Get/set local vars by int index, not string lookup (742f762)
  • Require compilation; global/nonlocal decls in Code (fbd5998)
  • Disallow function definitions/calls with bad args (5acb01f)
  • Support keyword-only args (following *arg) (3854761)
  • Convert byte/short to Byte/Short in arg type check (dcdd1a3)