diff --git a/MMOCore-Dist/src/main/resources/config.yml b/MMOCore-Dist/src/main/resources/config.yml index dfb67de9..6744a1da 100644 --- a/MMOCore-Dist/src/main/resources/config.yml +++ b/MMOCore-Dist/src/main/resources/config.yml @@ -131,8 +131,15 @@ party: # Edit party buffs here. You may # add as many stats as you want. buff: + + # '3' -> increases health regen by a flat +3pts/s + # '3%' -> increases current health regen by 3% health-regeneration: 3% - additional-experience: 5% + + # '5' -> increases exp by 5% (this is how "additional-experience is defined") + # '5%' -> increases your current "% additional experience" stat by 5% (not the same behaviour !!!) + # !! Beware of this potential confusion !! + additional-experience: 5 # Prefix you need to put in the chat # to talk in the party chat. diff --git a/MMOCore-Dist/src/main/resources/default/gui/player-stats.yml b/MMOCore-Dist/src/main/resources/default/gui/player-stats.yml index de1d38be..535317f7 100644 --- a/MMOCore-Dist/src/main/resources/default/gui/player-stats.yml +++ b/MMOCore-Dist/src/main/resources/default/gui/player-stats.yml @@ -172,8 +172,8 @@ items: - '&7&ogreatly encourages you!' - '' - '&7Party Bonuses ({count}):' - - '&8- +{buff_additional_experience}% Experience Earned!' - - '&8- +{buff_health_regeneration}% Health Regeneration' + - '&8+{buff_additional_experience} Experience Earned!' + - '&8+{buff_health_regeneration} Health Regeneration' stats: slots: [15] function: profile