LiveSystem is a configurable life-management plugin for Minecraft Paper servers, designed to add a risk-and-reward system to survival gameplay. Players begin with a limited number of lives, lose a life whenever they die, and are temporarily eliminated when their lives reach zero.
The plugin is built to be flexible and easy to configure, allowing server owners to customize the starting lives, maximum lives, elimination duration, revival mechanics, warnings, particles, and language.
Features
- Configurable Life System - Set the starting and maximum number of lives for players.
- Temporary Eliminations - Players who reach 0 lives are automatically banned for a configurable amount of time.
- Automatic Recovery - Once an elimination expires, players can return with a configurable number of lives.
- Nether Star Revivals - Allow players to gain an additional life by using a Nether Star.
- Last Life Warning - Players on their final life can receive a red name to make their status clear.
- Particle Effects - Optionally display a red particle trail around players who are on their last life.
- Admin Controls - Administrators can view, add, remove, and restore player lives.
- Multi-Language Support - Includes English, German and Turkish message files built-in.
- Fully Configurable - Customize the plugin's core mechanics through
config.yml.
How It Works
Each player starts with a configurable number of lives. Whenever a player dies, one life is removed.
When a player's lives reach 0, LiveSystem automatically eliminates them from the server by applying a temporary ban. After the configured ban duration expires, the player can return with the configured number of lives.
Players can also be revived manually by administrators. If the Nether Star feature is enabled, players can use Nether Stars to gain additional lives without requiring an administrator.
Commands
| Command | Description | Permission |
|---|---|---|
/lives show [player] |
View your own or another player's lives | lives.use / lives.admin |
/lives add <player> <amount> |
Add lives to a player | lives.admin |
/lives unban <player> |
Remove a player's elimination | lives.admin |
/lives revive <player> |
Revive an eliminated player using a Nether Star (on future updates players will be able too) | lives.admin |
Configuration
LiveSystem provides a simple config.yml for controlling the main gameplay mechanics:
lang: en
starting-lives: 2
max-lives: 5
ban-duration-hours: 12
lives-after-ban: 1
nether-star-enabled: true
last-life-enabled: true
last-life-particle: false
This allows server owners to create anything from a strict hardcore-style system to a more forgiving survival experience.
Permissions
lives.use- Allows players to use/lives showfor themselves.lives.admin- Allows administrators to manage player lives and revivals.
Compatibility
LiveSystem is designed for Minecraft Paper servers using Java 21 and provides support for modern Paper API versions.
| Minecraft Version | Compatible |
|---|---|
| 26.2 | ✅ Yes |
| 26.1.2 | ✅ Yes |
| 1.20.5 | ✅ Yes |
| 1.20.1 | ✅ Yes |
| 1.19.4 | ✅ Yes |
| 1.19.3 | ❌ No |
| 1.18.2 | ❌ No |
| 1.16.5 | ❌ No |
Supported versions: 1.19.4+
Unsupported versions: 1.19.3 and below


