Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐ SharedInventoryLink
Real-time inventory synchronization for Paper servers
Link two or more players' inventories so they always share the same items โ in real-time, across armor, hotbar, off-hand, and more.
๐ What is SharedInventoryLink?
SharedInventoryLink is a lightweight Paper plugin that links the inventories of players in a group. When one player picks up an item, crafts something, or equips armor โ every linked teammate instantly sees the same change. Perfect for co-op survival, adventure maps, duos/trios PvP, and any gamemode where shared resources are part of the fun.
โจ Features
| Feature | Description |
|---|---|
| ๐ Real-time Sync | Inventory updates are pushed within 1 tick (50ms) |
| ๐ฅ Group System | Define named groups in config.yml โ each group shares one inventory |
| ๐ Global Sync Mode | Optionally sync ALL players on the server to one shared inventory |
| ๐ก๏ธ Full Slot Support | Syncs main inventory, armor slots, and off-hand |
| โ ๏ธ No Death Duplication | Items never drop on death โ no dupe exploits possible |
| ๐ค Join Sync | Players who join mid-session instantly receive the group's inventory |
| ๐ PlaceholderAPI | Built-in PAPI placeholders for tab lists and chat plugins |
| โก Bypass Permission | Staff/admins can opt out of syncing |
| ๐ง Hot Reload | /sinv reload reloads config with zero restarts |
๐ฆ Installation
- Download
SharedInventoryLink.jar - Drop it into your server's
/pluginsfolder - Restart the server
- Edit
plugins/SharedInventoryLink/config.yml - Run
/sinv reloadโ done!
Requirements:
- Paper (or its forks: Purpur, Folia) 1.20 โ 1.21+
- Java 17 or higher
- (Optional) PlaceholderAPI for placeholders
โ๏ธ Configuration
# Global sync: share inventory with every player on the server
global-sync:
enabled: false
# Group sync: only listed players share inventories
groups:
team_red:
- PlayerA
- PlayerB
team_blue:
- PlayerC
- PlayerD
# What to sync
sync:
main-inventory: true # Hotbar + main storage
armor: true # Helmet, chestplate, leggings, boots
off-hand: true # Off-hand slot
on-pickup: true # Sync when item is picked up
on-consume: true # Sync when food/potion is consumed
on-drop: true # Sync when item is manually dropped
on-click: true # Sync on inventory click / crafting
sync-delay-ticks: 1 # Delay before sync fires (1 tick = 50ms)
๐ฌ Commands
| Command | Alias | Description | Permission |
|---|---|---|---|
/sharedinventory help |
/sinv help |
Show help menu | sharedinventorylink.admin |
/sharedinventory reload |
/sinv reload |
Reload config | sharedinventorylink.admin |
/sharedinventory status |
/sinv status |
Show your sync group | sharedinventorylink.admin |
/sharedinventory info |
/sinv info |
Plugin info & version | sharedinventorylink.admin |
๐ Permissions
| Permission | Default | Description |
|---|---|---|
sharedinventorylink.admin |
OP | Access to all admin commands |
sharedinventorylink.reload |
OP | Reload configuration |
sharedinventorylink.bypass |
false | Skip inventory sync entirely |
๐ PlaceholderAPI Placeholders
Requires PlaceholderAPI to be installed.
| Placeholder | Returns |
|---|---|
%sharedinventorylink_group% |
Player's group name, or None |
%sharedinventorylink_tag% |
Formatted group tag e.g. [team_red] |
%sharedinventorylink_in_group% |
true or false |
%sharedinventorylink_global% |
true if global sync is on |
๐ก๏ธ Anti-Duplication System
SharedInventoryLink includes a full death-safe inventory system:
- When a grouped player dies, all item drops are cancelled โ nothing falls on the ground
- The dead player's empty inventory is locked and never synced to teammates
- On respawn, the player automatically receives the group's current inventory
- Manual drops (pressing Q) still work and sync correctly to the group
This means zero item duplication regardless of how players die or respawn.
๐บ๏ธ Use Cases
- ๐๏ธ Co-op survival โ a couple or friends sharing one inventory pool
- โ๏ธ Team PvP โ duos/trios where resource sharing is a mechanic
- ๐บ๏ธ Adventure maps โ force inventory parity between players
- ๐ฎ Minigames โ kit distribution that stays in sync automatically
๐ Recommended Hosting โ Slug Hosting

๐ฎ SharedInventoryLink is proudly tested and recommended on Slug Hosting โ affordable, high-performance Minecraft server hosting with an intuitive control panel, DDoS protection, and instant setup.
| โก Feature | โ Details |
|---|---|
| ๐ฅ๏ธ Control Panel | Pterodactyl-powered at panel.slughosting.com |
| ๐ก๏ธ DDoS Protection | Enterprise-grade network protection included |
| ๐ Plugin Support | Full Paper / Purpur / Folia compatibility |
| ๐ฌ Support | 24/7 help via Discord |
| ๐ Instant Deploy | Server online in under 60 seconds |
๐ Changelog
v1.0.0
- Initial release
- Group & global sync system
- Full armor + off-hand support
- Anti-death-duplication system
- PlaceholderAPI integration
- Hot reload command


