Download ALL Death Messages — Minecraft Mods — MetaMods
ALL Death Messages

ALL Death Messages

Active

Downloads

0

Last update

6 months ago

Versions

1.19.4 — 1.21.8
Server
Fabric
Mobs
Utils

ALL Death Messages

Introduction

This mod allows you to configure death message display for various creature categories in Minecraft. You can not only enable death notifications for mobs but also apply different color schemes and visual effects to their names.

Category Configuration

All categories are configured through configuration files. For each created category, separate kill and death game rules are automatically generated.

Automatic Categories

The mod includes several preset categories based on creature properties:

  • all - applies to all entities (has highest priority)
  • player - players (excluded from other categories)
  • named - mobs with custom names
  • tamed - tamed pets and mounts
  • ephemeral/persistent - temporary/permanent mobs
  • hostile/passive - hostile/peaceful mobs

Custom Categories

You can create your own categories in the .minecraft/config/alldeath-rules.json file. Each category represents an array of entity types.

Configuration example:

{
    "utility": [
        "minecraft:allay",
        "minecraft:iron_golem",
        "minecraft:snow_golem",
        "minecraft:villager",
        "minecraft:wandering_trader"
    ],
    "boss": [
        "minecraft:ender_dragon",
        "minecraft:elder_guardian",
        "minecraft:warden",
        "minecraft:wither"
    ]
}

Name Styling

You can customize the appearance of mob names in death messages. Styles can be based on the same categories as game rules or be independent of them.

Style settings are stored in the .minecraft/config/alldeath-styles.json file and include:

  • rule (required) - category or list of entity types
  • color - color in HEX format (#rrggbb) or name
  • bold - bold font
  • italic - italic
  • underline - underline
  • strikethrough - strikethrough
  • obfuscated - obfuscated text

Style example Color names

Styling Example

[
    {
        "rule": ["minecraft:player"],
        "color": "yellow",
        "italic": false
    },
    {
        "rule": "named",
        "italic": true,
        "underline": true
    }
]

Commands

The following commands are available (require access level 2):

  • /alldeathmsg test <entities> - rule checking and style preview
  • /alldeathmsg see-enabled - list of active rules
  • /alldeathmsg disable-all <confirm> - disable all rules
  • /alldeathmsg set <rule> <type> <boolean> - rule configuration
  • /alldeathmsg reload-styles - style reloading
Project members
Estecka

Estecka

Developer

Created: 6 Jun 2023

ID: 9529