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
H1 (HP)
PluginMIT

H1 (HP)

At each death, the player loses 1 heart.

128
Downloads
0
Followers
10 months ago
Updated
📦
2
Versions
game-mechanicspaperpurpurspigot
Download Latestv1.0.6View on Modrinth

📖About H1 (HP)

Plugin Description: H1

H1 is a Minecraft server plugin that removes one heart from a player each time they die.
If a player loses all their hearts (lives), a command is executed, which you can configure. For example, you can ban the player. WARNING: by default, it only displays a message that the player has lost all their lives.

You can use this creatively: sell hearts for in-game currency or real money, or make a quest that rewards hearts. You can also go hardcore and ban players permanently, but hey, it's Minecraft — not many players are into masochism. Use your imagination.

Features:

  • Player data is stored in a local SQLite database.
  • All messages are configurable.
  • You can give, set, or restore player hearts via command.
  • There’s a limit: players can’t be given more than 20 half-hearts (10 full hearts).
  • Includes a placeholder that displays the number of hearts a player has.

Commands:

/h1 give – Adds hearts to a player (up to 10 max).
/h1 set – Sets the player’s hearts to a specific value (up to 10).
/h1 recover – Restores the player’s lives to the maximum. Ideal for auto-recovery.
/h1 remove – Removes hearts from the player. (Lives can't go below zero.)
/h1 reload – Reloads the plugin.

Permissions:

h1.reload – Allows plugin reload.
h1.set – Grants access to the /h1 set command.
h1.give – Grants access to the /h1 give command.
h1.recover – Grants access to the /h1 recover command.
h1.remove – Grants access to the /h1 remove command.

Placeholders:

Requires PlaceholderAPI.
%h1_lives% – Displays the number of lives the player has (number only).

Configuration

language: "en"    # en, ru
lives:
  # Default number of lives (hearts) for a new player
  default: 10

  # Command to execute when a player runs out of lives.
  # You can use the %player% placeholder, which will be replaced with the player's name.
  command: "say Player %player% has lost all their lives!"

database:
  # SQLite database file name.
  # The file will be created in the plugin folder if it doesn't exist.
  file: "players.db"

Messages file:

prefix: "§6[H1] §r"
command:
  usage: "Usage: /h1 <give|set|remove|recover|reload> <player> <amount>"
  unknown: "Unknown command!"
reload:
  success: "Plugin reloaded successfully!"
give:
  success: "You gave %player% %amount% hearts."
  received: "You received %amount% hearts."
  max: "The player already has the maximum number of hearts (%max% hearts)."
  limited: "You can only give the player %available% hearts to avoid exceeding the limit of %max% hearts."
remove:
  success: "You removed %amount% hearts from %player%."
player:
  not:
    found: "Player not found!"
no:
  permission: "You don't have permission to use this command!"
life:
  info: "You now have %lives%."
recover:
  success: "You restored %player%'s life to the maximum."
number:
  format:
    error: "Invalid number: %input%"

Installation:

  1. Download the plugin.
  2. Stop your server.
  3. Drop the .jar file into your /plugins/ folder.
  4. Start the server.
  5. Done.
    To enable placeholders, install PlaceholderAPI.

👥 Team & Contributors

b0b0b0
b0b0b0Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.181.18.11.18.21.191.19.11.19.21.19.31.19.4+19 more

🔗 Links

Modrinth Page