Skip to content

Releases: LiteLDev/LegacyScriptEngine

v0.10.8

22 May 03:42
09020e2
Compare
Choose a tag to compare

Changed

  • Update LeviLamina to 1.1.2

Fixed

  • Fixed mc.getPlayerScore [#273]
  • Fixed network.httpGet [#269]

v0.11.0

20 May 07:00
498f267
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

Fixed

v0.10.5

13 Apr 12:42
8766e88
Compare
Choose a tag to compare

Fixed

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

v0.10.4

12 Apr 05:49
6cd4592
Compare
Choose a tag to compare

Fixed

v0.10.3

23 Mar 06:34
623e637
Compare
Choose a tag to compare

Fixed

v0.10.2

15 Mar 17:34
Compare
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
Compare
Choose a tag to compare

Changed

  • Upgrade tooth.json to manifest v3

Fixed

v0.10.0-rc.2

01 Mar 16:50
e14c9aa
Compare
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