Releases: LiteLDev/LegacyScriptEngine
Releases · LiteLDev/LegacyScriptEngine
v0.11.1
Added
- Added ll.pluginsRoot and ll.getCurrentPluginInfo apis @xiaoqch
Changed
- Updated LeviLamina to 1.2.0
- Updated ScriptX to fix v8 backend issue [#277] @ShrBox
- Refactored onAte event (#279) @killcerr
Fixed
- Fixed compatibility with custom mods directory @xiaoqch
- Fixed ll.getPluginInfo fails to get current plugin info during loading @xiaoqch
v0.10.8
Changed
- Update LeviLamina to 1.1.2
Fixed
- Fixed mc.getPlayerScore [#273]
- Fixed network.httpGet [#269]
v0.11.0
Changed
- Refactored GUI API
- Support LeviLamina 1.2.0-rc.2
Fixed
v0.10.5
Fixed
- Fixe param of onBlockExploded event callback [#264] @xiaoqch
v0.10.2
Changed
- Synced ScriptX with upstream
- Delay onServerStarted for 1 tick to fix compatibility with old plugins(e.g. LLSE-FakePlayer)
- Show error when loading plugins failed [#240] @xiaoqch
Fixed
- Fixed DefaultDataLoadHelper
v0.10.0
Changed
- Upgrade tooth.json to manifest v3
Fixed