> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rpg-leveling.zuxaw.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Share XP with Teammates

> Share XP among party members with PartyPro - level display, configurable multipliers, max share distance.

# Share XP with Teammates

You can share XP with your party using [**PartyPro**](https://www.curseforge.com/hytale/mods/partypro), a mod that integrates with RPG Leveling via the plugin’s API.

## What PartyPro Does

* **XP share among party members** - When a party member earns XP (e.g. from killing mobs), that XP can be shared with other party members within range.
* **Level display** - See party members’ levels (RPG Leveling levels) in the party UI.
* **Configurable multipliers** - Adjust how much XP is shared (e.g. 100% to all party members, or reduced to balance group play).
* **Max share distance** - Only party members within a configurable distance receive shared XP, so you must stay together to benefit.

Install [PartyPro](https://www.curseforge.com/hytale/mods/partypro) alongside RPG Leveling and configure it according to the mod’s documentation. No extra config is required in RPG Leveling; PartyPro uses the [RPG Leveling API](api) to grant XP and read player levels.

***

## For Other Mod Authors

**Other mod authors are invited to use the RPG Leveling API** to integrate with the leveling system: grant XP, listen for level-ups, read player level, and more. See the [**API documentation**](api) for dependency setup, `addXP`, listeners, and `getPlayerLevelInfo`.

Use cases include: quest rewards, custom boss XP, biome-specific bonuses, party XP sharing (like PartyPro), and any mod that needs to interact with player level or XP.
