Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 21 hours ago
๐ DuckLink | Player Status & Inventory Synchronizer
Bind players together for a true co-op survival challenge! DuckLink allows players to link their status attributes, making team survival highly interdependent. If one player takes damage, runs out of food, or updates their inventory, the changes dynamically sync to their linked partner.
โจ Features
- Attribute Synchronization: Real-time synchronization of player health (
DamageSyncListener) and hunger levels (FoodSyncListener) across linked players. - Shared Inventory Management: Keeps inventory status updated and secure using the built-in
InventorySaveListenerto prevent item desyncs. - Proximity & Distance Tracking: Utilizes a background
DistanceTaskto actively monitor and calculate the distance between linked players. - Player Link Invites: Features a structured invitation system managed by
LinkManagerandInviteDatato handle connection requests safely. - Connection Lifecycle Handling: Automatically updates player link states upon server login or logout via the
ConnectionListener. - Simple In-Game Commands: Quick and intuitive commands under
/linkto invite, accept, or manage active player connections.
โ๏ธ Dependencies
- A compatible Minecraft server software supporting the Spigot or Paper API.
๐ Installation
- Download the latest version of
ducklink.jar(or your compiled snapshot). - Stop your Minecraft server completely.
- Drag and drop the
.jarfile into your server'spluginsdirectory. - Start your server to generate the default configuration files.
- Use the
/linkcommand in-game to start connecting your players!
๐ Commands & Permissions
/ducklink(Aliases:/dlink) - The core and unique command to manage, invite, or disconnect player status linkages.- Permission:
ducklink.use(Default: everyone)
- Permission:


