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
🚀 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
PartyLinkApiPartyLinkEventsPartyViewPartySnapshotPartyRolePartyShareModePartyXpShareContext
🛠 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! 💙

