Compatibility
Minecraft: Java Edition
1.20.x
1.16.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 2 months ago
💀 Liability
Shared Health. Instant Blame. Roguelike Resets.
"Who ruined the run?"
Liability transforms Minecraft into a high-stakes cooperative roguelike. Inspired by popular "Shared Health" challenges, this plugin links every player's fate together. If one player takes damage, everyone takes damage. If one player dies, the world is deleted.
Inspired by Ludwig - https://www.youtube.com/watch?v=LQHNRTLGoMU&start=0
🎮 What does this project do?
This plugin is designed for multiplayer servers (SMPs) or content creators looking for a "Hardcore" experience with a twist. It introduces three core mechanics:
- ❤️ LifeLink (Shared Health): All players share a single health bar. Damage, healing, air (drowning), and hunger can all be synchronized.
- 🤬 The Blame Engine: When the health bar hits zero, the game doesn't just end... it tells you exactly who messed up. The death screen and chat will publicize the specific player and damage source that killed the team.
- 🔄 Roguelike Resets: Death is permanent for the world, but not the session. At the end of a run (players die) Players are given a "Restart Star" that instantly deletes the current world and generates a fresh seed without needing to restart or leave the server.
✨ Features
- Seamless World Cycling: No more stopping and starting the server. The plugin handles unloading, deleting, and regenerating worlds automatically.
- Safe Lobby System: Between runs, players are routed to a "Void Lobby" where they are invincible, preventing spawn-killing or accidental deaths while the new world generates.
- Smart Spawn: The generator scans for safe land to ensure you don't spawn underwater or in lava.
- Customizable Difficulty: Want a 1-heart challenge? Want to share Health but not Hunger? Everything is togglable.
⚙️ Configuration
You can customize the experience in config.yml.
settings:
shared-health: 20.0 # Default 10 hearts
max-health: 20.0 # Cap for healing
shared-air: true # Syncs drowning/bubbles
shared-hunger: true # Syncs food/saturation
hardcore-mode: true # visual hearts style
messages:
death-title: "&c&lGAME OVER"
death-subtitle: "&e%player% ruined it for everyone"
restart-item-name: "&a&lCLICK TO RESTART"


