LivesPlugin

โญ โ€” (7 endorsements) ๐Ÿ“ฅ 2,240 downloads ๐Ÿ“Œ v1.3 ๐Ÿ“… 10/12/2025
๐ŸŸก Updated this year

By Kaiwhodevs ยท adventure

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 2/15/2026 ๐Ÿ“… Created: 10/12/2025

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.3% endorsement rate
  • ๐Ÿ† #236 of 367 adventure mods in this game by downloads

๐Ÿ“‹ About This Mod

โœ… All plugin messages are fully configurable
โœ… No hardcoded text
โœ… Supports legacy color codes (`&`)

# ๐Ÿฉธ Lives Plugin A lightweight **hardcore survival plugin** that adds a **limited lives system** to your server โ€” perfect for SMPs, creator events, and high-stakes challenges. **Everything is fully customizable - lives, elimination behavior, items, recipes, messages, sounds, and gameplay rules.** --- ## โš”๏ธ Core Features - Players start with a configurable number of lives and lose 1 life on death - At 0 lives, players are eliminated (**BAN or SPECTATOR โ€” configurable**) - **Revive Books** allow players to bring eliminated players back - **Life Stars** grant extra lives and can be traded or withdrawn - Optional **LIFE_STAR drop & crafting limits** based on player lives - TAB list shows player lives with color indicators - Action bar messages for **join, respawn, and revive** events - Fully customizable messages, recipes, sounds, and behavior --- <details> <summary><strong>โŒจ๏ธ Commands</strong></summary> | Command | Usage | Description | Permission | |--------|------|-------------|------------| | /lives | /lives | Check lives | lives | | /setlives | /setlives <player> <amount> | Set lives | lives.setlives | | /addlives | /addlives <player> <amount> | Add lives | lives.addlives | | /removelives | /removelives <player> <amount> | Remove lives | lives.removelives | | /revivebook | /revivebook | Get revive book | lives.revivebook | | /lifestar | /lifestar | Get Life Star | lives.lifestar | | /withdrawlife | /withdrawlife <amount> | Withdraw lives | lives.withdrawlife | | /revive | /revive | Open revive menu | lives.revive | | /livesreload | /livesreload | Reload configs | lives.reload | | /livesrecipe | /livesrecipe | Edit recipes | lives.recipe | | /livesplugin | /livesplugin | Admin help | lives.admin | </details> --- <details> <summary><strong>๐Ÿงพ Permissions</strong></summary> | Permission | Description | Default | |-----------|------------|---------| | lives.setlives | Set player lives | OP | | lives.addlives | Add lives | OP | | lives.removelives | Remove lives | OP | | lives.revivebook | Give revive books | OP | | lives.lifestar | Give Life Stars | OP | | lives.reload | Reload plugin | OP | | lives.withdrawlife | Withdraw lives | TRUE | | lives.revive | Open revive GUI | OP | | lives.recipe | Edit recipes | OP | | lives.admin | Admin tools & help | OP | </details> --- <details> <summary><strong>โš™๏ธ Configuration (config.yml)</strong></summary> ### ๐Ÿ”ข Life Settings - `max-lives` โ€” Maximum lives a player can have - `starting-lives` โ€” Lives given on first join - `revive-lives` โ€” Lives restored when revived - `lose-life-on-pvp-only` โ€” Only lose lives from player kills ### โ˜ ๏ธ Elimination Mode ```yml elimination: mode: BAN ``` - **BAN** โ€” Eliminated players are banned until revived - **SPECTATOR** โ€” Eliminated players stay online in spectator mode ### ๐Ÿงพ TAB Display - Toggle TAB list on/off - Customize format and color thresholds ### ๐Ÿ“˜ Revive Book - Enable or disable revive books - Customize item name, lore, and recipe ### โญ Life Star - Enable or disable Life Stars - Configure lives granted per use - Drop limit and crafting limit by life count - Fully customizable item and recipe ### ๐Ÿ”Š Sounds - Elimination & revive sounds - Adjustable volume and pitch Apply changes instantly with `/livesreload`. </details> --- <details> <summary><strong>๐Ÿ’ฌ Messages (messages.yml)</strong></summary> - All plugin messages are fully configurable - No hardcoded text - Supports legacy color codes (`&`) ### Action Bar Messages ```yml actionbar: join: respawn: revive: ``` Includes command responses, broadcasts, GUI text, ban screen, and spectator messages. </details> --- ## ๐Ÿ“ License **All Rights Reserved (ARR)** You may not copy, modify, or redistribute this plugin without explicit permission. --- โœ… Simple to configure ๐Ÿ”ฅ High-stakes gameplay โš”๏ธ Built for SMPs & content creators

