From 9a315e9431cafda1fc68cf6954af7a772863b30d Mon Sep 17 00:00:00 2001 From: Indyuce Date: Thu, 21 Apr 2022 20:45:07 +0200 Subject: [PATCH] Fixed default attribute configs --- src/main/resources/default/gui/attribute-view.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/default/gui/attribute-view.yml b/src/main/resources/default/gui/attribute-view.yml index 49c1187a..304eeda4 100644 --- a/src/main/resources/default/gui/attribute-view.yml +++ b/src/main/resources/default/gui/attribute-view.yml @@ -31,7 +31,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.' - '&e◆ Current Attribute Points: {attribute_points}' @@ -49,7 +49,7 @@ items: - '&8When Leveled Up:' - '&7 +{buff_physical_damage}% Physical Damage (&a+{total_physical_damage}%&7)' - '&7 +{buff_projectile_damage}% Projectile Damage (&a+{total_projectile_damage}%&7)' - - '&7 +{buff_attack_speed} Attack Speed (&a+{total_attack_speed}&7)' + - '&7 +{buff_attack_speed}% Attack Speed (&a+{total_attack_speed}&7)' - '' - '&eClick to level up for 1 attribute point.' - '&e◆ Current Attribute Points: {attribute_points}'