Limited-Life
A Minecraft plugin that adds a limited life system to your server, creating a more challenging and intense gameplay experience.
Features
- Limited Lives System: Each player starts with 10 lives
- Persistent Life Tracking: Lives are saved between server restarts
- Name Colorization: Player names change color based on remaining lives (10 = Dark Green, 1 = Red)
- Permadeath: Players are permanently banned after losing all 10 lives
- Life Gain Mechanics: Players can gain additional lives by killing other players
Commands
/lives
- Check your own remaining lives/lives <player>
- Check another player's remaining lives/lives <player> set <amount>
- Set a player's lives to a specific amount (Admin only)/lives <player> add <amount>
- Add lives to a player (Admin only)/lives <player> remove <amount>
- Remove lives from a player (Admin only)
Permissions
limitedlife.lives
- Allows players to check their own lives (Default: true)limitedlife.admin
- Allows admins to modify player lives (Default: op)
Life Color System
Player names are colorized based on their remaining lives:
- 10 lives: Dark Green
- 7-9 lives: Green
- 4-6 lives: Yellow
- 2-3 lives: Gold
- 1 life: Red
- 0 lives: Dark Red (before being Limited-Life activated)
The plugin will automatically ban players who reach 0 lives, displaying a message about Limited-Life activation.
Installation
- Download the plugin JAR file
- Place it in your server's
plugins
folder - Restart your server
- The plugin will automatically create necessary configuration files
- The plugin will automatically ban players who reach 0 lives, displaying a message about Limited-Life activation.
Configuration
Player life data is stored in plugins/Limited-Life/player_lives.yml
License
This plugin is licensed under the MIT License
Author
WILD_DRS