From 99f83a722a08e58b3413fa46557435b8c4b5c15e Mon Sep 17 00:00:00 2001 From: Jules Date: Thu, 13 Apr 2023 20:05:41 +0200 Subject: [PATCH] Reduced risk of confusion in default main config --- MMOCore-Dist/src/main/resources/config.yml | 9 ++++++++- .../src/main/resources/default/gui/player-stats.yml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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