人間工作
人間工作
**Minecraft Version(s)** 1.12.2 **What is the suggestion** I want KillAura can lock on entities which type is "fallingblock". **Why would this feature be useful** Some RPG-Type server may pretend a...
在使用 `KotlinVersion.CURRENT.toString()` 的情况下,因用户环境差异,可能会获取到 1.7.20 之类的预发行版本,若不添加 `-RC` 之类的后缀,将导致刷新项目时无法找到相应版本的 Kotlin Jvm 插件。故改为和获取 Mirai 版本一样从 Gradle Plugins 中获取版本。
参考仓库:https://s01.oss.sonatype.org/content/repositories/snapshots/ SNAPSHOT 版本在仓库中的链接格式不再是 `$repo/$group/$artifact/$version/$artifact-$version(-$classifier).$extension`,文件名版本号中的 `SNAPSHOT` 将会被替换为 `年月日.时分秒-编号` 格式,这使得 MCL 无法下载。 为了方便,在下载后文件名将会设为方便识别的格式,而不是下载时的文件名。 本 PR 顺便修复了 * 拼写错误 (引号里多了个`) * 获取最新版本时从某一个仓库获取不到该包的 maven-metadata 时报错
我理解你们人手不够,但是有的服务器能5分钟就通过审核有的服务器十几二十天还在审核中是不是有点不公平了
目前看来,对于开发者需要的信息过少、过于凌乱。README 中的扩展文档 (docs/cqhttp.md) 也不见了,对于 Gensokyo 在 Onebot 基础上扩展了什么、扩展消息类型及其规范,依然是比较模糊的,没有一个比较集中的文档供开发者查阅。
As you see. When `enabledPortals.endPortal` in `config.yml` is `true`, sand duplicating machine does not work. Obsidian platform in `world_the_end` side nothing happened. But it works well if I switch it...
The solution may not absolutely correct but it works well on my server. There is no any data after the uuid. So I think catch it mindlessly will be ok....
https://github.com/botuniverse/onebot-11/blob/master/communication/ws.md > 客户端向 OneBot 发送 JSON 之后,OneBot 会往回发送一个调用结果... 例如,HTTP 返回 404 的情况,对应到 WebSocket 的回复,是: > ```json5 > { > "status": "failed", > "retcode": 1404, > "data": null, > "echo": "123"...