{"id":54858,"date":"2026-06-03T04:18:20","date_gmt":"2026-06-03T01:18:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/"},"modified":"2026-06-03T04:18:20","modified_gmt":"2026-06-03T01:18:20","slug":"death-bans","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/","title":{"rendered":"Death Bans"},"content":{"rendered":"<p>![Discord](https:\/\/discord.gg\/qdmSv7usbJ)<br \/>\n![GitHub](https:\/\/github.com\/vanillaxtra\/DeathBan)<br \/>\n![Minecraft](https:\/\/github.com\/vanillaxtra\/DeathBan)<br \/>\n![Folia](https:\/\/github.com\/vanillaxtra\/DeathBan)<\/p>\n<p>&#8212;<\/p>\n<p># \u2620\ufe0f DeathBan<\/p>\n<p>> **The hardcore death-ban plugin, rebuilt for the modern era.**<\/p>\n<p>DeathBan temporarily \u2014 or permanently \u2014 bans players when they run out of lives. One death doesn&#8217;t end it all; players get a configurable number of chances before they&#8217;re locked out. Whether you&#8217;re running a hardcore SMP, a UHC event, or a custom punishment system, DeathBan has you covered.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83d\udc80 **Lives system** \u2014 Players have a configurable number of lives before a death-ban kicks in<br \/>\n&#8211; \u23f1\ufe0f **Timed &#038; permanent bans** \u2014 Set ban durations per group, or use `permanent` to lock players out forever<br \/>\n&#8211; \ud83d\udcc8 **Escalating bans** \u2014 Configure a list of ban times that increase with each ban (10m \u2192 1h \u2192 permanent)<br \/>\n&#8211; \ud83d\udc65 **Permission groups** \u2014 Different lives and ban durations for different ranks (VIP, Staff, etc.)<br \/>\n&#8211; \ud83d\udce2 **Server-wide announcements** \u2014 Optional broadcast when a player is banned, fully customisable<br \/>\n&#8211; \ud83c\udfa8 **Fully customisable messages** \u2014 Every message the plugin sends can be edited in `config.yml`<br \/>\n&#8211; \ud83d\udd04 **Live hot-reload** \u2014 `\/deathban reload` reloads all config, messages, and groups instantly \u2014 no restart required<br \/>\n&#8211; \ud83c\udfaf **PlaceholderAPI support** \u2014 Expose lives and ban stats to scoreboards, tab lists, and chat plugins<br \/>\n&#8211; \u2694\ufe0f **Revive system** \u2014 Players can sacrifice one of their own lives to unban another player<br \/>\n&#8211; \ud83d\udee1\ufe0f **Vanilla ban list integration** \u2014 Optionally sync bans to `\/banlist` so they persist even without the plugin<br \/>\n&#8211; \ud83c\udf3f **Folia native support** \u2014 Region-aware scheduling, works on threaded Folia servers out of the box<br \/>\n&#8211; \ud83d\udce6 **Single JAR** \u2014 One file runs on Bukkit, Spigot, Paper, Purpur, and Folia across all versions 1.13\u20131.21.x<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udda5\ufe0f Platform Support<\/p>\n<p>| Platform | Supported |<br \/>\n|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Bukkit   | \u2705 |<br \/>\n| Spigot   | \u2705 |<br \/>\n| Paper    | \u2705 |<br \/>\n| Purpur   | \u2705 |<br \/>\n| Folia    | \u2705 |<\/p>\n<p>> Runs on a single JAR \u2014 no separate builds for different platforms.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Fully Customisable Messages<\/p>\n<p>Every single piece of text the plugin sends to players can be changed in `config.yml`. No hardcoded strings anywhere.<\/p>\n<p>### Kick Screen<\/p>\n<p>When a player runs out of lives and is banned, they see a fully customisable kick screen:<\/p>\n<p>![Kick screen showing &#8220;You died and have been banned. You will be unbanned in 10 hours.&#8221;](images\/kick-screen.png)<\/p>\n<p>This message is completely up to you. Change the wording, add color codes, make it dramatic \u2014 it&#8217;s all in your config:<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  kick: |-<br \/>\n    You died and have been banned.<br \/>\n    You will be unbanned in %time%.<br \/>\n  kick-permanent: |-<br \/>\n    You died and have been permanently banned.<br \/>\n&#8220;`<\/p>\n<p>The same message also appears on the login screen if a banned player tries to rejoin (`messages.ban` and `messages.ban-permanent`).<\/p>\n<p>&#8212;<\/p>\n<p>### Server Announcement<\/p>\n<p>You can optionally broadcast a message to all online players when someone gets banned. **This is turned off by default** \u2014 enable it and customise the message whenever you&#8217;re ready:<\/p>\n<p>![Chat showing &#8220;notauthorised left the game&#8221;](images\/chat-announce.png)<\/p>\n<p>&#8220;`yaml<br \/>\n# Off by default. Set to true to enable.<br \/>\nannounce-ban: false<\/p>\n<p>messages:<br \/>\n  announce: &#8216;%player% was banned for %time%&#8217;<br \/>\n  announce-permanent: &#8216;%player% was permanently banned&#8217;<br \/>\n&#8220;`<\/p>\n<p>When enabled, the announce message supports all the usual placeholders (`%player%`, `%time%`, `%lives%`, `%bans%`, etc.) and `&#038;` color codes.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/lives` | Check your own remaining lives | `deathban.command.lives` |<br \/>\n| `\/lives <player>` | Check another player&#8217;s lives | `deathban.command.lives` |<br \/>\n| `\/revive <player>` | Transfer one of your lives to a banned player | `deathban.command.revive` |<br \/>\n| `\/deathban reset <player>` | Remove a ban and restore full lives | `deathban.command.admin` |<br \/>\n| `\/deathban set <player> <lives>` | Set a player&#8217;s exact life count | `deathban.command.admin` |<br \/>\n| `\/deathban add <player> <lives>` | Add lives to a player | `deathban.command.admin` |<br \/>\n| `\/deathban ban <player> <time>` | Manually ban a player for a duration | `deathban.command.admin` |<br \/>\n| `\/deathban reload` | Hot-reload all config and messages | `deathban.command.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `deathban.*` | false | All DeathBan permissions |<br \/>\n| `deathban.bypass` | false | Never get death-banned |<br \/>\n| `deathban.command.*` | op | All commands |<br \/>\n| `deathban.command.lives` | true | Use `\/lives` |<br \/>\n| `deathban.command.revive` | true | Use `\/revive` |<br \/>\n| `deathban.command.admin` | op | All admin sub-commands |<br \/>\n| `deathban.notify` | op | Receive update notifications on join |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca PlaceholderAPI<\/p>\n<p>Requires PlaceholderAPI to be installed.<\/p>\n<p>| Placeholder | Description | Example Output |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%deathban_lives%` | Lives remaining before next ban | `7` |<br \/>\n| `%deathban_max_lives%` | Maximum lives for this player&#8217;s group | `10` |<br \/>\n| `%deathban_deaths%` | Deaths since last ban | `3` |<br \/>\n| `%deathban_bans%` | Total number of times this player has been banned | `2` |<\/p>\n<p>Use these in any PAPI-compatible plugin \u2014 scoreboards, tab lists, chat, holograms, etc.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### Time Format<\/p>\n<p>Control how ban durations are displayed to players. Multiple styles available:<\/p>\n<p>&#8220;`yaml<br \/>\n# Relative countdown (default) \u2014 &#8220;10 hours&#8221;, &#8220;45 minutes&#8221;<br \/>\ntime-format: &#8216;in 1 hours minutes? seconds?&#8217;<\/p>\n<p># Absolute date \u2014 &#8220;10 March 2026 at 17:45:00&#8221;<br \/>\ntime-format: &#8216;date-format long long&#8217;<\/p>\n<p># Compact \u2014 &#8220;3h 45m&#8221;<br \/>\ntime-format: &#8216;in 3 hours minutes? seconds?&#8217;<\/p>\n<p># Custom pattern<br \/>\ntime-format: &#8216;custom-date-format dd-MM-yyyy HH:mm:ss&#8217;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Lives &#038; Ban Duration<\/p>\n<p>&#8220;`yaml<br \/>\ndefault:<br \/>\n  lives: 10          # Deaths before a ban triggers<br \/>\n  time: 10h          # Ban duration (s, m, h, d, w supported)<br \/>\n  # time: permanent  # Never-expiring ban<br \/>\n&#8220;`<\/p>\n<p>**Escalating bans** \u2014 each entry applies to the nth ban, and once the list runs out, all future bans are permanent:<\/p>\n<p>&#8220;`yaml<br \/>\ndefault:<br \/>\n  lives: 10<br \/>\n  time:<br \/>\n    &#8211; 10m       # First ban: 10 minutes<br \/>\n    &#8211; 1h        # Second ban: 1 hour<br \/>\n    &#8211; 12h       # Third ban: 12 hours<br \/>\n    &#8211; permanent # Fourth ban and beyond: permanent<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Permission Groups<\/p>\n<p>Give different ranks their own lives and ban times. The highest-priority matching group wins:<\/p>\n<p>&#8220;`yaml<br \/>\ngroups:<br \/>\n  vip:<br \/>\n    permission: deathban.group.vip<br \/>\n    lives: 15<br \/>\n    time: 2h<br \/>\n    priority: 1<\/p>\n<p>  staff:<br \/>\n    permission: deathban.group.staff<br \/>\n    lives: 20<br \/>\n    time: 30m<br \/>\n    priority: 2<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Messages<\/p>\n<p>Every message supports `&#038;` color codes and the following placeholders:<\/p>\n<p>| Placeholder | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%player%` | Player&#8217;s name |<br \/>\n| `%time%` | Ban duration (formatted by `time-format`) |<br \/>\n| `%lives%` | Lives remaining |<br \/>\n| `%maxlives%` | Maximum lives |<br \/>\n| `%deaths%` | Current death count |<br \/>\n| `%bans%` | Total ban count |<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  # Shown on the login screen when the player tries to reconnect while banned<br \/>\n  ban: |-<br \/>\n    You were banned because of your death.<br \/>\n    You will be unbanned in %time%.<br \/>\n  ban-permanent: |-<br \/>\n    You were permanently banned because of your death.<\/p>\n<p>  # Shown as the instant kick when the ban is applied<br \/>\n  kick: |-<br \/>\n    You died and have been banned.<br \/>\n    You will be unbanned in %time%.<br \/>\n  kick-permanent: |-<br \/>\n    You died and have been permanently banned.<\/p>\n<p>  # Optional server-wide broadcast (requires announce-ban: true)<br \/>\n  announce: &#8216;%player% was banned for %time%&#8217;<br \/>\n  announce-permanent: &#8216;%player% was permanently banned&#8217;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Ban Announcements<\/p>\n<p>Off by default. Enable and customise whenever you like \u2014 just set `announce-ban: true` and edit the message:<\/p>\n<p>&#8220;`yaml<br \/>\nannounce-ban: false   # Change to true to enable<\/p>\n<p>messages:<br \/>\n  announce: &#8216;%player% was banned for %time%&#8217;<br \/>\n  announce-permanent: &#8216;%player% was permanently banned&#8217;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Revive System<\/p>\n<p>Players can sacrifice one of their own lives to unban another player with `\/revive <player>`. A confirmation prompt prevents accidental self-banning:<\/p>\n<p>&#8220;`yaml<br \/>\nrevive-confirm: 10    # Seconds to confirm if the revive would ban the sender (0 = no confirm)<br \/>\nrevive-lives: all     # Lives the revived player gets back (all \/ positive \/ negative)<br \/>\n&#8220;`<\/p>\n<p>`revive-lives` examples:<br \/>\n&#8211; `all` \u2014 full lives restored<br \/>\n&#8211; `3` \u2014 exactly 3 lives<br \/>\n&#8211; `-2` \u2014 max lives minus 2<\/p>\n<p>&#8212;<\/p>\n<p>### Vanilla Ban List Integration<\/p>\n<p>&#8220;`yaml<br \/>\nuse-vanilla-bans: false<br \/>\n&#8220;`<\/p>\n<p>When `true`, DeathBan syncs every ban to the server&#8217;s built-in `\/banlist`. Banned players are blocked at the server level even if DeathBan is removed. Bans are automatically pardoned when reset or revived.<\/p>\n<p>&#8212;<\/p>\n<p>### Commands on Ban<\/p>\n<p>Run custom commands automatically when a player is banned \u2014 integrate with any external plugin:<\/p>\n<p>&#8220;`yaml<br \/>\ndefault:<br \/>\n  lives: 10<br \/>\n  time: 10h<br \/>\n  commands:<br \/>\n    &#8211; &#8216;broadcast %player% has been death banned!&#8217;<br \/>\n    &#8211; &#8216;lp user %player% parent set banned&#8217;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd04 Hot Reload<\/p>\n<p>All messages, groups, ban times, and settings are reloaded instantly with one command \u2014 no server restart needed:<\/p>\n<p>&#8220;`<br \/>\n\/deathban reload<br \/>\n&#8220;`<\/p>\n<p>Any missing config keys are automatically restored from defaults on every reload.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 Credits<\/p>\n<p>Originally created by **Okx**. This fork modernizes the plugin with Folia support, permanent bans, server-wide announcements, vanilla ban list integration, and full compatibility across all server platforms from 1.13 to 1.21.x.<\/p>\n<p>Join the community: discord.gg\/qdmSv7usbJ<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca bStats<br \/>\n![bStats: servers using death-bans](https:\/\/bstats.org\/plugin\/bukkit\/deathbans\/30324)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple, modern plugin to ban players on their death.<\/p>\n","protected":false},"featured_media":54859,"template":"","meta":{"_minecraft_slug":"death-bans","_minecraft_project_id":"c9nBa85f","_minecraft_author":"not.authorised","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":51,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"death-bans.zip","_minecraft_size_bytes":27168238,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T21:11:56.328280Z","_minecraft_date_created":"2026-03-24T23:34:32.571235Z","_minecraft_date_modified":"2026-03-20T10:36:32.260110Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/death-bans","_minecraft_icon_attachment_id":54859,"_minecraft_imported_at":"2026-06-03T01:18:20+00:00","_minecraft_import_hash":"5c6ed17a897dced9e656b0d232a6f7ff","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,866,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-54858","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Death Bans - 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\/death-bans\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Death Bans - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple, modern plugin to ban players on their death.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/\",\"name\":\"Death Bans - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/death-bans-icon-6a93557a8f4ccbaf0ef56e92d456d5c3d08e58a9_96.webp\",\"datePublished\":\"2026-06-03T01:18:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/death-bans-icon-6a93557a8f4ccbaf0ef56e92d456d5c3d08e58a9_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/death-bans-icon-6a93557a8f4ccbaf0ef56e92d456d5c3d08e58a9_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-bans\\\/#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\":\"Death Bans\"}]},{\"@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":"Death Bans - 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\/death-bans\/","og_locale":"en_US","og_type":"article","og_title":"Death Bans - Minecraft","og_description":"A simple, modern plugin to ban players on their death.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/","name":"Death Bans - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/death-bans-icon-6a93557a8f4ccbaf0ef56e92d456d5c3d08e58a9_96.webp","datePublished":"2026-06-03T01:18:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/death-bans-icon-6a93557a8f4ccbaf0ef56e92d456d5c3d08e58a9_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/death-bans-icon-6a93557a8f4ccbaf0ef56e92d456d5c3d08e58a9_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-bans\/#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":"Death Bans"}]},{"@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\/54858","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/54859"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=54858"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=54858"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=54858"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=54858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}