Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
TenLives
PluginLicenseRef-All-Rights-Reserved

TenLives

TenLives is a Minecraft plugin designed to add an extra layer of challenge and excitement to your survival gameplay

212
Downloads
3
Followers
1 years ago
Updated
📦
5
Versions
cursedgame-mechanicsminigamebukkitpaperpurpurspigot
Download Latestv8.2-RELEASEView on Modrinth

📖About TenLives

TenLives Plugin

logo

Overview:
TenLives is a Minecraft plugin that adds an exciting survival challenge by limiting the number of lives a player has. Each death reduces the player's maximum health, and if it drops too low, the player faces severe consequences such as being switched to spectator mode or banned. Players can restore their lives using special custom totems.

Features:

  • Health Reduction on Death:

    • Each death reduces the player's maximum health by 2 points.
    • When a player's maximum health drops below 1 point, they are either switched to spectator mode or banned, based on the configuration.
  • Life Restoration:

    • Players can restore their lives using custom totems.
    • The custom totem increases the player's maximum health by 2 points, up to a maximum of 20 points.
  • Customizable Messages:

    • All in-game messages are customizable via the configuration file.
  • Totem Distribution:

    • Custom totems can be found with a 10% chance in storage minecarts.
    • Players can also receive totems via the /gettotem command if they have the necessary permissions.
  • Commands:

    • /gettotem <nickname>: Gives the player a custom totem if they have the required permission (tenlives.gettotem).
  • Placeholders:

    • %tenlives_lives%: Displays the number of lives a player has based on their current maximum health.

Installation:

  1. Download the TenLives plugin.
  2. Place the downloaded file into your server's plugins directory.
  3. Start or restart your server to load the plugin.
  4. Configure the plugin as needed in the generated config.yml file.

Configuration:

  • The config.yml file allows server administrators to customize various aspects of the plugin, such as messages and actions on death.

Usage:

  • Players start with a default number of lives.
  • Each death reduces their maximum health, and they must use custom totems to restore it.
  • Admins can distribute totems using the /gettotem command.

Commands:

  • /gettotem: Gives the player a custom totem if they have the required permission (tenlives.gettotem).

Configuration File (config.yml):

# TenLives configuration
death_action: "spectator"  # Options: 'spectator' or 'ban'
death_message: "&cВаши жизни закончились..."
totem_name: "&6Тотем Жизни"
totem_custom_model_data: 993
life_lost_title: "&cВы потеряли жизнь"
life_lost_subtitle: "&eБудь внимательнее, они не вечны"
life_restored_title: "&a1 Жизнь восстановлена"
life_restored_subtitle: "&eПотрать её с умом"
totem_received_message: "&aВы получили Тотем Жизни!"
command_player_only: "&cЭту команду может использовать только игрок."
no_permission_message: "&cУ вас нет прав на использование этой команды."

Metrics:

  • This plugin uses bStats to collect anonymous usage statistics to help improve the plugin.

Code Breakdown

Main Class: TenLives

This is the main plugin class responsible for:

  • Enabling and disabling the plugin.
  • Managing events and commands.
  • Handling player deaths, resurrections, and interactions with storage minecarts.
Methods:
  • onEnable(): Initializes the plugin, loads the configuration, registers events and commands, and sets up metrics.
  • onDisable(): Cleans up when the plugin is disabled.
  • onPlayerDeath(PlayerDeathEvent event): Handles player deaths and reduces their maximum health.
  • onPlayerRespawn(PlayerRespawnEvent event): Provides feedback to the player when they respawn.
  • onEntityResurrect(EntityResurrectEvent event): Handles player resurrections and restores their health if a custom totem is used.
  • onPlayerInteractEntity(PlayerInteractEntityEvent event): Manages interactions with storage minecarts and adds custom totems to their inventory.
  • onCommand(CommandSender sender, Command command, String label, String[] args): Handles the /gettotem command.
  • createCustomTotem(): Creates the custom totem item.
  • isValidTotem(ItemStack item): Checks if an item is a valid custom totem.

Placeholder Expansion: LivesPlaceholder

This class integrates with PlaceholderAPI to provide custom placeholders.

Methods:
  • getIdentifier(): Returns the identifier for this placeholder expansion.
  • getAuthor(): Returns the author of this placeholder expansion.
  • getVersion(): Returns the version of this placeholder expansion.
  • onPlaceholderRequest(Player player, @NotNull String identifier): Handles the placeholder request and returns the appropriate value for %tenlives_lives%.

Usage Notes

  • Customize messages and other settings in the config.yml file.
  • Ensure players have the appropriate permissions to use the /gettotem command.
  • Monitor player health and interactions to ensure the plugin functions as expected.
  • Use the %tenlives_lives% placeholder in supported plugins or message formats to display the number of lives a player has.

👥 Team & Contributors

saikonohack
saikonohackOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+1 more

🔗 Links

Modrinth Page