Currently a dev build, for the stable build please use 1.0.9.04
A library for adding Lua to 1.20 plugins (Not a plugin itself just a lib)
This Library uses LuaJava to run Lua scripts in your Minecraft Spigot plugin, there is also a GSON config loader built in. please refer to the wiki once its up for how to use.
Be sure to add the following to your onEnable() method
LuaCore.setPlugin(this);
Wiki will be coming soon, working on JavaDocs atm
You can view the example project used in the wiki examples here