> For the complete documentation index, see [llms.txt](https://headhunter-1.gitbook.io/headhunter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://headhunter-1.gitbook.io/headhunter/configurations/spawner-shop-signs-config-spawner-shop-signs.yml.md).

# Spawner Shop Signs Config (spawner-shop-signs.yml)

{% hint style="info" %}
Spawner shop signs require the [SilkSpawners plugin](https://www.spigotmc.org/resources/silkspawners-versions-1-8-8-1-21-4.60063/) (optional dependency) to function properly.
{% endhint %}

### File Location

```
plugins/HeadHunter/spawner-shop-signs.yml
```

***

{% hint style="warning" %}
**Auto-Managed File** - This file is automatically updated. Manual changes may be overwritten.
{% endhint %}

### How It Works

{% stepper %}
{% step %}

#### Sign Creation

Admin creates spawner shop sign
{% endstep %}

{% step %}

#### Select Entity

Admin selects which mob spawner this sign sells
{% endstep %}

{% step %}

#### Auto-Save

Plugin saves sign location and entity type
{% endstep %}

{% step %}

#### Sign Usage

Players buy spawners by right-clicking the sign
{% endstep %}

{% step %}

#### Sign Removal

When sign is broken, entry is removed
{% endstep %}
{% endstepper %}

***

### File Structure

```yaml
SpawnerShopSigns:
  1: 'world,100,64,200 / EntityType: PIG'
  2: 'world,-50,70,150 / EntityType: ZOMBIE'
  3: 'world_nether,0,80,0 / EntityType: BLAZE'
```

Format: <mark style="color:$success;">world\_name,x,y,z / EntityType: MOB\_TYPE</mark>

{% hint style="warning" %}
The entity type determines which spawner is sold. Must match a valid <mark style="color:$warning;">EntityType</mark> (same as in [Levels Config (levels.yml)](/headhunter/configurations/levels-config-levels.yml.md)).
{% endhint %}

### Manual Management

<details>

<summary>Change Spawner Type</summary>

Edit the EntityType if you want to change what a sign sells (restart required)

</details>

<details>

<summary>Remove Old Signs</summary>

Delete entries for signs that no longer exist

</details>

<details>

<summary>World Migration</summary>

Update world names when moving servers

</details>

{% hint style="danger" %}
Making incorrect manual edits can cause signs to stop working or create ghost signs. Always backup before editing!
{% endhint %}


---

# 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://headhunter-1.gitbook.io/headhunter/configurations/spawner-shop-signs-config-spawner-shop-signs.yml.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.
