{"id":79344,"date":"2026-06-04T16:48:56","date_gmt":"2026-06-04T13:48:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/"},"modified":"2026-06-04T16:48:56","modified_gmt":"2026-06-04T13:48:56","slug":"hardcore-lives-plugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/","title":{"rendered":"Hardcore Lives Plugin"},"content":{"rendered":"<p># HardcoreLivesPlugin<\/p>\n<p>A plugin that allows you to give players limited lives on a survival server.<br \/>\nSimply drop the jar into your plugins folder and you&#8217;re ready to go.<\/p>\n<p>**Note:** The server must not actually be in hardcore mode for the plugin to work.<br \/>\nHardcore will ban players on death regardless of plugins. Please ensure `hardcore=false`<br \/>\nin your server.properties.<\/p>\n<p>**Note (2):** This plugin was built on top of Spigot and tested with PaperSpigot. Unofficial forks of Spigot are NOT<br \/>\nsupported and you will be asked to reproduce your issue on one of these official server distributions<br \/>\nif you are seeking support.<\/p>\n<p>&#8212;&#8212;<\/p>\n<p>#### Commands:<\/p>\n<p>`\/hl` &#8211; Show Help<\/p>\n<p>`\/hl lives` &#8211; Check the number of lives you have<\/p>\n<p>`\/hl scoreboard` &#8211; Toggles the lives scoreboard for yourself.<\/p>\n<p>`\/hl lives buy <number>` &#8211; Purchase lives at the buy price set by the config.<br \/>\nThis will not allow you to leave yourself with less than 1 life. ***Requires Vault***<\/p>\n<p>`\/hl lives sell <number>` &#8211; Sell lives at the sell price set by the config.<br \/>\nThis will not allow you to leave yourself with less than 1 life. ***Requires Vault***<\/p>\n<p>`\/hl giveLives <player> <number>` &#8211; Transfer lives to another player.<br \/>\nThis will not allow you to leave yourself with less than 1 life.<\/p>\n<p>`\/hl lives <player>` &#8211; Check the number of lives another player has<\/p>\n<p>`\/hl resetAll` &#8211; Reset all player data and life counts<\/p>\n<p>`\/hl reload` &#8211; Reload the plugin from config<\/p>\n<p>`\/hl reset <player>` &#8211; Reset the data for the given player<\/p>\n<p>`\/hl config <key> <value>` &#8211; change the config file for the given key<\/p>\n<p>`\/hl setLives <player> <lives>` &#8211; change the number of lives a player has remaining<\/p>\n<p>`\/hl addLives <player> <lives>` &#8211; add to a player&#8217;s life count. <\/p>\n<p>*Note that the above 2 commands will not exceed the maximum life count if one is set.*<\/p>\n<p>`\/hl setMaxLives <player> <max>` &#8211; change the maximum number of lives a player can have (default: 3; set to 0 for no max)<\/p>\n<p>`\/hl scoreboardSlot <SIDEBAR\/PLAYER_LIST\/BELOW_NAME>` &#8211; change the scoreboard display slot for the plugin.<br \/>\n**NOTE:** this is a server wide change.<\/p>\n<p>`\/hl save` &#8211; Saves all player data to disk. This also happens automatically for a single player when a player leaves the<br \/>\nserver or the server is shut down gracefully.<\/p>\n<p>`\/hl autosave <number> <TimeUnit>` &#8211; Sets the auto save period for the plugin. The Time Unit argument can be any of the<br \/>\nfollowing: `MICROSECONDS`, `MILLISECONDS`, `SECONDS`, `MINUTES`, `HOURS`, `DAYS`. It is not recommended you set this to<br \/>\nless than 10 seconds. **Default:** *5 minutes*<\/p>\n<p>&#8212;&#8212;<\/p>\n<p>#### Config:<\/p>\n<p>`startingLives` &#8211; *Integer* : Number of lives a player starts with when they first join the server.<br \/>\nDefault: `3`<\/p>\n<p>`allowTotemOfUndying` &#8211; *Boolean* : Setting to `false` prevents totem of undying from working:<br \/>\nplayers will always die upon taking lethal damage. Default: `true`<\/p>\n<p>`spectateWhenNoMoreLives` &#8211; *Boolean* : Setting to `false` will cause players to be banned once they run out of lives.<br \/>\nDefault: `true`<\/p>\n<p>`autosaveInterval` &#8211; *Integer* : Sets the interval that player data is autosaved. Works in conjunction with<br \/>\n`autosaveUnit`. It is not recommended you set these values lower than 10 seconds. This cannot be set by `\/hl config`.<\/p>\n<p>`autosaveUnit` &#8211; *String*: Any of the following: `MICROSECONDS`, `MILLISECONDS`, `SECONDS`, `MINUTES`, `HOURS`, `DAYS`.<br \/>\nThis cannot be set by `\/hl config`.<\/p>\n<p>`allowBuyingLives` &#8211; *Boolean* : Setting to true allows players with proper permissions to use `\/hl lives buy`<\/p>\n<p>`allowSellingLives` &#8211; *Boolean* : Setting to true allows players with proper permissions to use `\/hl lives sell`<\/p>\n<p>`allowGivingLives` &#8211; *Boolean* : Setting to true allows players with proper permissions to use `\/hl lives give`<\/p>\n<p>`lifeBuyPrice` &#8211; *Float* : Sets the buy price of a single life for all players.<\/p>\n<p>`lifeSellPrice` &#8211; *Float* : Sets the sell price of a single life for all players.<\/p>\n<p>`scoreboardDisplaySlot` &#8211; *String* : Sets the display slot of the lives scoreboard. Valid values are `SIDEBAR`,<br \/>\n`BELOW_NAME`, or `PLAYER_LIST`. <\/p>\n<p>`loseLifeOnPvpOnly` &#8211; *Boolean* : Setting to true causes players to only lose lives when they die in PVP combat.<br \/>\nDefault: `false`<\/p>\n<p>&#8212;&#8212;<\/p>\n<p>#### Permissions<br \/>\n&#8211; `hardcorelives.lives.others`<br \/>\n&#8211; `hardcorelives.lives.buy`<br \/>\n&#8211; `hardcorelives.lives.sell`<br \/>\n&#8211; `hardcorelives.lives.give`<br \/>\n&#8211; `hardcorelives.reset`<br \/>\n&#8211; `hardcorelives.resetAll`<br \/>\n&#8211; `hardcorelives.scoreboard`<br \/>\n&#8211; `hardcorelives.scoreboard.manage`<br \/>\n&#8211; `hardcorelives.reload`<br \/>\n&#8211; `hardcorelives.config`<br \/>\n&#8211; `hardcorelives.setLives`<br \/>\n&#8211; `hardcorelives.bypass`<br \/>\n&#8211; `hardcorelives.save`<br \/>\n&#8211; `hardcorelives.autosave`<\/p>\n<p>&#8212;&#8212;<\/p>\n<p>#### Placeholders:<br \/>\n&#8211; `%hardcorelivesplugin_lives%`<br \/>\n&#8211; `%hardcorelivesplugin_max_lives%`<\/p>\n<p>#### Other info:<\/p>\n<p> &#8211; Opped players will not be forced into spectator mode even if they have zero lives. This<br \/>\n is due to the fact that checking lives checks the `hardcorelives.bypass` permission, which ops always have.<br \/>\n &#8211; Resetting or manually overriding a player&#8217;s lives does not change their gamemode back. Be sure to `\/gamemode survival`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin that allows you to give players limited lives on a survival server.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"hardcore-lives-plugin","_minecraft_project_id":"E1I3eLJ6","_minecraft_author":"VoxelBuster","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":1913,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hardcore-lives-plugin.zip","_minecraft_size_bytes":454853,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T06:28:38.687547Z","_minecraft_date_created":"2024-03-23T06:40:21.751042Z","_minecraft_date_modified":"2025-02-24T03:06:55.778157Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hardcore-lives-plugin","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-04T13:48:57+00:00","_minecraft_import_hash":"a30963b55c3b623071de0ff7e060d947","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,129,92],"mod_loader":[132,134],"minecraft_version":[449,114,117,48,50,53,58,94,102,38],"class_list":["post-79344","mod","type-mod","status-publish","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-13-2","minecraft_version-1-14-4","minecraft_version-1-15-2","minecraft_version-1-16-5","minecraft_version-1-17-1","minecraft_version-1-18-2","minecraft_version-1-19-4","minecraft_version-1-20-4","minecraft_version-1-20-6","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hardcore Lives Plugin - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hardcore Lives Plugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin that allows you to give players limited lives on a survival server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardcore-lives-plugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardcore-lives-plugin\\\/\",\"name\":\"Hardcore Lives Plugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-04T13:48:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardcore-lives-plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardcore-lives-plugin\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardcore-lives-plugin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hardcore Lives Plugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hardcore Lives Plugin - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Hardcore Lives Plugin - Minecraft","og_description":"A plugin that allows you to give players limited lives on a survival server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/","name":"Hardcore Lives Plugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-04T13:48:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardcore-lives-plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Hardcore Lives Plugin"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/79344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=79344"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=79344"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=79344"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=79344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}