Compatibility
Minecraft: Java Edition
1.21.3–1.21.7
1.21–1.21.1
1.20.6
1.20.4
1.20–1.20.2
1.19.2–1.19.4
1.18.2
Platforms
Supported environments
Creators
Details
Changelog
Updates in Minescript 5.0 alpha 2
This is the first step in calling Minescript script functions from Pyjinn scripts, for example:
# pyjinn_test.pyj
Minescript = JavaClass("net.minescript.common.Minescript")
def call(func_name, args):
return Minescript.call(func_name, args.getJavaList())
print(call("player_get_targeted_block", [20]))
print(call("world_info", []))
print("minescript version:", call("version_info", []).get("minescript"))
call("echo", ["hello?"])
call("echo_json", ['{"text": "hello", "color": "green"}'])
call("execute", ["time set day"])
Follow-up changes will make the syntax more natural, allowing scripts
to call functions like player_get_targeted_block(20)
directly.
Update version to 5.0a2.
Dependencies
Files
Metadata
Release channel
AlphaVersion number
5.0a2Loaders
Game versions
1.21.7Downloads
96Publication date
July 2, 2025 at 6:44 AMPublisher

maxuser
Owner