Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Creators
Details
Licensed MIT
Published 5 months ago
Updated 6 days ago
Changelog
Version 1.1.1
Changes in this Update:
Architectural Optimization 🧱
- Modular Refactoring:
- Codebase restructured into three functional modules:
chat
package: Core handlers (ChatTriggerHandler
) + new Suggested Response Processor (SuggestedResponseHandler
)command
package: Centralized AI command implementations (AIChatCommand
/OllamaChatCommand
) with tab completioncore
package: Main class (Ollamachat
) and configuration manager (ConfigManager
)
- Codebase restructured into three functional modules:
New Features ✨
- Smart Response Suggestions:
- Added
SuggestedResponseHandler
for multi-model collaboration - Generates 3 clickable follow-up questions after each AI response
- Configurable via YAML:
suggested-responses-enabled: true suggested-response-models: - llama3
- Added
Localization & Configuration 🌐
- Language File Updates:
- New entries for response suggestions:
"suggested-responses-header": "§a[OllamaChat] Suggested Responses:", "suggested-response-prefix": "§7[Click to Reply] §f"
- New entries for response suggestions:
Important Notes:
- ⚠️ Configuration Changes:
- New
suggested-responses
config section added - Recommended to backup old config before updating
- New
- 🔄 Delete
lang
directory to regenerate localization files - 💡 Response suggestions disabled by default (enable in config)
版本 1.1.1
本次更新的主要变更:
架构优化 🧱
- 模块化重构:
- 代码结构按功能拆分为三大模块:
chat
包:包含聊天核心处理器(ChatTriggerHandler
)和新增的候选回复处理器(SuggestedResponseHandler
)command
包:集中管理所有AI命令实现(AIChatCommand
/OllamaChatCommand
)及自动补全逻辑(TabCompleter
)core
包:保留主类Ollamachat
和配置管理器ConfigManager
- 代码结构按功能拆分为三大模块:
新增功能 ✨
- 智能候选回复系统:
- 新增
SuggestedResponseHandler
实现多模型协同推荐 - 玩家收到AI回复后,自动生成3条可点击的后续提问建议
- 支持通过配置文件启用/禁用:
suggested-responses-enabled: true suggested-response-models: - llama3
- 新增
配置与本地化 🌐
- 语言文件更新:
- 新增候选回复相关词条:
"suggested-responses-header": "§a[OllamaChat] 推荐回复:", "suggested-response-prefix": "§7[点击回复] §f"
- 新增候选回复相关词条:
注意事项:
- ⚠️ 本次更新涉及配置文件结构变更:
- 新增
suggested-responses
配置组 - 建议备份旧配置后重新生成
- 新增
- 🔄 语言文件需删除
lang
目录让插件重新生成 - 💡 候选回复功能默认关闭,需在配置中手动启用
Files
Metadata
Release channel
ReleaseVersion number
1.1.1Loaders
Game versions
1.21–1.21.7Downloads
8Publication date
June 30, 2025 at 7:19 AMPublisher

xwwsdd
Member