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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
KeepInventory Individual
PluginGPL-3.0-only

KeepInventory Individual

A plugin that makes KeepInventory individual to players.

3.4K
Downloads
16
Followers
1 years ago
Updated
📦
12
Versions
game-mechanicspaperspigot
Download Latestv1.6.1View on Modrinth

📖About KeepInventory Individual

About
KeepInventory Individual allows you to set KeepInventory for players individually.

This plugin supports MySQL, so that it can save the list of players with KeepInventory enabled, into the Database.

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.

Once connection is established, the plugin will then move the list from the YAML file into the database automatically.

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.
More info about it in the Configs section.

This plugin also has an API, allowing you to use some of it's features in your own projects! Learn more

Commands

Usage: /keepinventory <on/off/reload> (player)

The command itself can only be used by opped players, or players with the appropriate permissions assigned to them.

Command Description
/keepinventory on (player) Enables KeepInventory for you or the player mentioned.
/keepinventory off (player) Disables KeepInventory for you or the player mentioned.
/keepinventory reload Reloads the config files.
/keepinventory list Shows a list of players with KeepInventory enabled.
/keepinventory help Shows a list of commands for this plugin.

Permissions
These are the permission nodes used for the commands.

Permission Usage Default
ki.admin.cmd.on Used for /keepinventory on Opped Players
ki.admin.cmd.off Used for /keepinventory off Opped Players
ki.admin.cmd.other Used for /keepinventory on/off (Player) Opped Players
ki.admin.cmd.reload Used for /keepinventory reload Opped Players
ki.admin.cmd.list Used for /keepinventory list Opped Players
ki.admin.cmd.help Used for /keepinventory help Opped Players
ki.keepxp Players with this permission will keep their experience upon death. Opped Players
ki.onjoin.on Players will have KeepInventory enabled by default as soon as they join. Blacklisted worlds will cancel it. Opped Players
ki.onjoin.off Players will have KeepInventory disabled by default as soon as they join. Opped Players

Configs

config.yml

# NOTE: When using the blacklist, please make sure to write the causes in caps like this:
# blacklist:
# - VOID
# - EXPLOSION
# ----------------------------------------------------------------------------------------
# If you want to leave the list empty, please enter the list like this:
# blacklist: []
# ----------------------------------------------------------------------------------------
# You can find a list of all damage causes here:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
# ----------------------------------------------------------------------------------------

world-blacklist:
  enabled: false
  blacklist: []
deathcause-blacklist:
  enabled: false
  blacklist: []
mysql:
  enabled: false
  host: HOST NAME
  port: PORT
  database: DATABASE NAME
  user: USERNAME
  password: PASSWORD
debug:
  send-on-join-notification: false
  enabled: false

messages.yml

info:
  on-join:
    enabled: '&7KeepInventory has been enabled for you by default!'
    disabled: '&7KeepInventory has been disabled for you by default!'
    blacklisted: '&7KeepInventory disabled, because you''re in a blacklisted world!'
  enabled: '&7Successfully enabled KeepInventory for &e{player}&7!'
  disabled: '&7Successfully disabled KeepInventory for &e{player}&7!'
  reload:
    process: '&7Reloading configurations...'
    success: '&7Configurations were successfully reloaded!'
error:
  no-permission: '&cYou do not have permission to use this command!'
  no-such-player: '&cPlayer &e{player} &cdoes not exist.'
  invalid-arguments: '&cInvalid arguments. Usage: &e/keepinventory <on/off/reload>
    (player)'
  not-enough-arguments: '&cNot enough arguments. Usage: &e/keepinventory <on/off/reload>
    (player)'
  already-enabled: '&cIt is already enabled for &e{player} &c.'
  already-disabled: '&cIt is already disabled for &e{player}.'
  empty-list: '&cThe list is empty.'
  must-be-number: '&cThe argument must be a number!'
  page-out-of-bounds: '&cThe list only goes up to {number} pages.'

Support

You don't know how to set something up or found some issues?

You can reach out to me here:

  • Github Issue Tracker
  • Discord

👥 Team & Contributors

Niestrat99
Niestrat99Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.2.11.2.21.2.31.2.41.2.51.201.20.11.20.2+9 more

🔗 Links

Modrinth Page