GamesAI

This plugin allows you to use AI in the game

tool

Installation command

!!MCDR plugin install games_ai

Author

Synced at

...

Last update

...

Latest version

Total downloads

610

Back to catalogue

GamesAI-v0.5.6.mcdr

Version

0.5.6

Date

July 14, 2026

Size

54.39 KiB

Downloads

8

MD5

79fe82f32070b08b92ef507021dbd0a7

SHA256

e3b1703f2d7e06562dcdb48bb4080073265ffdee125a723a9f6f646f3868c3d7

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.15.0

Python Package Requirements

Python PackageRequirement
openai
requests

Python Package Installation Command

pip install openai requests

zh-CN

🆕 新增

  • !!ask 无历史模式:新增 -n / --no-history 参数,可在不读取旧对话记录的情况下向 AI 提问,当前对话仍会被保存供后续使用。支持与 -m 组合指定模型。此功能由 @william-song-shy 提议。
  • max_history 可设为 0:将配置项 max_history 设为 0 即可完全禁用历史记录功能。

🐛 修复

  • 工具异常不再中断对话:工具调用失败时 AI 会收到错误信息并尝试其他方式完成任务,不再导致整条对话终止。
  • where2go 路径点查询修复:修复了 where2go 插件已安装但尚未创建数据文件时,查询/删除路径点功能崩溃的问题。

EN

🆕 New Features

  • !!ask No-History Mode: Added -n / --no-history flag to ask the AI without loading previous conversation history. The current conversation is still saved for future use. Can be combined with -m to specify a model. Suggested by @william-song-shy.
  • max_history = 0 Support: Set max_history to 0 to completely disable the conversation history feature.

🐛 Fixes

  • Tool Errors No Longer Kill Conversations: When a tool call fails, the AI now receives the error and can try alternative approaches instead of the entire conversation thread being terminated.
  • where2go Waypoint Query Fix: Fixed a crash when querying or deleting waypoints via the where2go plugin when its data file had not yet been created.

zh-TW

🆕 新增

  • !!ask 無歷史模式:新增 -n / --no-history 參數,可在不讀取舊對話記錄的情況下向 AI 提問,當前對話仍會被儲存供後續使用。支援與 -m 組合指定模型。此功能由 @william-song-shy 提議。
  • max_history 可設為 0:將設定項 max_history 設為 0 即可完全停用歷史記錄功能。

🐛 修復

  • 工具例外不再中斷對話:工具呼叫失敗時 AI 會收到錯誤資訊並嘗試其他方式完成任務,不再導致整條對話終止。
  • where2go 路徑點查詢修復:修復了 where2go 插件已安裝但尚未建立資料檔案時,查詢/刪除路徑點功能崩潰的問題。