> For the complete documentation index, see [llms.txt](https://wiki.bsdevelopment.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bsdevelopment.org/permissions/pet-permissions/piglin-brute.md).

# Piglin Brute

| Permission Node                                                                                                       | Description                                                                                                                |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| pet.type.piglinbrute                                                                                                  | Will allow the player to spawn the Piglin Brute pet                                                                        |
| pet.type.piglinbrute.\*                                                                                               | Grants full access to the pet, such as spawning the pet, flying, mounting, hat, and all the data items                     |
| pet.type.piglinbrute.fly                                                                                              | Will allow the Piglin Brute to fly <mark style="color:green;">`(If enabled)`</mark>                                        |
| pet.type.piglinbrute.hat                                                                                              | Will allow the Piglin Brute to be a hat <mark style="color:green;">`(If enabled)`</mark>                                   |
| pet.type.piglinbrute.mount                                                                                            | Will allow the Piglin Brute to be a hat <mark style="color:green;">`(If enabled)`</mark>                                   |
| pet.type.piglinbrute.data.\*                                                                                          | Grants full access to all the data toggles for modifying the pet (<mark style="color:red;">/pet data piglin\_brute</mark>) |
| <p>pet.type.piglinbrute.data.visible<br><mark style="color:orange;"><code>(Added in v5.0-BUILD-122)</code></mark></p> | Will allow the player to view/toggle the 'Visible' Data Item                                                               |
| pet.type.piglinbrute.data.frozen                                                                                      | Will allow the player to view/toggle the 'Frozen' Data Item                                                                |
| pet.type.piglinbrute.data.burning                                                                                     | Will allow the player to view/toggle the 'Burning' Data Item                                                               |
| pet.type.piglinbrute.data.silent                                                                                      | Will allow the player to view/toggle the 'Silent' Data Item                                                                |
| pet.type.piglinbrute.data.shaking                                                                                     | Will allow the player to view/toggle the 'Shaking' Data Item                                                               |


---

# 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://wiki.bsdevelopment.org/permissions/pet-permissions/piglin-brute.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.
