Skip to content

EzObserver v1.2.0 - Allowed Enchantment Combinations

Latest

Choose a tag to compare

@Kush-ShuL Kush-ShuL released this 02 Jun 14:21

English

EzObserver v1.2.0 Release!

EzObserver v1.2.0 focuses on reducing false positives and giving server admins more flexibility to define their own enchantment rules.

New Features

Allowed Enchantment Combinations Whitelist

  • Configure enchantment pairs that would normally conflict in vanilla Minecraft (e.g., Sharpness + Smite, Protection + Blast Protection)
  • Two matching modes:
    • Exact matching: Skips conflict detection for the configured combination
    • Subset matching: Exempts total enchantment level check when the combination is present
  • Perfect for RPG servers or custom item setups that intentionally allow non-vanilla enchantments

Improvements

  • Reduced false positives for servers with custom enchantment rules
  • Config option allowed-enchantment-combinations added to config.yml
  • Better compatibility with servers using non-standard enchantment policies

Configuration Example

allowed-enchantment-combinations:
  - "sharpness:5,smite:5"               # Sharpness V + Smite V
  - "protection:4,blast_protection:4"   # Protection IV + Blast Protection IV

Upgrade Notes

  • Existing config.yml will not auto-add the new section. Please add allowed-enchantment-combinations manually or regenerate the config.
  • Backward compatible with all v1.1.0 features

中文

EzObserver v1.2.0 发布!

EzObserver v1.2.0 专注于减少误报,并给予服务器管理员更多自定义附魔规则的灵活性。

新功能

允许的附魔组合白名单

  • 配置原版 Minecraft 中相互冲突的附魔组合(例如:锋利 + 亡灵杀手,保护 + 爆炸保护)
  • 两种匹配模式:
    • 完全匹配:跳过对该组合的冲突检测
    • 子集匹配:当组合存在时,豁免 OP 物品总附魔等级检查
  • 非常适合有意允许非原版附魔组合的 RPG 服务器或自定义物品配置

改进

  • 减少使用自定义附魔规则的服务器上的误报
  • 在 config.yml 中新增 allowed-enchantment-combinations 配置项
  • 更好地兼容使用非标准附魔策略的服务器

配置示例

allowed-enchantment-combinations:
  - "sharpness:5,smite:5"               # 锋利 V + 亡灵杀手 V
  - "protection:4,blast_protection:4"   # 保护 IV + 爆炸保护 IV

升级说明

  • 现有 config.yml 不会自动添加新配置段,请手动添加 allowed-enchantment-combinations 或重新生成配置文件
  • 与 v1.1.0 所有功能向下兼容