# Count Mob Deaths

## Commands

<table><thead><tr><th width="237" align="right">Command</th><th>Info</th></tr></thead><tbody><tr><td align="right">/countmobdeaths start</td><td><strong>Permission:</strong> vanillatweaks.mobdeathcount.start<br><strong>Description:</strong> Start counting mob deaths</td></tr><tr><td align="right">/countmobdeaths stop</td><td><strong>Permission:</strong> vanillatweaks.mobdeathcount.stop<br><strong>Description:</strong> Stop counting mob deaths</td></tr><tr><td align="right">/countmobdeaths reset</td><td><strong>Permission:</strong> vanillatweaks.mobdeathcount.reset<br><strong>Description:</strong> Reset mob death counts to 0</td></tr><tr><td align="right">/countmobdeaths toggle</td><td><strong>Permission:</strong> vanillatweaks.mobdeathcount.toggle<br><strong>Description:</strong> Toggle between main and mob death count scoreboard</td></tr></tbody></table>

## Permissions

<table><thead><tr><th width="327" align="right">Permission</th><th>Info</th></tr></thead><tbody><tr><td align="right">vanillatweaks.mobdeathcount.start</td><td><strong>Default:</strong> <mark style="color:red;">false</mark><br><strong>Description:</strong> Use /countmobdeaths start</td></tr><tr><td align="right">vanillatweaks.mobdeathcount.stop</td><td><strong>Default:</strong> <mark style="color:red;">false</mark><br><strong>Description:</strong> Use /countmobdeaths stop</td></tr><tr><td align="right">vanillatweaks.mobdeathcount.reset</td><td><strong>Default:</strong> <mark style="color:red;">false</mark><br><strong>Description:</strong> Use /countmobdeaths reset</td></tr><tr><td align="right">vanillatweaks.mobdeathcount.toggle</td><td><strong>Default:</strong> <mark style="color:red;">false</mark><br><strong>Description:</strong> Use /countmobdeaths toggle</td></tr><tr><td align="right">vanillatweaks.mobdeathcount</td><td><strong>Default:</strong> <mark style="color:green;">true</mark><br><strong>Description:</strong> Gives all of the above permissions</td></tr></tbody></table>

## Configuration

```yaml
# Any mobs listed here will be counted by the module
counted-mobs:
  - "minecraft:blaze"
  - "minecraft:cave_spider"
  - "minecraft:creeper"
  - "minecraft:drowned"
  - "minecraft:elder_guardian"
  - "minecraft:ender_dragon"
  - "minecraft:enderman"
  - "minecraft:endermite"
  - "minecraft:evoker"
  - "minecraft:ghast"
  - "minecraft:guardian"
  - "minecraft:husk"
  - "minecraft:ravager"
  - "minecraft:illusioner"
  - "minecraft:magma_cube"
  - "minecraft:phantom"
  - "minecraft:pillager"
  - "minecraft:shulker"
  - "minecraft:silverfish"
  - "minecraft:skeleton"
  - "minecraft:skeleton_horse"
  - "minecraft:slime"
  - "minecraft:spider"
  - "minecraft:stray"
  - "minecraft:vex"
  - "minecraft:vindicator"
  - "minecraft:witch"
  - "minecraft:wither"
  - "minecraft:wither_skeleton"
  - "minecraft:zombie"
  - "minecraft:zombie_horse"
  - "minecraft:zombified_piglin"
  - "minecraft:zombie_villager"
```


---

# 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://papertweaks.machinemaker.me/modules/count-mob-deaths.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.
