You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BedWars2023/configuration/language-configuration.md
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -24,41 +24,6 @@ scoreboard:
24
24
### Scoreboard team format
25
25
You can change the team format by editing the `format-sb-team-generic` path in the language file. By default, it is set to: `%bw_team_color%%bw_team_letter%&f %bw_team_name%: %bw_team_status%`. The plugin will automatically update the placeholders for the team color, letter, name and status.
26
26
27
-
## Tab List Configuration
28
-
### Multiple line formatting
29
-
It is possible to add multiple lines to the header and footer of the player list by adding more lines as shown below.
All placeholders that are listed under [Global Placeholders](#global-placeholders) are supported.
48
-
49
-
### Tab List animations.
50
-
Scoreboard animations use the animations feature build into the TAB plugin. You can find more information about this feature [here](https://github.com/NEZNAMY/TAB/wiki/Animations)
51
-
To add animations to your tab list you will have to add the animation to the `animations.yml` file, found in the TAB config folder. After this you can use the animation in the language file by adding the animation name to the `format-sb-tab-header` or `format-sb-tab-footer` path. You can also add multiple animations to the header or footer by adding more animations as shown below. (Make sure to add `|-` on the first row.)
Copy file name to clipboardExpand all lines: docs/BedWars2023/configuration/tab-configuration.md
+43-4Lines changed: 43 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,48 @@ scoreboard-teams:
23
23
### Health behind player
24
24
There are 2 methods to accomplish this. The first one would be to use the `yellow-number-in-tablist` feature of TAB, the second option would be to align the player suffix to the right. Both methods have their own advantages and disadvantaged.
25
25
26
-
#### Yellow number in tablist
26
+
### Yellow number in tablist
27
27
This feature supports 2 display types (`yellow number` and `hearts`). To enable this feature go to: TAB -> `config.yml` -> `yellow-number-in-tablist`, and set `enabled` to `true`. After this you will have to use the correct placeholder to show the player health.
28
-
By using the `%health%` it will show the player health as a healthbar, when only the number is required set the placeholder to `0%health%` (note the `0` in front of the placeholder).
28
+
By using the `%health%` it will show the player health as a healthbar, when only the number is required, set the placeholder to `0%health%` (note the `0` in front of the placeholder).
29
29
30
-
#### Player suffix
31
-
To use this feature you will have to change the suffix of players to anything you want (this is not limited to only a health placeholder). After this you have to change the `align-tabsuffix-on-the-right` setting in the TAB config. This setting can be found in: TAB -> `config.yml` -> `tablist-name-formatting`. Then set `align-tabsuffix-on-the-right` to `true`. Make sure to double check if the `tablist-name-formatting` feature is enabled.
30
+
### Player suffix
31
+
To use this feature you will have to change the suffix of players to anything you want (this is not limited to only a health placeholder). After this you have to change the `align-tabsuffix-on-the-right` setting in the TAB config. This setting can be found in: TAB -> `config.yml` -> `tablist-name-formatting`. Then set `align-tabsuffix-on-the-right` to `true`. Make sure to double-check if the `tablist-name-formatting` feature is enabled.
32
+
33
+
### Multiple line formatting
34
+
It is possible to add multiple lines to the header and footer of the player list by adding more lines as shown below.
All placeholders that are listed under [Global Placeholders](#global-placeholders) are supported.
56
+
57
+
:::
58
+
59
+
### Tab List animations.
60
+
Scoreboard animations use the animations feature build into the TAB plugin. You can find more information about this feature [here](https://github.com/NEZNAMY/TAB/wiki/Animations)
61
+
To add animations to your tab list you will have to add the animation to the `animations.yml` file, found in the TAB config folder. After this you can use the animation in the language file by adding the animation name to the `format-sb-tab-header` or `format-sb-tab-footer` path. You can also add multiple animations to the header or footer by adding more animations as shown below. (Make sure to add `|-` on the first row.)
0 commit comments