# Crowbar Tool

The crowbar tool can break spawners and drop the spawner item on ground by right clicking on a spawner.

## Optional Sections

There are some optional sections that can be used with this tool.

### commands-on-use

List of commands to be executed when using a crowbar on a spawner.

You can use the following placeholders in your commands:\
`%player%` for the name of the player that broke the spawner.\
`%entity%` for the spawner's entity type.

#### Section Type

List

## How to Use

* Hold the tool in your hand.
* Right click on a spawner.


---

# 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://wiki.bg-software.com/wildtools/overview/crowbar-tool.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.
