GamesAI-v0.3.0.mcdr
版本
0.3.0
日期
2026年4月11日
大小
11.37 KiB
下载量
3
MD5
903ac1239fae01941a976ea427510b94SHA256
8f0913245e809d714014246f6b673e14347f610f9d844a3ecf5fcb62cb5ec27c依赖
MCDR 插件依赖
| 插件 ID | 依赖版本 |
|---|---|
| mcdreforged | >=2.14.0 |
| online_player_api | >=1.0.0 |
| whitelist_api | >=1.0.0 |
Python 包依赖
| Python 包 | 依赖版本 |
|---|---|
| openai |
Python 包安装指令
pip install openai更新日志
中文: 本次更新如下内容:
- 添加了Python包依赖的说明,以免使用MCDR指令自动安装时出现问题
- 添加了公共数据库,现在可以通过指令
!!data实现公有的数据添加 - 修改了帮助信息的构建方法
- 添加了配置
permission,用于设置!!data等指令的权限要求
English: This update includes the following changes:
- Added instructions for Python package dependencies to prevent issues during automatic installation via MCDR commands
- Added a public database; now public data can be added using the
!!datacommand - Modified the method for constructing help messages
- Added the
permissionconfiguration option to set the required permission level for commands such as!!data