Skip to main content

Share XP with Teammates

You can share XP with your party using 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 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 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 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.