-
Notifications
You must be signed in to change notification settings - Fork 329
Feature guide: Header & Footer
NEZNAMY edited this page Dec 18, 2021
·
70 revisions
Minecraft feature introduced in 1.8 showing text above and below playerlist. It cannot be displayed on 1.7 clients in any way.
To enable this feature, open config.yml and set
header-footer:
enabled: true
The example above is using this configuration:
header-footer:
header:
- "This is the first line of header"
- "2nd line of header"
footer:
- "This is the first line of footer"
- "2nd line of footer"
It is the default header/footer for everyone, unless overridden in some way.
You can configure per-user, per-group and per-world (and combination of those) header/footer.
An example of per-group header and footer could look like this:
Groups:
example:
header:
- "This is a header for example group"
footer:
- "This is a footer for example group"
- Why TAB?
- Installation
- Commands & Permissions
- Frequently Asked Questions
- Compatibility
- How to assign players into groups
- Known issues
- TAB-Bridge plugin
- Belowname
- Bossbar
- Global playerlist
- Header/Footer
- Layout
- Multi server support
- Nametags
- Per world playerlist
- Ping spoof
- Playerlist objective
- Scoreboard
- Sorting in tablist
- Spectator fix
- Tablist name formatting