# ๐Ÿฉธ Lives Plugin A lightweight hardcore survival plugin that adds a limited lives system to your server โ€” perfect for SMPs, creator events, and high-stakes challenges.

Everything is fully customizable - lives, elimination behavior, items, recipes, messages, sounds, and gameplay rules.

## โš”๏ธ Core Features - Players start with a configurable number of lives and lose 1 life on death - At 0 lives, players are eliminated (BAN or SPECTATOR โ€” configurable) - Revive Books allow players to bring eliminated players back - Life Stars grant extra lives and can be traded or withdrawn - Optional LIFE_STAR drop & crafting limits based on player lives - TAB list shows player lives with color indicators - Action bar messages for join, respawn, and revive events - Fully customizable messages, recipes, sounds, and behavior

โŒจ๏ธ Commands

| Command | Usage | Description | Permission | |--------|------|-------------|------------| | /lives | /lives | Check lives | lives | | /setlives | /setlives | Set lives | lives.setlives | | /addlives | /addlives | Add lives | lives.addlives | | /removelives | /removelives | Remove lives | lives.removelives | | /revivebook | /revivebook | Get revive book | lives.revivebook | | /lifestar | /lifestar | Get Life Star | lives.lifestar | | /withdrawlife | /withdrawlife | Withdraw lives | lives.withdrawlife | | /revive | /revive | Open revive menu | lives.revive | | /livesreload | /livesreload | Reload configs | lives.reload | | /livesrecipe | /livesrecipe | Edit recipes | lives.recipe | | /livesplugin | /livesplugin | Admin help | lives.admin |

๐Ÿงพ Permissions

| Permission | Description | Default | |-----------|------------|---------| | lives.setlives | Set player lives | OP | | lives.addlives | Add lives | OP | | lives.removelives | Remove lives | OP | | lives.revivebook | Give revive books | OP | | lives.lifestar | Give Life Stars | OP | | lives.reload | Reload plugin | OP | | lives.withdrawlife | Withdraw lives | TRUE | | lives.revive | Open revive GUI | OP | | lives.recipe | Edit recipes | OP | | lives.admin | Admin tools & help | OP |

โš™๏ธ Configuration (config.yml)

### ๐Ÿ”ข Life Settings - `max-lives` โ€” Maximum lives a player can have - `starting-lives` โ€” Lives given on first join - `revive-lives` โ€” Lives restored when revived - `lose-life-on-pvp-only` โ€” Only lose lives from player kills

### โ˜ ๏ธ Elimination Mode ```yml elimination: mode: BAN ``` - BAN โ€” Eliminated players are banned until revived - SPECTATOR โ€” Eliminated players stay online in spectator mode

### ๐Ÿงพ TAB Display - Toggle TAB list on/off - Customize format and color thresholds

### ๐Ÿ“˜ Revive Book - Enable or disable revive books - Customize item name, lore, and recipe

### โญ Life Star - Enable or disable Life Stars - Configure lives granted per use - Drop limit and crafting limit by life count - Fully customizable item and recipe

### ๐Ÿ”Š Sounds - Elimination & revive sounds - Adjustable volume and pitch

Apply changes instantly with `/livesreload`.

๐Ÿ’ฌ Messages (messages.yml)

  • All plugin messages are fully configurable
  • No hardcoded text
  • Supports legacy color codes (`&`)

### Action Bar Messages ```yml actionbar: join: respawn: revive: ```

Includes command responses, broadcasts, GUI text, ban screen, and spectator messages.

## ๐Ÿ“ License All Rights Reserved (ARR) You may not copy, modify, or redistribute this plugin without explicit permission.

โœ… Simple to configure ๐Ÿ”ฅ High-stakes gameplay โš”๏ธ Built for SMPs & content creators

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
Kaiwhodevs
Version
1.3
Downloads
2,240
Endorsements
7
Category
adventure
Created
10/12/2025
Updated
2/15/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
adventure, equipment, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does LivesPlugin support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of LivesPlugin?

Version 1.3, published 2026-02-15 with 2,240 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More adventure ๐Ÿ‘ค More by Kaiwhodevs ๐Ÿ”Ž Similar Mods ๐ŸŒ Best adventure (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods