LuaCraftBeta
LuaCraftBeta is a Minecraft plugin that adds Lua scripting to the Bukkit API for Minecraft Beta 1.7.3. It allows players to create custom scripts easily.
Commands
/loadscript <filename>
: Loads and runs a Lua script./listscripts
: Shows all available Lua scripts.
Documentation
The Lua directory is inside the server's plugins folder. It contains a docs
folder with instructions on how to use LuaCraft in Beta 1.7.3. This should give you enough information to start scripting.
Recommendations
It’s recommended to use Project Poseidon, which was the development environment for this project.