Download Girlbossed — Minecraft Mods — MetaMods

Girlbossed

Active

Downloads

0

Last update

3 years ago

Versions

1.17.1 — 1.19
Server
Fabric
Utils

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 stings
  • mob: melee combat (includes llama spit and shulker projectiles)
  • player: damage from players
  • arrow: arrows
  • trident: tridents
  • fireworks: fireworks
  • onFire: ghast and blaze fireballs
  • witherSkull: wither skulls
  • indirectMagic: harming potions, evoker fangs, guardian beams
  • thorns: thorns
  • thrown: eggs, ender pearls, snowballs
  • explosion.player: explosions created by entities

Other Death Types

  • inFire: campfires
  • onFire: other fire sources
  • lightningBolt: lightning
  • lava: lava
  • hotFloor: magma blocks
  • inWall: suffocation
  • cramming: entity cramming
  • drown: drowning
  • starve: starvation
  • cactus: cacti
  • wither: wither effect
  • fall: falling
  • flyIntoWall: collision while flying
  • outOfWorld: /kill command and falling into the void
  • anvil: anvils
  • fallingBlock: falling blocks
  • dragonBreath: dragon breath
  • sweetBerryBush: sweet berry bushes
  • freeze: freezing
  • fallingStalactite: falling stalactites
  • stalagmite: stalagmites
  • explosion: explosions without specific source
Project members
Tuxinal

Tuxinal

Developer

Created: 20 Oct 2021

ID: 11580