We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forge
1.7.10
1.7.10 Forge 的模组社区十分庞大,但将1.7.10模组服务器接入 Velocity 又非常困难。因此希望能够添加对 1.7.10 Forge 的支持
The text was updated successfully, but these errors were encountered:
开的是Forge端还是混合端啊?插件方面实现起来会比mod方便。
Sorry, something went wrong.
Forge端。 大型模组包只能用原版forge端开,混合端存在难以察觉的兼容性问题。
如果你有能力的话可以先pr,最近有点小忙
由于 1.7.10 过于久远,暂未实现对应的Mod。你可以使用经过小重构的 日志读取程序。
日志读取程序
chat
join
quit
log_path: ".\\logs\\latest.log" # 以下正则均为原版示例 chat_regex: - regex: "(.*)]:(.*)<(.*)> (.*)" player_group: 3 message_group: 4 join_regex: - regex: "Server thread/INFO]: (.*) joined the game" player_group: 1 quit_regex: - regex: "Server thread/INFO]: (.*) left the game" player_group: 1
Action: https://github.com/17TheWord/QueQiao/actions/runs/11515656094 下载:https://github.com/17TheWord/QueQiao/actions/runs/11515656094/artifacts/2103325596
启动:java -jar QueQiao-minecraft+origin-0.0.5.jar 连接 mc-plugin 或 nonebot-plugin-mcqq
java -jar QueQiao-minecraft+origin-0.0.5.jar
mc-plugin
nonebot-plugin-mcqq
配置文件
./config/QueQiao/regex.yml
./config/QueQiao/config.yml
17TheWord
No branches or pull requests
服务端类型
Forge
服务端版本
1.7.10
其他补充
The text was updated successfully, but these errors were encountered: