Features - Tanguygab/TAB-Additions GitHub Wiki
Features
All features available in the plugin! Note that some aren't available on Bungee, such as the Hide nametags on Sneak and Nametag In Range features.
You can also check their status on my Trello board!
Hide/Show/Toggle nametags
Description:
Hide, show, or toggle a player's nametag
Usage:
/tab+ tags hide/show/toggle <player>
Hide nametags on sneak
Description:
If you enable that feature, your nametag will be hidden once you sneak.
Usage:
Set features.hide-nametag-on-sneak: true
in your config
Note:
Bukkit only
Titles
Description:
Send a custom title to a player!
Usage:
Set features.titles: true
in your config then use /tab+ title <title> [player]
Note:
You can add a title
property to players within your TAB config to display the specified title on join.
Actionbars
Description:
Send a custom actionbar to a player!
Usage:
Set features.actionbars: true
in your config then use /tab+ actionbar <bar> [player]
Note:
You can add a actionbar
property to players within your TAB config to display the specified actionbar on join.
Chat
Description:
Customize your players' chat messages !
Usage:
Set features.chat: true
in your config.
Nametag In Range
Description:
Define the amount of blocks needed to show players' nametags.
Usage:
Set features.nametag-in-range: #
in your config with # being a number.
Note 1:
Set to 0 to disable the feature.
Note 2:
Bukkit only
Tablist Names Radius
Description:
Define the amount of blocks needed to show players' names in tablist.
Usage:
Set features.tablist-names-radius: #
in your config with # being a number.
Note 1:
Set to 0 to disable the feature.
Note 2:
Bukkit only