# Commands & Permissions

| Command                                    | Permission                                                                                                     | Description                                                                                               |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| /skulls                                    | none                                                                                                           | Open the Skulls menu                                                                                      |
| /skulls search \<keywords>                 | skulls.command.search                                                                                          | Search for a specific head (search tags and the name by default)                                          |
| /skulls inspect                            | skulls.command.inspect                                                                                         | Used to inspect a held skull or skull block to determine it's id                                          |
| /skulls give <\*/player> \<random/id> \[#] | skulls.command.give                                                                                            | Gives player(s) a random or specific quantity of skulls                                                   |
| /skulls phead \[player] \[#] \[target]     | skulls.command.phead                                                                                           | Gives user their own head or head of another player, adding target name gives head to target.             |
|                                            | skulls.command.main                                                                                            | Allows the player to use /skulls to open the main menu assuming the main menu require permission is false |
|                                            | skulls.admin                                                                                                   | Allows the user to create new categories, access settings and see patreon link                            |
|                                            | skulls.category.\<alphabet,animals,blocks,decoration,fooddrinks,humans,humanoid,miscellaneous,monsters,plants> | Allows user access to base category                                                                       |
|                                            | skulls.search                                                                                                  | Allows user to use the search button in the main gui                                                      |
|                                            | skulls.favourites                                                                                              | Allows the user to use the favourites button in the main gui                                              |
|                                            | skulls.favourite                                                                                               | Allows user to favourite a skull                                                                          |
|                                            | skulls.buyblocked                                                                                              | Allows user to buy blocked skulls                                                                         |
|                                            | skulls.freeskulls                                                                                              | Allows user to take skulls for free (assuming you have charge for heads on)                               |
|                                            | skulls.customcategory.\<category id>                                                                           | Allows user to access a custom made category                                                              |


---

# 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://docs.tweetzy.ca/official-plugins/skulls/commands-and-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.
