#In-Game Scripting Console for Minecraft

2 messages · Page 1 of 1 (latest)

thorny rapids
#

This is cool! It is possible to call methods / set static fields from other mods then, yes? I can see it being really useful for dev. Release when?

sturdy axle
# thorny rapids This is cool! It is possible to call methods / set static fields from other mods...

Yes! The executor uses the Minecraft ClassLoader, so you can access classes from other mods via Class.forName() and call their methods or set static fields through reflection.

Release is already out: https://github.com/yusuf-kodus/ingame-executor-for-minecraft-java

GitHub

A live scripting console for Minecraft – run Java In-game, Java JShell, Python, Lua, C++ and AI-generated code directly inside the game. - yusuf-kodus/ingame-executor-for-minecraft-java