Update markdown
This commit is contained in:
parent
b4e70ea0a1
commit
6551020774
2 changed files with 32 additions and 0 deletions
16
.github/en.md
vendored
16
.github/en.md
vendored
|
|
@ -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)
|
||||
|
|
@ -358,6 +366,14 @@ This plugin uses content from the following projects:
|
|||
|
||||
## 📋 Changelog
|
||||
|
||||
<details>
|
||||
<summary><b>v1.2.2.b8</b></summary>
|
||||
|
||||
- #### 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.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>v1.2.2.b7</b></summary>
|
||||
|
||||
|
|
|
|||
16
.github/pl.md
vendored
16
.github/pl.md
vendored
|
|
@ -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")
|
||||
|
|
@ -356,6 +364,14 @@ Plugin korzysta z zawartości następujących projektów:
|
|||
|
||||
## 📋 Lista Zmian
|
||||
|
||||
<details>
|
||||
<summary><b>v1.2.2.b8</b></summary>
|
||||
|
||||
- #### 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.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>v1.2.2.b7</b></summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue