EnderShare lets two players share a single Ender Chest in
real time. Items placed or removed by one player are instantly reflected for the other — perfect for co-op and team play.
Long description
EnderShare upgrades the vanilla Ender Chest by allowing two players to use one fully synchronized storage. When a share is accepted, a 54-slot shared inventory is created: the top 27 slots belong to player A, the bottom 27 slots belong to player B. Changes are live and bidirectional so both players interact with a true shared chest.
Sharing is initiated with /ec share <player> (tab-completion lists online players). Unsharing is initiated with /ec unshare — the partner must confirm via a GUI before the partnership is dissolved and items are split back. The plugin includes polished GUI and chat messages, an optional anti-duplication mechanism, persistence across restarts, and admin tools.
Key features
- Real-time shared Ender Chest (54 slots)
- /ec share <player> with online player tab-completion
- GUI confirmation for share & unshare (Accept / Reject)
- /ec unshare requires partner confirmation to prevent accidental splits
- /ec info shows EnderShare v1.0.0.1 by BigAri and command summary
- Admin reset with confirmation
- Persistent storage (data.yml)
- Professional, colored chat & GUI design
- Optional anti-dupe safety
Commands
- /ec — open your Ender Chest (shared if partnered)
- /ec share <player> — send share request
- /ec accept <player> — accept share/unshare request
- /ec reject <player> — reject share/unshare request
- /ec unshare — request unshare (partner must confirm)
- /ec partner — show current partner
- /ec info — plugin info and command list
- /ec version — show plugin version
- /ec reset — admin reset (confirm required)
Permissions
- endershare.use — use plugin (default: true)
- endershare.share — send share requests (default: true)
- endershare.unshare — send unshare (default: true)
- endershare.info — view info (default: true)
- endershare.version — view version (default: true)
- endershare.reset — admin reset (default: op)
- endershare.* — all permissions (default: op)
Installation & compatibility
- Build with Maven (Java 21) or download the JAR.
- Put EnderShare-1.0.0.1.jar into your plugins/ folder.
- Restart your Paper/Spigot server.
- plugins/EnderShare/data.yml will be created for persistence.
Compatible with Paper / Spigot 1.21.x. Java 21 recommended.