LuaBucket
Description
LuaBucket is a thin layer between Lua and Bukkit API and therefore is a working alternative to Java and Python for lightweight plugin development. You can make some small plugins with help of this tool and apply them without restarting the whole server, testing them on-the-fly.
Features
LuaBucket automatically picks up all .lua files from its configuration directory and processes them as Lua files. LuaBucket gives the scripts (snips in its terminology) a small API to subscribe to events and commands in a simple way.
Installation
Installation is quite simple: drop LuaBucket.jar into /plugins. Then run CraftBukkit. plugins/BucketOfLua folder will be created. Put some snips in there: examples are good enough.
Commands
/luareload- stops all scripts and then reads the snip directory again and loads everything it could find.
-
View User Profile
-
Send Message
Posted May 14, 2013hello are you still makeing this stuff
-
View User Profile
-
Send Message
Posted Dec 4, 2011update soon?
-
View User Profile
-
Send Message
Posted Oct 25, 2011This is awesome! Exacly what I was looking for. You should probably do a bit bigger documentation to go over all the functions.