Count Mob Deaths

Toggleable scoreboard for counting mob deaths

Commands

CommandInfo

/countmobdeaths start

Permission: vanillatweaks.mobdeathcount.start Description: Start counting mob deaths

/countmobdeaths stop

Permission: vanillatweaks.mobdeathcount.stop Description: Stop counting mob deaths

/countmobdeaths reset

Permission: vanillatweaks.mobdeathcount.reset Description: Reset mob death counts to 0

/countmobdeaths toggle

Permission: vanillatweaks.mobdeathcount.toggle Description: Toggle between main and mob death count scoreboard

Permissions

PermissionInfo

vanillatweaks.mobdeathcount.start

Default: false Description: Use /countmobdeaths start

vanillatweaks.mobdeathcount.stop

Default: false Description: Use /countmobdeaths stop

vanillatweaks.mobdeathcount.reset

Default: false Description: Use /countmobdeaths reset

vanillatweaks.mobdeathcount.toggle

Default: false Description: Use /countmobdeaths toggle

vanillatweaks.mobdeathcount

Default: true Description: Gives all of the above permissions

Configuration

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

Last updated