File Details
LuaInMineBukkitII-1.0.6-all.jar
- R
- Aug 6, 2025
- 4.50 MB
- 12
- 1.21.8+37
File Name
LuaInMinecraftBukkitII-1.0.6-all.jar
Supported Versions
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.3
- 1.8.1
- 1.8
- 1.7.4
- 1.7.2
**Full Changelog**: https://github.com/SmileYik/LuaInMinecraftBukkitII/compare/1.0.4...1.0.6
# Major Changes
## 指令
+ Add soft reload command. This command will reload Lua environment without shutdown Lua VM. ([add soft reload command.](https://github.com/SmileYik/LuaInMinecraftBukkitII/commit/9fd3722cbb026729c0d11b2aa6ec47508eb62b61))
## Lua API
+ `luaBukkit.env` add method: `registerSoftReload(ILuaCallable)`. It used for register lua closure and it will be called when soft reload. ([add soft reload command.](https://github.com/SmileYik/LuaInMinecraftBukkitII/commit/9fd3722cbb026729c0d11b2aa6ec47508eb62b61))
+ Add Lua module: 'import', for import java class easilier. ([Add lua library "import.lua" to help import java class.](https://github.com/SmileYik/LuaInMinecraftBukkitII/commit/c5ff2a22b16abbbb8f6f5d4b0763f9cb1884e42e))