> For the complete documentation index, see [llms.txt](https://docs.tweetzy.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tweetzy.ca/official-plugins/spawners/commands-and-permissions.md).

# Commands & Permissions

### **Commands**

| Command                                                                             | Permission               | Description                                                  |
| ----------------------------------------------------------------------------------- | ------------------------ | ------------------------------------------------------------ |
| /spawners                                                                           | spawners.command         | Opens the main menu (view your placed spawners & shop)       |
| /spawners butcher \[entity] \[world]                                                | spawners.command.butcher | Removes all mobs spawned from a Spawners' spawner            |
| /spawners give \<player/\*> <#> \[-preset \<presetName>] / \[-entity \<entityType>] | spawners.command.give    | Allows user to give spawner's by entity type or preset.      |
| /spawners set                                                                       | spawners.command.set     | Force sets the entity type of the spawner you're looking at. |
| /spawners admin                                                                     | spawners.command.admin   | Allows access to the administrative menu                     |

### Permissions

All entity names are lowercased with no spaces.

<table><thead><tr><th width="267.3992922574333">Permission</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>spawners.mine.&#x3C;entity></td><td>Allows user to mine a specific entity type</td><td>spawners.mine.cow</td></tr><tr><td>spawners.place.&#x3C;entity></td><td>Allows user to place a specific entity spawner</td><td>spawners.place.sheep</td></tr><tr><td>spawners.eggchange.&#x3C;entity></td><td>Allows user to change a spawner type w/egg</td><td>spawners.eggchange.slime</td></tr><tr><td>spawners.throwegg.&#x3C;entity></td><td>Allows user to throw a spawn egg to spawn entity</td><td>spawners.throwegg.tropicalfish</td></tr><tr><td>spawners.minechance.#</td><td>Determines spawner drop chance when mining.</td><td>spawners.minechance.10, (max: spawners.minechance.100)</td></tr><tr><td>spawners.nosilktouch</td><td>Allows the player to mine spawners without silktouch</td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tweetzy.ca/official-plugins/spawners/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
