# 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"
```
