{"id":89971,"date":"2026-06-05T06:18:36","date_gmt":"2026-06-05T03:18:36","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/"},"modified":"2026-06-05T06:18:36","modified_gmt":"2026-06-05T03:18:36","slug":"keepinventory-individual","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/","title":{"rendered":"KeepInventory Individual"},"content":{"rendered":"<p>![About](https:\/\/imgur.com\/Dr1ccRs.png)<br \/>\nKeepInventory Individual allows you to set KeepInventory for players individually.<\/p>\n<p>This plugin supports MySQL, so that it can save the list of players with KeepInventory enabled, into the Database.<\/p>\n<p>If MySQL is disabled, or no connection is established to it, then the plugin will temporarely store the list into a YAML file, until the connection to a MySQL database is established.<\/p>\n<p>Once connection is established, the plugin will then move the list from the YAML file into the database automatically.<\/p>\n<p>You can also blacklist certain death causes, if you do not want the player to keep their inventory for falling into the void for example.<br \/>\nMore info about it in the Configs section.<\/p>\n<p>This plugin also has an API, allowing you to use some of it&#8217;s features in your own projects! Learn more<\/p>\n<p>![Commands](https:\/\/imgur.com\/Kko6HvL.png)<br \/>\n### Usage: \/keepinventory <on\/off\/reload> (player)<\/p>\n<p>The command itself can only be used by opped players, or players with the appropriate permissions assigned to them.<br \/>\n| Command|Description<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-:|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-:|<br \/>\n| \/keepinventory on (player)| Enables KeepInventory for you or the player mentioned.|<br \/>\n| \/keepinventory off (player)| Disables KeepInventory for you or the player mentioned.|<br \/>\n| \/keepinventory reload| Reloads the config files.|<br \/>\n| \/keepinventory list | Shows a list of players with KeepInventory enabled.|<br \/>\n| \/keepinventory help | Shows a list of commands for this plugin.|<\/p>\n<p>![Permissions](https:\/\/imgur.com\/kjthbJx.png)<br \/>\nThese are the permission nodes used for the commands.<br \/>\n|Permission|Usage|Default|<br \/>\n|:&#8212;&#8212;&#8212;-:|:&#8212;&#8211;:|:&#8212;&#8212;:|<br \/>\n|ki.admin.cmd.on|Used for \/keepinventory on|Opped Players|<br \/>\n|ki.admin.cmd.off|Used for \/keepinventory off|Opped Players|<br \/>\n|ki.admin.cmd.other|Used for \/keepinventory on\/off (Player)|Opped Players|<br \/>\n|ki.admin.cmd.reload|Used for \/keepinventory reload|Opped Players|<br \/>\n|ki.admin.cmd.list|Used for \/keepinventory list|Opped Players|<br \/>\n|ki.admin.cmd.help|Used for \/keepinventory help|Opped Players|<br \/>\n|ki.keepxp|Players with this permission will keep their experience upon death.|Opped Players|<br \/>\n|ki.onjoin.on|Players will have KeepInventory enabled by default as soon as they join. Blacklisted worlds will cancel it.|Opped Players|<br \/>\n|ki.onjoin.off|Players will have KeepInventory disabled by default as soon as they join.|Opped Players|<\/p>\n<p>![Configs](https:\/\/imgur.com\/vfqEP7k.png)<br \/>\n## config.yml<br \/>\n&#8220;`<br \/>\n# NOTE: When using the blacklist, please make sure to write the causes in caps like this:<br \/>\n# blacklist:<br \/>\n# &#8211; VOID<br \/>\n# &#8211; EXPLOSION<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# If you want to leave the list empty, please enter the list like this:<br \/>\n# blacklist: []<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# You can find a list of all damage causes here:<br \/>\n# https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/event\/entity\/EntityDamageEvent.DamageCause.html<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>world-blacklist:<br \/>\n  enabled: false<br \/>\n  blacklist: []<br \/>\ndeathcause-blacklist:<br \/>\n  enabled: false<br \/>\n  blacklist: []<br \/>\nmysql:<br \/>\n  enabled: false<br \/>\n  host: HOST NAME<br \/>\n  port: PORT<br \/>\n  database: DATABASE NAME<br \/>\n  user: USERNAME<br \/>\n  password: PASSWORD<br \/>\ndebug:<br \/>\n  send-on-join-notification: false<br \/>\n  enabled: false<br \/>\n&#8220;`<\/p>\n<p>## messages.yml<br \/>\n&#8220;`<br \/>\ninfo:<br \/>\n  on-join:<br \/>\n    enabled: &#8216;&#038;7KeepInventory has been enabled for you by default!&#8217;<br \/>\n    disabled: &#8216;&#038;7KeepInventory has been disabled for you by default!&#8217;<br \/>\n    blacklisted: &#8216;&#038;7KeepInventory disabled, because you&#8221;re in a blacklisted world!&#8217;<br \/>\n  enabled: &#8216;&#038;7Successfully enabled KeepInventory for &#038;e{player}&#038;7!&#8217;<br \/>\n  disabled: &#8216;&#038;7Successfully disabled KeepInventory for &#038;e{player}&#038;7!&#8217;<br \/>\n  reload:<br \/>\n    process: &#8216;&#038;7Reloading configurations&#8230;&#8217;<br \/>\n    success: &#8216;&#038;7Configurations were successfully reloaded!&#8217;<br \/>\nerror:<br \/>\n  no-permission: &#8216;&#038;cYou do not have permission to use this command!&#8217;<br \/>\n  no-such-player: &#8216;&#038;cPlayer &#038;e{player} &#038;cdoes not exist.&#8217;<br \/>\n  invalid-arguments: &#8216;&#038;cInvalid arguments. Usage: &#038;e\/keepinventory <on\/off\/reload><br \/>\n    (player)&#8217;<br \/>\n  not-enough-arguments: &#8216;&#038;cNot enough arguments. Usage: &#038;e\/keepinventory <on\/off\/reload><br \/>\n    (player)&#8217;<br \/>\n  already-enabled: &#8216;&#038;cIt is already enabled for &#038;e{player} &#038;c.&#8217;<br \/>\n  already-disabled: &#8216;&#038;cIt is already disabled for &#038;e{player}.&#8217;<br \/>\n  empty-list: &#8216;&#038;cThe list is empty.&#8217;<br \/>\n  must-be-number: &#8216;&#038;cThe argument must be a number!&#8217;<br \/>\n  page-out-of-bounds: &#8216;&#038;cThe list only goes up to {number} pages.&#8217;<br \/>\n&#8220;`<\/p>\n<p>![Support](https:\/\/imgur.com\/igZsk62.png)<br \/>\n### You don&#8217;t know how to set something up or found some issues?<br \/>\nYou can reach out to me here:<br \/>\n&#8211; Github Issue Tracker<br \/>\n&#8211; Discord<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin that makes KeepInventory individual to players.<\/p>\n","protected":false},"featured_media":89972,"template":"","meta":{"_minecraft_slug":"keepinventory-individual","_minecraft_project_id":"1QZbMb72","_minecraft_author":"Niestrat99","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":4008,"_minecraft_follows":17,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"keepinventory-individual.zip","_minecraft_size_bytes":301930,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T04:22:59.625288Z","_minecraft_date_created":"2023-12-26T05:21:00.591059Z","_minecraft_date_modified":"2025-02-24T20:13:24.403398Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/keepinventory-individual","_minecraft_icon_attachment_id":89972,"_minecraft_imported_at":"2026-06-05T03:18:37+00:00","_minecraft_import_hash":"7430de493847e7ee0fe4a824eb159574","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,129],"mod_loader":[132,134],"minecraft_version":[845,846,847,848,849,59,36,60,93,94,101,102,62,37,73,74,38],"class_list":["post-89971","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-spigot","mod_loader-paper","mod_loader-spigot","minecraft_version-1-2-1","minecraft_version-1-2-2","minecraft_version-1-2-3","minecraft_version-1-2-4","minecraft_version-1-2-5","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-2","minecraft_version-1-21-3","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>KeepInventory Individual - 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\/keepinventory-individual\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KeepInventory Individual - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin that makes KeepInventory individual to players.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/\",\"name\":\"KeepInventory Individual - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/keepinventory-individual-icon-d11dbf5dd98004cd159016871a072ed5be74c4c3_96.webp\",\"datePublished\":\"2026-06-05T03:18:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/keepinventory-individual-icon-d11dbf5dd98004cd159016871a072ed5be74c4c3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/keepinventory-individual-icon-d11dbf5dd98004cd159016871a072ed5be74c4c3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keepinventory-individual\\\/#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\":\"KeepInventory Individual\"}]},{\"@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":"KeepInventory Individual - 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\/keepinventory-individual\/","og_locale":"en_US","og_type":"article","og_title":"KeepInventory Individual - Minecraft","og_description":"A plugin that makes KeepInventory individual to players.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/","name":"KeepInventory Individual - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/keepinventory-individual-icon-d11dbf5dd98004cd159016871a072ed5be74c4c3_96.webp","datePublished":"2026-06-05T03:18:36+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/keepinventory-individual-icon-d11dbf5dd98004cd159016871a072ed5be74c4c3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/keepinventory-individual-icon-d11dbf5dd98004cd159016871a072ed5be74c4c3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/keepinventory-individual\/#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":"KeepInventory Individual"}]},{"@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\/89971","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\/89972"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=89971"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=89971"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=89971"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=89971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}