This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: LiteLDev/LiteLoaderBDS
Releases · LiteLDev/LiteLoaderBDS
2.4.1
[LiteLoader Release Note]
LiteLoaderBDS-2.4.1 update has been released, adapted to BDS-1.19.10, ProtocolVersion 534
[New features]
- LL API
- Add
Player::getLastPacketLoss
, By @StarsDream00 - Add Event
BlockPlacedByPlayerEvent
, By @Redbeanw44602 - Add ModalForm in FormUI,(LiteLDev#554) By @S3v3Nice
- Add
- 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
- Add
[Bug Fixes]
- Fix LL bugs:
- Fix AntiGive not working, By @dreamguxiang
- Fix Vec3 some problems, By @OEOTYAN
[New Forum]
2.4.0
[New Forum]
[LiteLoader Release Note]
LiteLoaderBDS-2.4.0 update has been released, adapted to BDS-1.19.10, ProtocolVersion 534
[New features]
- Support BDS 1.19.10, by @dreamguxiang ,@WangYneos
- New I18N api(Provided for small plugins), by @Jasonzyt
Please wait for the next version for large plugins
- Config add enableTpdimCommand, enableForceUtf8Input by @dreamguxiang
- Better PlayerPlaceBlockEvent, by @Redbeanw44602
- Add Vec3 for onUseItemOn event, LiteLDev#523 by @OEOTYAN
[Change]
- PlayerMoveEvent/OnMove Will be abandoned in the future.(Please revise other programs as soon as possible)
[Bug Fixes]
- Fix LL bugs:
- Don't load plugins with the same file name as a registered plugin, LiteLDev#510 by @Jasonzyt
- Molang API(MC/ExpressionNode.hpp) syntax error, LiteLDev#524 by @LazuliKao
- PlayerMoveEvent bugs, LiteLDev#530 by @Redbeanw44602
- distanceToSqr API, by @dreamguxiang
- Fix LLSE bugs:
- The default value of parameter
perm
inmc.newCommand
is not correct, LiteLDev#517 by @StarsDream00
- The default value of parameter
2.3.2
New Forum
[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]
- Fix LL bugs:
- reducer misjudgment
- AddonsHelper bugs,LiteLDev#343
- Can't place MangroveDoor using PlayerPlaceBlockEvent,LiteLDev#495
- PlayerMoveEvent Bugs,LiteLDev#496
- AntiGive kick bugs,LiteLDev#497
2.3.1
[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
[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
[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
[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
[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
2.2.5
2.2.4
[LiteLoader Release Note]
This version Fix Bugs and add new feature ,not applicable to previous versions.
[New features]
- Add MySQL support for LLDB
- Add Level::cloneMob, LiteLDev#405
- Update headers for 1.18.33.02
- LLSE gets the name of the plugin itself, LiteLDev#404
- Add RemoteCall API , Documentation
[Bug Fixes]
- Fix a error of block nbt in onPlaceBlock, LiteLDev#406
- Fix WelcomeText Bug, LiteLDev#401
[Change]
- PreLoader can run as LiteLoaderCore now
- Shell Link files (.lnk) can be loaded now