SharedFate

This project is a Minecraft Forge mod that implements a “chain death” mechanic: when one player dies, all other players in the same server are instantly killed.

File Details

SharedFate

  • R
  • Aug 14, 2025
  • 6.80 KB
  • 2.1K
  • 1.20.1
  • Forge

File Name

sharedfate-1.0.0-ALPHA-forge-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sharedfate-1327238:6886722")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog – Everyone Dies Mod (v1.0)

MULTIPLAYER REQUIRED FOR MOD TO TAKE ACTION

Added:

  • Chain death mechanic: when one player dies, all other players are instantly killed.
  • Global chat message announcing the player that triggered the chain death.
  • Prevention of duplicate deaths or multiple chat messages during the chain reaction.
  • DamageSource that bypasses armor for guaranteed player death.
  • Safe handling of server-side logic to avoid client-side issues.

Fixed:

  • Duplicate local variable errors in the death procedure.
  • Multiple broadcasts of the global death message.
  • Previous issues with DamageSource and player world access.

Known Issues:

  • Game rule modifications via code are currently disabled.
  • Minecraft functions for automatic rule changes are not active.