LuaInMineBukkit

Run Lua Script In Your Server! Wanna LuaJIT? FFI? Lua54? No problem!

File Details

LuaInMineBukkitII-1.0.4-all.jar

  • R
  • Jul 14, 2025
  • 4.50 MB
  • 5
  • 1.21+14

File Name

LuaInMinecraftBukkitII-1.0.4-all.jar

Supported Versions

  • 1.21
  • 1.20
  • 1.19
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8
  • 1.7.2

Updated native files, need upgrade your native library and upgrade your natives.json file.

Changes:

  • Add native module manager, you can enable/disable module in config.json
  • A new Lua environment type for plugin interact.
  • Allow load shared library(*.so/*.dylib/*.dll) file from `luaLibraries` directory
  • Add cffi module, allow use ffi in lua51~lua54
  • Add jni-bridge module(half, linux only now), allow cpp code interact with bukkit server.
  • Allow async load lua script.
  • Allow load network library by `require` method in Lua side.