Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed ARR
Published last week
Updated 2 weeks ago
🎮 MultipleLivesPlugin
Version: 1.0.0
Minecraft Version: 1.18+
License: ARR
MultipleLivesPlugin adds a ⚔️ combat timer and a ❤️ multiple lives system to Minecraft. Players can track their lives, manage them, and engage in PvP with combat cooldowns.
✨ Features
- ⚔️ Combat Timer: Displays an action bar countdown when in combat.
- ❤️ Multiple Lives: Players can have a configurable number of lives.
- 📝 Manage Lives: Check, add, remove, or set lives for yourself or others.
- 🛡️ PvP Toggle: Enable or disable PvP globally.
- 💀 Elimination Tracking: Automatically tracks players with zero lives.
- 💔 Life Loss on Death: Players now automatically lose a life when they die.
- ⚔️ Combat-Dependent Life Loss: Lives are only lost on death if the player is in combat or if
always-lose-livesis enabled. - 🛑 Combat System Toggle: The combat timer only runs if combat is enabled, preventing unnecessary action bar messages.
config.yml
# ==== Multiple Lives Plugin Config ====
# ==== Gameplay ====
startingLives: 3 # up to 16
maxLives: 5 # up to 16
always-lose-lives: false # if true, players lose lives even outside combat
# ==== Combat ====
combatduration: 30 # in seconds
combat-enabled: true # if false, combat system is disabled
combat-log:
enabled: true # if true, players drop inventory on logout during combat
🛠️ Commands
view– 👀 View your own or another player’s lives.add– ➕ Add lives to a player.remove– ➖ Remove lives from a player.set– 🔧 Set a player’s lives to a specific amount.
Permission: multiplelives.lives
/combat
Check your combat status.
Usage:
/combat
Permission: multiplelives.combat
⚙️ Configuration Options
startingLives– Default lives for new players (default: 3)maxLives– Maximum lives a player can have (default: 3)combatduration– Duration of the combat timer in seconds (default: 30)
📝 License
All Rights Reserved (ARR).
You may use this plugin on your server but may not redistribute, modify, or claim ownership of it.



