# 家具权限

此属性允许您为家具放置和家具破坏事件启用权限。\
默认情况下未指定此设置，因为我们希望玩家能够自由地破坏和放置家具。\
如果您指定这些属性，玩家将需要明确的权限：

* `ia.user.furniture.break.iasurvival.my_furniture`
* `ia.user.furniture.place.iasurvival.my_furniture`

```yaml
    behaviours:
      furniture:
        permission_suffix:
          break: iasurvival.my_furniture
          place: iasurvival.my_furniture
```


---

# Agent Instructions: 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://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/advanced-furniture-properties/furniture-permissions.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.
