Releases: LiteLDev/LegacyScriptEngine
Releases · LiteLDev/LegacyScriptEngine
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
v0.10.0-rc.2
Fixed
- Fixed onNpcCmd event
- Use coro for delay command registration instead of ServerStartedEvent to fix command registration in onServerStarted event
v0.10.0-rc.1
Changed
- Adapted to LeviLamina 1.1.0(MCBE 1.21.60.10)
- Disabled onNpcCmd temporarily because it is broken
- Not delay onServerStartedEvent and command registration for compatibility with LeviStone
v0.9.7
Added
- Added more block for onRedStoneUpdate [#212]
Fixed
- Fixed debug command output
- Fixed Player::talkAs & talkTo
- Fixed onMobHurt [#236]
- Fixed onEffectRemoved not triggered when effects are removed manually
v0.9.6
Added
- Added
ll.onUnload
[#227]
- Added onNpcCmd [#226]
- Added onEffectAdded/Updated/Removed
- Added onEntityTransformation
Changed
- Make version related api show LSE version instead of LeviLamina version
Fixed
- Fixed onPlayerInteractEntity [#231]
- Fixed onEntityExplode [#225]