LeviLamina icon indicating copy to clipboard operation
LeviLamina copied to clipboard

A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition, formerly known as LiteLoaderBDS

Results 104 LeviLamina issues
Sort by recently updated
recently updated
newest added

### 您的建议是否与现存的某个问题相关?请描述问题? 有些人总是不会善用翻译软件 也为了照顾多国人民(,我建议将BDS输出i18n化 ### 您认为还缺少什么?如何解决您的问题? 将BDS固定输出的一些文字i18n化 例如:" To enable Server Telemetry, add the line 'emit-server-telemetry=true' to the server.properties file in the bds directory","INFO [Server] IPv4 supported, port: 63314 INFO...

enhancement
status: pending

### Exceptions module ScriptEngine ### Operating System Windows Server 2022 ### LiteLoader version 2.5.0 ### BDS version 1.19.20.02 ### What happened? Left time wrong Left (Yellow) use new Date(); Right...

bug
status: pending

## Description So, i add a Russian language to docs, now i translated like 2% from all docs, but i will translate all docs.

documentation

### 异常模块 Core(核心) ### 操作系统 Windows 11 ### LiteLoader版本 2.4.1 ### BDS版本 1.19.10.03 ### 发生了什么? 如果两个插件有一个相同的命令,那么其中一个插件的所有命令**都会无法使用**。trapdoor和betweaker都有一个seed指令,如果同时加载这两个插件,trapdoor的所有指令都无法使用。 附加信息: Trapdoor用的是dynamicCommand: ```cpp void setup_seedCommand(int level) { using ParamType = DynamicCommand::ParameterType; auto command =...

enhancement
module: Core

### 异常模块 Core(核心) ### 操作系统 Windows 10 ### LiteLoader版本 actions #2563 ### BDS版本 1.19.11.01 ### 发生了什么? ![11](https://user-images.githubusercontent.com/29711228/183249676-2d8f4a90-b891-4f95-b16c-5083299debd4.png) 假命令注册重载的方式一般是 reg `cmd` reg `cmd arg1` reg `cmd arg2` 如图修改将导致兼容性问题 ### 复现此问题的步骤 见上...

bug
todo
module: Core
status: pending

### Is your feature request related to a problem? Please describe. NativeAPIs for LLSE is working in progress, this issue is created to track the progress ### Describe the solution...

type: enhancement
module: LLSE
status: need review

### 异常模块 Core(核心) ### 操作系统 Windows 10 ### LiteLoader版本 2.4.2 ### BDS版本 NA ### 发生了什么? 在C++插件调用脚本插件时,脚本插件可能会返回不同类型的值,造成异常。 解决方法是提供一个直接获取 JsonObject 的远程调用接口,c++层面在接收到返回值时逐一判断类型。 ### 复现此问题的步骤 NA ### 有关的日志/输出 ```shell NA ``` ### 插件列表 ```shell...

type: bug
module: Core
status: need review

### Is your feature request related to a problem? Please describe. It this supposed to work with historic versions of the Bedrock server? I am trying to use this to...

enhancement
status: waiting for feedback
about: Migration

RT,便于开发者和腐竹定位问题

type: enhancement
module: Core
status: more info needed

RT,在未检测到对应类型脚本文件时不启动对应引擎(如只有lua脚本则只启动lua引擎) #### 目前TODO: - [ ] 语言调试功能(如jsdebug)在对应引擎不存在时输出提示信息,而不是报错命令不存在 - [ ] 跨语言调用部分RPC可能需要进行部分修改 - [ ] 按需启动LLSE脚本引擎,将脚本插件检测部分从LL移动到LLSE各自启动代码中

type: enhancement
module: LLSE