LLSE-Lib icon indicating copy to clipboard operation
LLSE-Lib copied to clipboard

实现LLSE所有方法的库

Results 1 LLSE-Lib issues
Sort by recently updated
recently updated
newest added

- [x] (插件注册 API) ll.registerPlugin(name, introduction, version, otherInformation) - [x] (模拟产生一个控制台命令输出) mc.sendCmdOutput(output) - [ ] (使玩家客户端崩溃) pl.crash() - [x] (设置玩家自定义侧边栏) pl.setSidebar(title,data[,sortOrder]) - [x] (移除玩家自定义侧边栏) pl.removeSidebar() - [x] (获取玩家对应的NBT对象) pl.getNbt() -...