前往更新
https://www.minebbs.com/liteloader/
本次为bug修复更新,修复几个可能导致崩服的问题,提高稳定性,请尽快更新
【新内容】
新增了动态真指令注册接口(DynamicCommandAPI)
新增文字编码转换接口(I18nAPI)
新增了内置OutputFilter正则输出过滤功能
新增了addons自动安装、管理和查询命令
增加了CompoundTag::toPrettySNBT美化输出接口
为NetworkNBT格式提供支持
为脚本引擎所有json接口提供注释支持
增加了PrintCurrentStackTraceback的符号缓存开关
升级了附带的LLMoney版本
【BUG修复】
修复部分数据包类内容错误的问题
修复StructureTemplate类存在的问题
修复热管理命令出现的报错问题
为Logger加锁,解决多线程输出时概率崩服的问题
脚本引擎修复数据库无法关闭的问题
脚本引擎修复ll.require重复加载的问题
脚本引擎修复setNbt后部分对象数据没有更新的问题
脚本引擎修复onLiquidFlow事件维度缺失的问题
脚本引擎修复item.clone
脚本引擎为base64转换提供二进制接口
脚本引擎修复TimeTask可能的问题,增加安全检查
脚本引擎为多处回调增加引擎有效性检查,稳定性得到提高
脚本引擎修复V8输出异常信息触发调试器,导致崩溃的问题
修复SDK中SymDBHelper的部分问题
为大部分异常输出提供UTF8转换,避免输出过程中本地编码导致的崩溃
修复后台输入全角字符造成崩服的问题
This is a bug fix update, fix several problems that may cause crash. Please update as soon as possible
New content
New dynamic command registration interface (DynamicCommandAPI)
New text encoding conversion interface (I18nAPI)
Added built-in OutputFilter regex output filtering function
Added addons automatic installation, management and query commands
Added CompoundTag::toPrettySNBT beautification output interface
Provided support for NetworkNBT format
Provide comment support for all json interfaces of scripting engine
Added a symbol cache switch for PrintCurrentStackTraceback
Upgraded the included LLMoney version
Bug fixes
Repair the problem of incorrect content of some packet classes
Repair the problems of StructureTemplate class.
Repair the problem of error reporting in hot management command
Add lock to Logger to solve the problem of probable collapse of service when multi-threaded output
The script engine fixes the problem that the database cannot be closed.
Scripting engine fixes the problem of repeated loading of ll.require
Scripting engine fixes the problem that some object data is not updated after setNbt
Scripting engine fixes missing onLiquidFlow event dimension
Scripting engine fixes item.clone
Scripting engine provides binary interface for base64 conversion
Scripting engine fixes possible problems with TimeTask, adds security checks
Scripting engine adds engine validity checks for multiple callbacks, improving stability
Scripting engine fixes the problem that V8 output abnormal information triggers debugger and causes crash.
Fix some problems of SymDBHelper in SDK.
Provide UTF8 conversion for most of the output, to avoid the crash caused by local encoding
Repair the problem of crashing caused by inputting full-angle characters in the background