Lua Scripts v0.0.3

Details

  • Filename
    lua-scripts-0.0.3.zip
  • Uploaded by
  • Uploaded
    Sep 4, 2012
  • Size
    44.73 KB
  • Downloads
    266
  • MD5
    4ecf6d9c9a84c8c80b2be3617f388193

Supported Bukkit Versions

  • CB 1.3.2-R0.1

Changelog

  • Added a configuration file.
  • Added ability to load and unload Lua scripts.
  • /loadscript <script> - permission: lua-scripts.loadscript
    • File relative to plugin directory.
  • /unloadscript <script> - permission: lua-scripts.unloadscript
    • Use the file name only, not directory. Script loading has changed slightly, so that a reference to registered commands are stored in the LuaScript.

New warning: Do NOT call registerCommand() within ANY function, it will cause unexpected behaviour.