GamesAI
This plugin can combine MCDR with AI that supports OpenAI, allowing you to use AI in the game
tool
Installation command
!!MCDR plugin install games_aiAuthor
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
25
Back to catalogue
GamesAI-v0.3.0.mcdr
Version
0.3.0
Date
April 11, 2026
Size
11.37 KiB
Downloads
3
MD5
903ac1239fae01941a976ea427510b94SHA256
8f0913245e809d714014246f6b673e14347f610f9d844a3ecf5fcb62cb5ec27cDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.14.0 |
| online_player_api | >=1.0.0 |
| whitelist_api | >=1.0.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| openai |
Python Package Installation Command
pip install openaiRelease notes
中文: 本次更新如下内容:
- 添加了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