> For the complete documentation index, see [llms.txt](https://nexoaddon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexoaddon.gitbook.io/docs/mechanics/spawnerbreak.md).

# SpawnerBreak

SpawnerBreak mechanic.

The SpawnerBreak Mechanic allows players to break spawners and have them drop

<figure><img src="https://4179595020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCKPUSq10oq4Caxl6Izvn%2Fuploads%2Fgit-blob-db2a64e5e4ad1f49fd1950727fafdebeb73d6f60%2Fspawnerbreak.gif?alt=media" alt="" width="640"><figcaption></figcaption></figure>

### Break a Spawner and always get the spawner

```yaml
# Example

Mechanics:
  spawnerbreak:
    probability: 1.0
```

### Break a Spawner but only have a 1% chance to get it and you get experience

```yaml
# Example

Mechanics:
  spawnerbreak:
    probability: 0.01
    dropExperience: true # This is optional, defaults to false
```
