> For the complete documentation index, see [llms.txt](https://enchantedmobs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantedmobs.superiormc.cn/enchantedmobs-zhong-wen-wen-dang/features/za-xiang.md).

# 杂项

### 其他内容

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>物品格式（Item Format）</strong></td><td>物品格式的内容和 UltimateShop 一致，可点击上方前往对应页面。</td><td><a href="https://continue-project.netlify.app/wiki/UltimateShop/format/itemformat/">https://continue-project.netlify.app/wiki/UltimateShop/format/itemformat/</a></td><td></td><td></td></tr><tr><td><strong>颜色代码</strong></td><td>颜色代码支持旧版格式和 MiniMessage 格式，可点击上方前往 UltimateShop 文档查看详情。</td><td><a href="https://continue-project.netlify.app/wiki/UltimateShop/features/color-code">https://continue-project.netlify.app/wiki/UltimateShop/features/color-code</a></td><td></td><td></td></tr><tr><td><strong>语言管理</strong></td><td>EnchantedMobs 和 UltimateShop 使用相同的语言管理，在消息等处支持根据客户端显示不同的语言，可点击上方前往 UltimateShop 文档查看详情。</td><td><a href="https://continue-project.netlify.app/wiki/UltimateShop/features/advanced-language-managment">https://continue-project.netlify.app/wiki/UltimateShop/features/advanced-language-managment</a></td><td></td><td></td></tr><tr><td><strong>数学运算格式</strong></td><td>EnchantedMobs 在几乎所有数字类型选项都支持了数学运算，关于其格式，可点击上方前往 UltimateShop 文档查看详情。</td><td><a href="https://continue-project.netlify.app/wiki/UltimateShop/format/math-calculate-format">https://continue-project.netlify.app/wiki/UltimateShop/format/math-calculate-format</a></td><td></td><td></td></tr></tbody></table>

### 实体列表优化

插件需要实时获取到哪些怪物是被强化过的怪物，因此需要经常性读取服务器上存在的实体。然而，这一过程是十分消耗服务器性能的，因此，插件提供了一个机制：服务器首次启动后，会抓取一次服务端上所有的实体，直到检测到第一只被强化的怪物。此后，插件会缓存这次抓取的结果，并且只在有新的实体生成或者实体死亡时再变化缓存。然而，Spigot 服务端上对实体生成可能存在限制，一些特殊手段生成的强化怪物可能无法被检测到，Paper 服务端上无此问题。

可以在 `config.yml` 中关闭这一功能。

```yaml
optimize:
  enabled-entity-scanner-cache: true
```

### 奖励/掉落/方块图腾召唤

为了保证插件足够轻量化，插件没有内置新的奖励和drop机制。但是，您可以通过我们的 [MythicRewards](https://www.spigotmc.org/resources/mythicrewards-boss-kill-reward-drop-plugin-with-custom-rule-support-1-20-5-1-21-11.129453/) 插件实现。

此外，如果您对使用方块结构召唤EnchantedMobs和增益图腾功能感兴趣，不妨看看我们的 [MythicTotem](https://www.spigotmc.org/resources/mythictotem-custom-boss-spawn-totem-and-bonus-totem-all-in-1-1-20-5-1-21-11.102466/)。
