Open
Conversation
Owner
|
添加配置文件应该在 en_us.json / zh_cn.json 添加对应语言键 |
Owner
|
以及看了下你的代码,ProtocolLib 应该是不需要的,在高版本的网络通信中,已经全部统一,直接registerPluginChannel即可(分为incoming/outgoing),channel name填写 dglab:* 就行 |
Author
已修复 谢谢喵 |
Author
这好像是GitHub Action的锅( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
写了个服务端插件 Minecraft-DG-LAB-Bukkit ,使得 DG-LAB 的功能可以跨平台扩展到插件服务器
所以在客户端引入了一个新的配置项 bukkitCompatibilityMode ,打开后允许接收来自插件端的自定义数据包,因为 NeoForge 默认要求客户端和服务端双向注册自定义数据包通道