Skip to content

Commit 9800bb3

Browse files
committed
refactor(pulse): update to 1.7.3 version
1 parent 5b8ba2d commit 9800bb3

File tree

14 files changed

+62
-2
lines changed

14 files changed

+62
-2
lines changed

pulse/en/docs/message/objective/belowname/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ authors:
66

77
# Belowname
88

9+
::: warning WARNING
10+
11+
If the name display in the `scoreboard` module is disabled (`name_visible: false`), then the value under the nickname will not be shown.
12+
13+
:::
14+
915
[ScoreBoard value](https://ru.minecraft.wiki/w/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0_%D1%81%D1%87%D1%91%D1%82%D0%B0_%D0%B8%D0%B3%D1%80%D0%BE%D0%B2%D1%8B%D1%85_%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9) displayed under the player's name
1016
![below name](/belowname.png)
1117

pulse/en/docs/message/objective/tabname/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ authors:
99
[ScoreBoard value](https://ru.minecraft.wiki/w/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0_%D1%81%D1%87%D1%91%D1%82%D0%B0_%D0%B8%D0%B3%D1%80%D0%BE%D0%B2%D1%8B%D1%85_%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9) displayed in the TAB list
1010
![player list](/playerlist.png)
1111

12+
[//]: # (localization)
13+
<!--@include: @/parts/words.md#localization-->
14+
<!--@include: @/parts/words.md#path--> `localizations → language.yml → message.tabname`
15+
16+
<!--@include: @/parts/words.md#default-->
17+
18+
::: code-group
19+
<<< @/files/localizations/ru_ru.yml#tabname
20+
<<< @/files/localizations/en_us.yml#tabname
21+
:::
22+
23+
### `format`
24+
25+
The message that will be shown after the nickname
26+
1227
[//]: # (message.yml)
1328
<!--@include: @/parts/words.md#setting-->
1429
<!--@include: @/parts/words.md#path--> `message.yml → objective.tabname`

pulse/en/files/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
# __/\___ ____/\_____ ___/ \______
99
# \/ \/
1010
#
11-
# Don't change it if you don't know what it is
11+
# region version
1212
version: "1.7.2"
13+
# endregion version
1314
#region language
1415
language:
1516
type: "en_us"

pulse/en/files/localizations/en_us.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@ message:
707707
belowname:
708708
format: "<fcolor:1>ms"
709709
#endregion belowname
710+
#region tabname
711+
tabname:
712+
format: "<fcolor:1><score> ms"
713+
#endregion tabname
710714
#region quit
711715
quit:
712716
format: "<color:#ff4e4e>← <display_name>"

pulse/en/files/localizations/ru_ru.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@ message:
707707
belowname:
708708
format: "<fcolor:1>мс"
709709
#endregion belowname
710+
#region tabname
711+
tabname:
712+
format: "<fcolor:1><score> мс"
713+
#endregion tabname
710714
#region quit
711715
quit:
712716
format: "<color:#ff4e4e>← <display_name>"

pulse/en/public/belowname.png

45.9 KB
Loading

pulse/en/public/playerlist.png

1.51 KB
Loading

pulse/ru/docs/message/objective/belowname/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ authors:
55

66
# Под ником
77

8+
::: warning ПРЕДУПРЕЖДЕНИЕ
9+
10+
Если в модуле `scoreboard` отображение имени выключен (`name_visible: false`), то значение под ником не будет показываться
11+
12+
:::
13+
814
[ScoreBoard значение](https://ru.minecraft.wiki/w/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0_%D1%81%D1%87%D1%91%D1%82%D0%B0_%D0%B8%D0%B3%D1%80%D0%BE%D0%B2%D1%8B%D1%85_%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9) игрока под его ником
915
![below name](/belowname.png)
1016

pulse/ru/docs/message/objective/tabname/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ authors:
88
[ScoreBoard значение](https://ru.minecraft.wiki/w/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0_%D1%81%D1%87%D1%91%D1%82%D0%B0_%D0%B8%D0%B3%D1%80%D0%BE%D0%B2%D1%8B%D1%85_%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9) игрока в ТАБе
99
![player list](/playerlist.png)
1010

11+
[//]: # (localization)
12+
<!--@include: @/parts/words.md#localization-->
13+
<!--@include: @/parts/words.md#path--> `localizations → язык.yml → message.tabname`
14+
15+
<!--@include: @/parts/words.md#default-->
16+
17+
::: code-group
18+
<<< @/files/localizations/ru_ru.yml#tabname
19+
<<< @/files/localizations/en_us.yml#tabname
20+
:::
21+
22+
### `format`
23+
24+
Сообщение, которое будет показано после ника
25+
1126
[//]: # (message.yml)
1227
<!--@include: @/parts/words.md#setting-->
1328
<!--@include: @/parts/words.md#path--> `message.yml → objective.tabname`

pulse/ru/files/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
# __/\___ ____/\_____ ___/ \______
99
# \/ \/
1010
#
11-
# Don't change it if you don't know what it is
11+
# region version
1212
version: "1.7.2"
13+
# endregion version
1314
#region language
1415
language:
1516
type: "en_us"

0 commit comments

Comments
 (0)