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


