Girlbossed
This server-side mod allows complete customization of player death messages in Minecraft!
The mod provides a flexible configuration system for changing standard death notifications. You can create unique and humorous messages for different types of deaths.
Configuration Setup
All parameters are configured through the config/girlbossed.json file. The system divides deaths into two main categories: those caused by other entities and all other cases.
For entity-caused deaths, an additional attacker parameter is available, indicating the source of damage. Other death types do not have this parameter.
You can restrict specific messages to only certain players by specifying their names in the appropriate field.
Configuration Example
{
"entityDeaths": [
{
"type": "arrow", // list of available types provided below
"attacker": "minecraft:skeleton",
"deathMessage": "%1$s was shot by %2$s", // %1$s is replaced with player name, %2$s - with attacker entity name
"players": [] // leave empty to apply to all players
}
],
"otherDeaths": [
{
"type": "fall",
"deathMessage": "%s couldn't handle gravity", // %s is replaced with player name
"players":[
"Tuxinal", // player names are case sensitive
"steve" // multiple players can be specified
]
}
]
}
Death Types
Entity Deaths
any: any deaths caused by entities (overrides other settings)sting: bee stingsmob: melee combat (includes llama spit and shulker projectiles)player: damage from playersarrow: arrowstrident: tridentsfireworks: fireworksonFire: ghast and blaze fireballswitherSkull: wither skullsindirectMagic: harming potions, evoker fangs, guardian beamsthorns: thornsthrown: eggs, ender pearls, snowballsexplosion.player: explosions created by entities
Other Death Types
inFire: campfiresonFire: other fire sourceslightningBolt: lightninglava: lavahotFloor: magma blocksinWall: suffocationcramming: entity crammingdrown: drowningstarve: starvationcactus: cactiwither: wither effectfall: fallingflyIntoWall: collision while flyingoutOfWorld: /kill command and falling into the voidanvil: anvilsfallingBlock: falling blocksdragonBreath: dragon breathsweetBerryBush: sweet berry bushesfreeze: freezingfallingStalactite: falling stalactitesstalagmite: stalagmitesexplosion: explosions without specific source