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

Releases: LiteLDev/LiteLoaderBDS

2.4.1

20 Jul 08:09
Compare
Choose a tag to compare

[LiteLoader Release Note]

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

[New features]

  • LL API
  • LLSE API
    • Add pl.lastDeathPos,(LiteLDev#551) By @StarsDream00
    • Add pl.isLoading, By @StarsDream00
    • Add dv.lastPacketLoss, By @StarsDream00
    • Add dv.lastPing, By @StarsDream00
    • Add dv.serverAddress, By @StarsDream00
    • Add bl.destroy(drop), By @StarsDream00
    • Add Event onExperienceAdd, By @StarsDream00
    • Add Event onBedEnter, By @StarsDream00
    • Add Event afterPlaceBlock, By @Redbeanw44602

[Bug Fixes]

[New Forum]

https://forum.litebds.com/

Read more

2.4.0

20 Jul 08:10
Compare
Choose a tag to compare

[New Forum]

https://forum.litebds.com/

[LiteLoader Release Note]

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

[New features]

[Change]

  • PlayerMoveEvent/OnMove Will be abandoned in the future.(Please revise other programs as soon as possible)

[Bug Fixes]

Read more

2.3.2

20 Jul 08:11
Compare
Choose a tag to compare

New Forum

https://forum.litebds.com/

[LiteLoader Release Note]

LiteLoaderBDS-2.3.2 update has been released, adapted to BDS-1.19.1, ProtocolVersion 527

[New features]

  • Add Molang API

[Change]

  • New docs

[Bug Fixes]

2.3.1

20 Jul 08:11
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.3.1 update has been released, adapted to BDS-1.19.1, ProtocolVersion 527

[New features]

  • Add initial support for HttpRequest and HttpResponse
  • Add biome APIs
  • Add Experience related APIs
  • Add sendToast API

[Change]

  • Improve Dynamic command error output

[Bug Fixes]

  • Fix LL bugs:
    • Teleport bug
    • Sqlite bug,LiteLDev#452
    • Vec3::toBlockPos error
    • Xuid of PlayerLeftEvent
    • Config loading error
    • LLSE error when config load fails
  • Fix LLSE bugs:
    • Plugin onPostInit Error reason output
    • NbtListClass bugs
    • JsonConfigFile Bugs,LiteLDev#456
  • Fix BDS bugs:
    • Wine console input

2.3.0

20 Jul 08:12
Compare
Choose a tag to compare

[LiteLoader Release Note]

LiteLoaderBDS-2.3.0 update has been released, adapted to BDS-1.19.1, ProtocolVersion 527

[New features]

  • Support BDS 1.19.1
  • Add EconomyCore switch options, LiteLDev#323
    • plugins\LiteLoader\LiteLoader.json
  • LLMoney Remote Call Support
  • Add LLSE sneak related APIs

[Change]

  • Update RemoteCall API
  • Change LLSE
    • bl.setNbt

[Bug Fixes]

  • Fix LL bugs:
    • Actor::isPlayer()
  • Fix LLSE bugs:
    • pl.getRespawnPosition

2.2.8

20 Jul 08:13
Compare
Choose a tag to compare

[LiteLoader Release Note]

This is a bug fix update.Please update as soon as possible!

[Changes]

  • Remove MCVAPI

[Bug Fixes]

  • Fix BDS thorns crash
  • Fix SimulatedPlayer::simulateDestory
  • Fix LLSE en.isPlayer alway return false
  • Fix LLSE en.toPlayer error
  • Fix LLSE sp.simulateWorldMove
  • Fix LLSE sp.simulateLocalMove
  • Fix LLMoney command crash

2.2.7

20 Jul 08:13
aac9bc9
Compare
Choose a tag to compare

[LiteLoader Release Note]

This is a bug fix update.Please update as soon as possible!

[Changes]

  • Remove MCVAPI

[Bug Fixes]

  • Fix BDS thorns crash
  • Fix SimulatedPlayer::simulateDestory
  • Fix LLSE en.isPlayer alway return false
  • Fix LLSE en.toPlayer error
  • Fix LLSE sp.simulateWorldMove
  • Fix LLSE sp.simulateLocalMove
  • Fix LLMoney command crash

2.2.6

20 Jul 08:14
Compare
Choose a tag to compare

[LiteLoader Release Note]

This is a bug fix update.Please update as soon as possible!

[Changes]

  • Ignore simulated player in Player DB
  • change create bossbar api, LiteLDev#416
  • Set file name when LLSE load script content
    • for friendly error output
  • Plugin version will now be displayed in Event Error and Schedule Error
  • Script stack and plugin info is now output if there is an error in LLSE, LiteLDev#430
  • Remove a unstable bug fix

[New features]

  • Add Auto Init dlsym functions on cpp20+ API
  • Add CompoundTag APIs
    • CompoundTag::nbtListToBinary
    • CompoundTag::nbtListFromBinary
    • CompoundTag::nbtListFromNetwork
    • CompoundTag::nbtListToNetwork
  • Add BoundingBox APIs
    • BoundingBox::forEachBlockInBox
    • BoundingBox::mergeBoundingBox
  • Add APIs in BlockPos and Vec3
  • Add void return type support for remote call API
  • Add LLSE APIs
    • pl.langCode property
    • en.getBlockFromViewVector
    • en.getEntityFromViewVector
    • pl.getBlockFromViewVector
    • pl.getEntityFromViewVector
    • sp.simulateWorldMove
    • sp.simulateMoveTo
  • Virtual functions can be called via dlsym or MCVAPI now
  • Update LibraryBuilder

[Bug Fixes]

  • Fix BDS bugs
    • move crash bug
    • fishing hook crash when teleported by End Gateway
    • crash when server stopping LiteLDev#428
  • Fix LL bugs:
    • handle LoadLibrary errors
    • PreLoader crash when directory "./plugins" does not exist
    • CompoundTag::fromNetworkNBT
    • PlayerLeftEvent for Simulated Player
    • Player APIs for SimulatedPlayer
  • Fix DB bugs:
    • DB DB::MySQLStmt::bind bug
    • DB the bug copying data of DB::MySQLStmt
  • Fix LLSE bugs:
    • mc.spawnSimulatedPlayer by pos
    • File API return value, LiteLDev#429
    • file.read memory leak
    • file.WriteMode and writeSync error, LiteLDev#431
    • logger stack overflow
    • WebSocket crash
    • "get on empty global" or other errors
    • simulateAttack param
    • simulateDestory error output
    • simulateLookAt Entity param
    • simulateNavigateTo positions param
    • remote call pos type error
    • simulateLocalMove
    • simulateLookAt
Read more

2.2.5

20 Jul 08:14
Compare
Choose a tag to compare

[LiteLoader Release Note]

This version is an important update.Please update the SDK in time for developers!

[Major]

  • Performance Enhancement

[New features]

  • Add LLSE ll.hasExported API

[Bug Fixes]

  • Fix BlockActor::refreshData

2.2.4

20 Jul 08:15
Compare
Choose a tag to compare

[LiteLoader Release Note]

This version Fix Bugs and add new feature ,not applicable to previous versions.

[New features]

[Bug Fixes]

[Change]

  • PreLoader can run as LiteLoaderCore now
  • Shell Link files (.lnk) can be loaded now