From bf4df777e50d0224846a31fde142b1ad19b998dc Mon Sep 17 00:00:00 2001 From: Indyuce Date: Thu, 7 Jul 2022 12:57:39 +0200 Subject: [PATCH] Fixed default attributes GUI --- src/main/resources/default/gui/attribute-view.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/default/gui/attribute-view.yml b/src/main/resources/default/gui/attribute-view.yml index a93b8d6b..444a33e2 100644 --- a/src/main/resources/default/gui/attribute-view.yml +++ b/src/main/resources/default/gui/attribute-view.yml @@ -32,7 +32,7 @@ items: - '' - '&8When Leveled Up:' - '&7 +{buff_weapon_damage}% Weapon Damage (&a+{total_weapon_damage}%&7)' - - '&7 +{buff_max_health}% Max Health (&a+{total_max_health}&7)' + - '&7 +{buff_max_health}% Max Health (&a+{total_max_health}%&7)' - '' - '&eClick to level up for 1 attribute point.' - '&eShift-Click to level up for {shift_points} attribute points.'