Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Releases: LiteLDev/LiteLoaderBDS

2.7.1

20 Jul 08:03
70d554d
Compare
Choose a tag to compare

LiteLoader Release Note

Adapted to BDS-1.19.30 | ProtocolVersion 554
Please update to this version as soon as possible if you are using 2.7.0

Bug Fixes

New Features

2.7.0-hotfix

20 Jul 08:04
591d25a
Compare
Choose a tag to compare

LiteLoader Release Note

Adapted to BDS-1.19.30 | ProtocolVersion 554

Bug Fixes

  • Fix ParticleSpawner bugs in LLSE (#780) @OEOTYAN
  • Fix player join server client lag (#825) @dreamguxiang
  • Fix player join server crash (#825,#827,#828,#829,#832) @dreamguxiang
  • Fix repeated XUID problem in PlayerInfoAPI.cpp @ShrBox
  • Fix PlayerClass::getScore Error (#791) @Redbeanw44602

New Features

APIs / ABIs Breaking Change list (for developer)

Note that APIs marked as deprecated will be removed in the next few releases.

Location Changes Description
llapi/LLAPI.h All item with namespace LL. Move to namespace ll. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API and ABI in the future.
llapi/mc/ All enum defined in llapi/mc Use enum class instead of enum. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API.
Read more

2.7.0

20 Jul 08:45
4ca2405
Compare
Choose a tag to compare

LiteLoader Release Note

Adapted to BDS-1.19.30 | ProtocolVersion 554

Bug Fixes

  • Fix ParticleSpawner bugs in LLSE (#780) @OEOTYAN
  • Fix player join server client lag (#825) @dreamguxiang
  • Fix player join server crash (#825,#827,#828,#829,#832) @dreamguxiang
  • Fix repeated XUID problem in PlayerInfoAPI.cpp @ShrBox
  • Fix PlayerClass::getScore Error (#791) @Redbeanw44602

New Features

APIs / ABIs Breaking Change list (for developer)

Note that APIs marked as deprecated will be removed in the next few releases.

Location Changes Description
llapi/LLAPI.h All item with namespace LL. Move to namespace ll. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API and ABI in the future.
llapi/mc/ All enum defined in llapi/mc Use enum class instead of enum. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API.

2.7.0-beta-2

20 Jul 08:05
Compare
Choose a tag to compare
2.7.0-beta-2 Pre-release
Pre-release

LiteLoader Release Note

Adapted to BDS-1.19.30 | ProtocolVersion 554

Bug Fixes

  • Fix ParticleSpawner bugs in LLSE (#780) @OEOTYAN
  • Fix player join server client lag (#825) @dreamguxiang
  • Fix player join server crash (#825,#827,#828,#829) @dreamguxiang

New Features

APIs / ABIs Breaking Change list (for developer)

Note that APIs marked as deprecated will be removed in the next few releases.

Location Changes Description
llapi/LLAPI.h All item with namespace LL. Move to namespace ll. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API and ABI in the future.
llapi/mc/ All enum defined in llapi/mc Use enum class instead of enum. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API.
Read more

2.6.2

20 Jul 08:06
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.6.2 update has been released, adapted to BDS-1.19.21,BDS-1.19.22, ProtocolVersion 545

[Bug Fixes]

  • Fix LLSE NetworkAPI
  • Add Random Number Generator (#755) by @OEOTYAN

2.6.1

20 Jul 08:45
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.6.1 update has been released, adapted to BDS-1.19.21,BDS-1.19.22, ProtocolVersion 545

[Bug Fixes]

2.6.0

20 Jul 08:46
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.6.0 update has been released, adapted to BDS-1.19.21,BDS-1.19.22, ProtocolVersion 545

[New features]

[Change]

[Bug Fixes]

  • Fix & recompile QuickJs to fix (#708) by @yqs112358
  • Fix Crash when creating AttributeModifier instance (#725) by @dreamguxiang
  • Fix PlayerDropItemEvent bugs by @dreamguxiang
  • Fix LLSE reloading the plugin after the command re-registration will lead to registration error (#689) by @Jasonzyt
  • Fix Player/CommandOutput's i18n function cannot pass fmt::named_arg by @Jasonzyt
  • Fix named argument in nodejs plugin pack output by @Jasonzyt
  • Fix after LiteLoader.dll is loaded Ctrl+C forced to close the service is not valid by @Jasonzyt
  • Fix date cannot parse time from string(quickJs) (#708) by @yqs112358
  • Fix LLSE hot reload quickJs plugin when ScriptEngine-NodeJs error message (#701) by @yqs112358
  • Fix AntiGiveCommand dynamic generate (#700) by @WangYneos

2.5.1

20 Jul 08:08
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.5.1 update has been released, adapted to BDS-1.19.20, ProtocolVersion 544

[New features]

[Change]

  • Re-add mysql support

[Bug Fixes]

2.5.0

20 Jul 08:08
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.5.0 update has been released, adapted to BDS-1.19.20, ProtocolVersion 544

[Major]

[New features]

  • Add BinaryStream.writeType(mce::UUID) (#606) by @S3v3Nice
  • Add ReadOnlyBinaryStream.readType(Vec3) (#619) by @S3v3Nice
  • Add PlayerInfoAPI cache&new API (#612) by @Jasonzyt
  • Add Raise error when trying registering a existing command name (#604) by @Jasonzyt
  • Add PlayerInteractEntityEvent (#646) by @S3v3Nice

[Change]

[Bug Fixes]

  • Separate jsdebug & nodedebug command (#615) by @StarsDream00 @RimuruChan
  • Fix Lua table type check (#622) by @StarsDream00 @RimuruChan
  • Fix LLSE File class object cannot read files with Chinese file names properly (#625) by @Jasonzyt
  • Fix LLSE File class can not properly delete files with Chinese file names (#627) by @Jasonzyt
  • Fix BinaryStream class is missing writeVec3 (#631) by @Jasonzyt
  • Fix ob.getScore(target) does not get the corresponding score correctly (#626) by @Jasonzyt
  • Fix Block::getTileData error, by @Jasonzyt
  • Fix Plugin name cannot contain LiteLoader (#644) by @Jasonzyt
  • Fix the event callback when listening to the player's death does not get the player's items properly (#634) by @dreamguxiang
  • Fix FormUI Form StepSlider error (#642) by @Jasonzyt
Read more

2.4.2-patch1

20 Jul 08:09
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.4.2 update has been released, adapted to BDS-1.19.10, ProtocolVersion 534

[New features]

[Bug Fixes]