UnifiedHandler-v0.2.1.mcdr
版本
0.2.1
日期
2026年5月29日
大小
23.88 KiB
下载量
4
MD5
e7e161e777ecc2a5bb3d14e0cee5182dSHA256
8834359077ea309f426cd589f5a1850d0df6fe954cfd500d63775838365f105a依赖
MCDR 插件依赖
| 插件 ID | 依赖版本 |
|---|---|
| mcdreforged | >=2.13.0 |
Python 包依赖
| Python 包 | 依赖版本 |
|---|---|
无 |
更新日志
chore: bump version to 0.2.1
Hotfix
- commandblock: remove extra quotes from pseudo player names
Fixed
- commandblock: [@] and [Server] pseudo-players now handle [Not Secure] prefix correctly (e.g. [Not Secure] [@] !!MCDR)
Added
- !!uh update command: list outdated builtin profiles, confirm within 10s, overwrite + reload
- Update reminder on load: _sync_builtin_profiles now shows a consolidated summary with the update command
- $schema directive added to all builtin profile YAML files (GitHub raw URL) for editor autocompletion
- Agent usage example video linked in agent profile analysis docs
Changed
- Install instructions: !!MCDR plugin install unified_handler now preferred over manual install
- AGENTS.md merged into CLAUDE.md, replaced with symlink
- README configuration section: case 2 collapsed by default, verification guide linked after config
- Handler verification guide (formerly "troubleshooting guide") repositioned as a proactive check-first document
- profile.schema.json $id corrected to repo URL
Tests
- 22 new tests in tests/test_debug.py covering debug mode, lifecycle tracking, and player source tracking
- 2 new [Not Secure] tests in tests/test_commandblock.py
Full Changelog: https://github.com/alex3236/UnifiedHandler/compare/v0.2.0...v0.2.1