Spark Keep Inventory
๐ก Updated this year๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ #198 of 221 game-mechanics mods in this game by downloads
๐ About This Mod
# ๐ก๏ธ Spark Keep Inventory **Per-player Keep Inventory plugin** โ independent of the vanilla `keepInventory` gamerule. --- ## โจ Overview SparkKeepInv lets server operators grant Keep Inventory to **individual players** by UUID, rather than toggling the world-wide gamerule. Only the players you choose keep their items โ everyone else gets vanilla death behavior. - โ Keeps inventory, armor, offhand & XP - ๐ซ No items or XP orbs dropped (for enabled players only) - ๐ Works regardless of the `keepInventory` gamerule - ๐พ UUID-based storage โ survives restarts, reloads & name changes - ๐ Polished notifications: titles, action bars, sounds & particles --- ## ๐ Installation 1. Drop `SparkKeepInv-1.0.0.jar` into your server's `plugins/` folder. 2. Restart the server. 3. Configure `plugins/SparkKeepInv/config.yml` to taste. 4. Grant Keep Inventory with `/keepinv <player> on`. --- ## ๐ฎ Commands ``` /keepinv <player> <on|off|toggle|status> /keepinv reload ``` | Command | Description | |---------|-------------| | `/keepinv Steve on` | Enable Keep Inventory for Steve | | `/keepinv Steve off` | Disable Keep Inventory for Steve | | `/keepinv Steve toggle` | Switch Steve's current state | | `/keepinv Steve status` | View Steve's current status | | `/keepinv reload` | Reload `config.yml` | **Aliases:** `/keepinventory`, `/ski` > ๐ก Commands work from both console and in-game. The player argument is required. --- ## ๐ Permissions | Permission | Default | Description | |------------|---------|-------------| | `sparkkeepinv.admin` | `op` | Manage per-player Keep Inventory | --- ## ๐งฉ How It Works When an **enabled** player dies, SparkKeepInv hooks `PlayerDeathEvent` and: ```java event.setKeepInventory(true); event.setKeepLevel(true); event.getDrops().clear(); event.setDroppedExp(0); ``` When a **disabled** player dies โ the plugin does absolutely nothing. Vanilla mechanics apply. --- ## ๐ Credits - **Author:** PavitraXD --- <p align="center"><sub>Built with โค๏ธ By PavitraXD.</sub></p>
# ๐ก๏ธ Spark Keep Inventory
Per-player Keep Inventory plugin โ independent of the vanilla `keepInventory` gamerule.
## โจ Overview
SparkKeepInv lets server operators grant Keep Inventory to individual players by UUID, rather than toggling the world-wide gamerule. Only the players you choose keep their items โ everyone else gets vanilla death behavior.
- โ Keeps inventory, armor, offhand & XP
- ๐ซ No items or XP orbs dropped (for enabled players only)
- ๐ Works regardless of the `keepInventory` gamerule
- ๐พ UUID-based storage โ survives restarts, reloads & name changes
- ๐ Polished notifications: titles, action bars, sounds & particles
## ๐ Installation
1. Drop `SparkKeepInv-1. 0. 0.jar` into your server's `plugins/` folder.
2. Restart the server.
3. Configure `plugins/SparkKeepInv/config.yml` to taste.
4. Grant Keep Inventory with `/keepinv
## ๐ฎ Commands
```
/keepinv
| Command | Description | |---------|-------------| | `/keepinv Steve on` | Enable Keep Inventory for Steve | | `/keepinv Steve off` | Disable Keep Inventory for Steve | | `/keepinv Steve toggle` | Switch Steve's current state | | `/keepinv Steve status` | View Steve's current status | | `/keepinv reload` | Reload `config.yml` |
Aliases: `/keepinventory`, `/ski`
> ๐ก Commands work from both console and in-game. The player argument is required.
## ๐ Permissions
| Permission | Default | Description | |------------|---------|-------------| | `sparkkeepinv.admin` | `op` | Manage per-player Keep Inventory |
## ๐งฉ How It Works
When an enabled player dies, SparkKeepInv hooks `PlayerDeathEvent` and:
```java event.setKeepInventory(true); event.setKeepLevel(true); event.getDrops().clear(); event.setDroppedExp(0); ```
When a disabled player dies โ the plugin does absolutely nothing. Vanilla mechanics apply.
## ๐ Credits
- Author: PavitraXD
Built with โค๏ธ By PavitraXD.
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- PavitraXD
- Version
- 1.0.0
- Downloads
- 8
- Endorsements
- 0
- Category
- game-mechanics
- Created
- 8/7/2026
- Updated
- 7/17/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- game-mechanics, management, technology
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Spark Keep Inventory support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of Spark Keep Inventory?
Version 1.0.0, published 2026-07-17 with 8 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await
