Compatibility
Minecraft: Java Edition
1.21.8–1.21.11
Platforms
Supported environments
Links
Creators
Details
Licensed ARR
Published 4 days ago
Updated 17 hours ago
JavaScript support directly on the server for your Minecraft events.
🎉 JavaScript right in Minecraft!
A highly flexible mod for script-based events.

✨ A handy JS editor!
Coding directly in Minecraft.

Simple code:
// Script Type (once or loop)
scriptType("loop");
// log in server console
log("=== PING-PONG Script start! ===");
// chat events
on("chat", (msgText, p) => {
if (msgText === "!ping") {
let w = World.overworld();
//print in ActionBar
actionbar(p, "pong!");
}
});
ScriptAPI documentation is available here.
Thanks to Froska729 for creating the mod icons!❤️



