diff --git a/README-PL.md b/README-PL.md
index 643f54c..15ed473 100644
--- a/README-PL.md
+++ b/README-PL.md
@@ -318,6 +318,14 @@ Wszystkie sypermoce można dostosować w pliku **`config.cfg`** / **`skillsInfo.
"Color": "#ff0000", // Kolor supermocy
"Active": true, // Włączona przy uruchamianiu
"Name": "Aimbot", // Nazwa supermocy
+ "HudDuration": null, // Nadpisuje globalne ustawienie SkillHudDuration dla tej mocy.
+ // null = użyj SkillHudDuration z config.json,
+ // -1 = nigdy nie ukrywaj HUD-u,
+ // >= 0 = czas wyświetlania w sekundach.
+ "DescriptionHudDuration":null,// Nadpisuje globalne ustawienie DescriptionHudDuration dla tej mocy.
+ // null = użyj DescriptionHudDuration z config.json,
+ // -1 = nigdy nie ukrywaj opisu,
+ // >= 0 = czas wyświetlania w sekundach.
"RequiredPermission": "", // Wymagane uprawnienie
"MaxPerServer": -1, // Maksymalna liczba graczy, którzy mogą posiadać tę
// umiejętność na serwerze (-1 dla "nieograniczona")
@@ -373,6 +381,14 @@ Plugin korzysta z zawartości następujących projektów:
## 📋 Lista Zmian
+
+v1.2.2.b8
+
+- #### Ogólne:
+ - ###### Dodano możliwość ustawienia czasu wyświetlania HUD-u dla każdej mocy z osobna. Moce mogą teraz definiować własną wartość `HudDuration` / `DescriptionHudDuration` w `skillsInfo.json`, dzięki czemu mogą wyświetlać HUD bez ograniczeń (`-1`) lub używać własnego czasu zamiast globalnego ustawienia SkillHudDuration.
+
+
+
v1.2.2.b7
diff --git a/README.md b/README.md
index f5ea35e..8d90806 100644
--- a/README.md
+++ b/README.md
@@ -320,6 +320,14 @@ All skills can be customized in the **`config.cfg`** / **`skillsInfo.json`** fil
"Color": "#ff0000", // Skill color
"Active": true, // Enabled on startup
"Name": "Aimbot", // Skill name
+ "HudDuration": null, // Overrides the global SkillHudDuration for this skill.
+ // null = use SkillHudDuration from config.json,
+ // -1 = never hide the HUD,
+ // >= 0 = display duration in seconds.
+ "DescriptionHudDuration":null,// Overrides the global DescriptionHudDuration for this skill.
+ // null = use DescriptionHudDuration from config.json,
+ // -1 = never hide the description,
+ // >= 0 = display duration in seconds.
"RequiredPermission": "", // Required permission
"MaxPerServer": -1, // Maximum number of players allowed to have
// this skill on the server (-1 for unlimited)
@@ -375,6 +383,14 @@ This plugin uses content from the following projects:
## 📋 Changelog
+
+v1.2.2.b8
+
+- #### General:
+ - ###### Added per-skill HUD duration override. Skills can now define their own `HudDuration` / `DescriptionHudDuration` in `skillsInfo.json`, allowing specific skills to keep their HUD visible permanently (`-1`) or use a custom duration instead of the global `SkillHudDuration` setting.
+
+
+
v1.2.2.b7