GamesAI-v0.3.2.mcdr
版本
0.3.2
日期
2026年4月18日
大小
17.06 KiB
下载量
17
MD5
4f0d6485001510cfc8b1fe0aa01091b3SHA256
71aa08f0f51b6a5cfcf3cc45e6466a27ec7f098a0048bb22e68993bcbf370039依赖
MCDR 插件依赖
| 插件 ID | 依赖版本 |
|---|---|
| mcdreforged | >=2.14.0 |
| online_player_api | >=1.0.0 |
| whitelist_api | >=1.0.0 |
Python 包依赖
| Python 包 | 依赖版本 |
|---|---|
| openai |
Python 包安装指令
pip install openai更新日志
中文: 本次更新以下内容:
- 本次更新对
!!data write和!!data add指令,分别实现覆写和追加数据 - 本次更新后不再需要在
system_message中添加语言要求(当然,你也可以添加),现在插件会自动获取MCDR语言并设置AI使用此种语言回答 - 修复了一些问题
English: This update includes the following changes:
- The
!!data writeand!!data addcommands now respectively implement overwriting and appending data. - After this update, it is no longer necessary to add language requirements in
system_message(though you may still do so if you wish). The plugin now automatically detects the MCDR language and instructs the AI to respond in that language. - Fixed some issues.