promotional bannermobile promotional banner

Minecraft Lua Controller for Forge

Experimental
Lua automation controller for Minecraft Forge servers. Provides dynamic events, commands, timers, and world interaction through Lua scripts. Built with a modular common core and Forge integration layer for flexible server-side scripting extensibility.
Back to Files

Minecraft Lua Controller for Forge-2.0.0-beta

File nameMinecraft_Lua_Controller-forge-47-4-16-ModVersion-2.0.0-beta.jar
Uploader
MrRSEVMrRSEV
Uploaded
Mar 12, 2026
Downloads
35
Size
1.5 MB
Mod Loaders
Forge
File ID
7747792
Type
B
Beta
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:minecraft-lua-controller-1475891:7747792")

Learn more about Curse Maven

What's new

Changelog

v2.0.0-beta

  • Fixed Lua self handling so Player:sendMessage(msg) now works cleanly.
  • Added mc-1.20.1-paper as a new platform module for PaperMC, Bukkit, and Spigot.
  • Made the Lua runtime platform-agnostic so the working directory is defined by the active platform and passed to the common module through an adapter.
  • Improved the Gradle build so each platform and Minecraft version is built as a separate target, with every mc-* module compiled independently against common.
  • Simplified the command namespace by removing /rsev as the root namespace. Commands can now be called directly via /lua.
  • extend lua loading VM for asset loading

This mod has no additional files