Skip to content

Releases: LiteLDev/LegacyScriptEngine

v0.11.0

20 May 07:00
498f267

Choose a tag to compare

Changed

  • Refactored GUI API
  • Support LeviLamina 1.2.0-rc.2

Fixed

  • Fixed ll.import and ll.export for nodejs engine (#270) @xiaoqch
  • Fixed ang.toFacing (#271) @xiaoqch
  • Fixed entity.speed and player.speed (#184) @xiaoqch
  • Fixed mc.deletePlayerNbt @xiaoqch
  • Improved logging in NodeJs plugin loading @xiaoqch
  • Fixed return type for invalid dimension in mc.getBlock @xiaoqch

v0.10.7

20 May 06:40
a1e4fd4

Choose a tag to compare

Fixed

  • Fixed ll.import and ll.export for nodejs engine (#270) @xiaoqch
  • Fixed ang.toFacing (#271) @xiaoqch
  • Fixed entity.speed and player.speed (#184) @xiaoqch
  • Fixed mc.deletePlayerNbt @xiaoqch
  • Improved logging in NodeJs plugin loading @xiaoqch
  • Fixed return type for invalid dimension in mc.getBlock @xiaoqch

v0.10.6

27 Apr 11:49
71313ed

Choose a tag to compare

Added

Fixed

v0.10.5

13 Apr 12:42
8766e88

Choose a tag to compare

Fixed

  • Fixe param of onBlockExploded event callback [#264] @xiaoqch

v0.10.4

12 Apr 05:49
6cd4592

Choose a tag to compare

Fixed

v0.10.3

23 Mar 06:34
623e637

Choose a tag to compare

Fixed

v0.10.2

15 Mar 17:34

Choose a tag to compare

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

14 Mar 13:21
e8697d3

Choose a tag to compare

Changed

  • Upgrade tooth.json to manifest v3

Fixed

v0.10.0-rc.2

01 Mar 16:50
e14c9aa

Choose a tag to compare

v0.10.0-rc.2 Pre-release
Pre-release

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

01 Mar 13:15
996497f

Choose a tag to compare

v0.10.0-rc.1 Pre-release
Pre-release

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