promotional bannermobile promotional banner

Party Link - Groups, Share Xp, and more

PartyLink adds a custom multiplayer party system with inviteable groups, MMO-style HUD, shared XP, player heads, roles, settings UI, party PvP options, and server-side configuration for Fabric servers.

File Details

partylink-1.1.0.jar

  • R
  • May 10, 2026
  • 116.57 KB
  • 7
  • 26.1.2
  • Fabric

File Name

partylink-1.1.0.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:party-link-groups-share-xp-and-more-1525839:8067443"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🚀 PartyLink Update - API & Ping System

This update introduces two major additions to PartyLink: a new public API for mod integrations and a fully visual party ping system.


📍 New Party Ping System

  • Added /party ping.
  • Added a configurable keybind: PartyLink → Send Party Ping.
  • Party members can now ping a block/location they are looking at.
  • Pings are shown as a small world marker dot directly on the pinged block.
  • The marker is visible through walls as a client-side overlay.
  • The marker displays the sender name and distance in blocks.
  • Client chat messages for pings were removed to keep the experience clean.
  • Party pings are logged server-side only.

⚙️ New Server Config Option

partyPingAllowed=true
  • true - Party pings are enabled.
  • false - Party pings are disabled server-side.

🧩 PartyLink API v1

  • Added the first public PartyLink API.
  • Other mods can now safely integrate with PartyLink.
  • Added API access for party checks, members, roles, Shared XP, and party PvP rules.
  • Added PartyLink events for party creation, member changes, role changes, settings changes, and Shared XP.

New API Package

com.mki.partylink.api

Included API Classes

  • PartyLinkApi
  • PartyLinkEvents
  • PartyView
  • PartySnapshot
  • PartyRole
  • PartyShareMode
  • PartyXpShareContext

🛠 Fixes & Improvements

  • Fixed a recursive Party PvP check that could cause a StackOverflowError.
  • Improved ping marker positioning.
  • Ping markers now correctly snap to the center of the pinged block.
  • Improved projection logic so the marker stays attached to the correct world position.
  • Improved compatibility with current Minecraft/Fabric mappings.

Thank you for testing and helping improve PartyLink! 💙