GamesAI 0.6.1 #15
PengZixuan30
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
English:
v0.6.1 - Extension Plugin System & Quality Improvements
This update brings deeper integration capabilities for MCDR plugin developers and improves overall stability.
🔌 Extension Plugin System
Other MCDR plugins can now seamlessly integrate with GamesAI. Use
register_self()to have your plugin automatically reloaded when GamesAI reloads, andregister_skills()to register skill files programmatically — no need to manually edit config files.🛡️ Bot Username Validation
!!aibot joinnow validates the bot username, rejecting invalid characters before attempting to connect.📦 Tools Reorganized
Waypoint and position management tools have been moved to the new GamesAI-Extra plugin to keep the core lightweight.
🐛 Fixes
简体中文:
v0.6.1 - 扩展插件系统与体验优化
本次更新为 MCDR 插件开发者带来了更深入的集成能力,同时提升了整体稳定性。
🔌 扩展插件系统
其他 MCDR 插件现在可以无缝集成到 GamesAI 中。使用
register_self()让你的插件随 GamesAI 自动重载,使用register_skills()以编程方式注册技能文件——无需手动编辑配置文件。🛡️ Bot 用户名验证
!!aibot join现在会验证 Bot 用户名,在连接前拒绝包含非法字符的用户名。📦 工具重组
坐标点与位置管理工具已迁移至新的 GamesAI-Extra 插件,让核心更加轻量。
🐛 修复
繁體中文:
v0.6.1 - 擴展插件系統與體驗優化
本次更新為 MCDR 插件開發者帶來了更深入的整合能力,同時提升了整體穩定性。
🔌 擴展插件系統
其他 MCDR 插件現在可以無縫整合到 GamesAI 中。使用
register_self()讓你的插件隨 GamesAI 自動重新載入,使用register_skills()以程式設計方式註冊技能檔案——無需手動編輯設定檔。🛡️ Bot 使用者名稱驗證
!!aibot join現在會驗證 Bot 使用者名稱,在連線前拒絕包含非法字元的使用者名稱。📦 工具重組
座標點與位置管理工具已遷移至新的 GamesAI-Extra 插件,讓核心更加輕量。
🐛 修復
This discussion was created from the release GamesAI 0.6.1.
All reactions