> For the complete documentation index, see [llms.txt](https://ersha.gitbook.io/nk-attributeplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ersha.gitbook.io/nk-attributeplus/geng-xin-ji-lu/zui-xin-geng-xin.md).

# 最新更新

> **提醒 此次更新 Config.yml 配置有变动,记得修改**\
> 上个版本遗漏了 **燃烧,中毒,冰冻,凋零** 等属性提示配置,这个版本添加\
> \
> **新增** 自定义物品功能 ([详细](https://app.gitbook.com/@ersha/s/nk-attributeplus/zi-ding-yi-wu-pin))\
> `支持随机属性值,物品拿出来自动随机,同时支持 PlaceholderAPI 变量`
>
> ```yaml
> #示例
> item:
>   "测试物品":
>     id: 267
>     ids: 0
>     name: "武器"
>     lore:
>       - "&6基础属性"
>       - "&3物理伤害&f: <r:1-5|2> - <r:10-100|2>"
>       - "&3暴击几率&f: <r-s:5,10,20>"
>       - "&3暴击伤害&f: <r-s:20,40,50>"
>       - " "
>       - "&6特殊属性"
>       - "<r-s:&6燃烧几率&f: {r:10-30},&c吸血几率&f: {r:5-15}>"
>       - " "
>       - "&6物品获取时间&f: %time%"
> ```
>
> **新增** **AttributeAPI** 新增 **getItem** 获取物品数据方法

<div align="left"><img src="/files/-MHAtdHyi4If9TJ17MBx" alt="效果图"></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ersha.gitbook.io/nk-attributeplus/geng-xin-ji-lu/zui-xin-geng-xin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
