EtherealOnyx / Parties

An rpg-like party system for Minecraft. Currently contains 24 customizable elements with direct support for 16+ mods! Also provides extra features like xp sharing, stage syncing, and more.
4 stars 0 forks source link

Add XP Sharing between party members #105

Closed EtherealOnyx closed 1 year ago

EtherealOnyx commented 1 year ago

Perhaps with a server setting to enable/disable this feature.

EtherealOnyx commented 1 year ago

Still need to add a config to allow xp sharing (per party) and a config to make xp sharing be for local players only or not.

EtherealOnyx commented 1 year ago

Added two configurations on sedparties-server.toml: enableShare - Allow the ability to share XP drops with your party. globalShare - Enables XP Sharing between party members regardless of distance from each other. Optimized the way experience points are shared to prevent overhead and unnecessary calculations.

image

Default is true for both options.