Compatibility
Minecraft: Java Edition
1.21โ1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 8 months 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.


