Skip to content

v2.3

Choose a tag to compare

@niuniuyike niuniuyike released this 23 Jun 03:40
· 4 commits to main since this release
db18192

版本更新摘要

本次更新主要包含版本号统一、Mod 核心升级以及 QQBot 交互逻辑的修复与优化。

具体更新内容

1. 版本号规范化

  • 统一调整了各模块的版本号,确保版本信息一致性。

2. Mod 核心升级

  • mod 更新至 26.2 版本。

3. QQBot 模块修复与逻辑优化

修复了在 safety=0 环境下,玩家无法绑定服务器导致 Bot 无法获取管理员权限的问题。

指令逻辑调整如下:

Bot 端(新增/修改)

  • /bind server
  • /bind bot

游戏服务器端(同步更新)

  • /qqbot bind server
  • /qqbot bind bot

Release Notes – Version Update Summary

This update primarily includes version number unification, a core Mod upgrade, and fixes and optimizations for the QQBot interaction logic.

Detailed Updates

1. Version Number Standardization

  • Unified version numbers across all modules to ensure consistency.

2. Core Mod Upgrade

  • Updated the Mod to version 26.2.

3. QQBot Module Fixes and Logic Optimization

Fixed an issue where, under the safety=0 environment, players were unable to bind to the server, preventing the Bot from acquiring admin privileges and consequently rendering admin commands unusable.

Command logic adjustments are as follows:

Bot Side (New/Modified)

  • /bind server
  • /bind bot

Game Server Side (Synchronized Update)

  • /qqbot bind server
  • /qqbot bind bot