Skip to content

Commit b5a65db

Browse files
committed
Move tab configuration options to the right file
1 parent 8fecde3 commit b5a65db

File tree

2 files changed

+43
-39
lines changed

2 files changed

+43
-39
lines changed

docs/BedWars2023/configuration/language-configuration.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,6 @@ scoreboard:
2424
### Scoreboard team format
2525
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.
2626

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.
30-
Make sure to add `|-` on the first row.
31-
```yaml
32-
format-sb-tab-header:
33-
lobby: |-
34-
just put anything.
35-
&bplaying on: &a{serverIp}
36-
it
37-
can
38-
go
39-
quite
40-
far
41-
down
42-
And you dont need to use quotes like this: ""
43-
```
44-
45-
![Multiline Scoreboard example](/uploads/scoreboard_example_multiline.png)
46-
47-
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.)
52-
```yaml
53-
format-sb-tab-header:
54-
waiting: |-
55-
%animation:Welcome%
56-
%animation:TestAnimation%
57-
%animation:Rainbow%
58-
%animation:Scroll%
59-
```
60-
![Scoreboard Animations](/uploads/scoreboard_animated.gif)
61-
6227
### Scoreboard placeholders
6328

6429
#### Team placeholders:

docs/BedWars2023/configuration/tab-configuration.md

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,48 @@ scoreboard-teams:
2323
### Health behind player
2424
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.
2525

26-
#### Yellow number in tablist
26+
### Yellow number in tablist
2727
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).
2929

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.
35+
Make sure to add `|-` on the first row.
36+
#### Example config
37+
```yaml
38+
format-sb-tab-header:
39+
lobby: |-
40+
just put anything.
41+
&bplaying on: &a{serverIp}
42+
it
43+
can
44+
go
45+
quite
46+
far
47+
down
48+
And you dont need to use quotes like this: ""
49+
```
50+
51+
![Multiline Scoreboard example](/uploads/scoreboard_example_multiline.png)
52+
53+
:::tip
54+
55+
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.)
62+
```yaml
63+
format-sb-tab-header:
64+
waiting: |-
65+
%animation:Welcome%
66+
%animation:TestAnimation%
67+
%animation:Rainbow%
68+
%animation:Scroll%
69+
```
70+
![Scoreboard Animations](/uploads/scoreboard_animated.gif)

0 commit comments

Comments
 (0)