Lua Scripts v0.0.3
Details
-
Filenamelua-scripts-0.0.3.zip
-
Uploaded by
-
UploadedSep 4, 2012
-
Size44.73 KB
-
Downloads266
-
MD54ecf6d9c9a84c8c80b2be3617f388193
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.