-
Notifications
You must be signed in to change notification settings - Fork 332
Mini guides collection
Sum up all knowledge you gathered reading the wiki to get interesting results, most frequently asked ones listed here.
- Displaying player health in %
- Displaying player health as 0-10 instead of 0-20
- Displaying death counter in tablist
- Making nametags completely invisible
- Taking prefixes/suffixes from permission plugin
- Showing player version in tablist
If you're using vanilla belowname set
classic-vanilla-belowname:
enabled: true
number: "%math_{player_health}*5[precision:0]%"
text: "&cHP"
If you're using unlimited nametag mode, run /tab group _OTHER_ belowname %math_{player_health}*5[precision:0]% &cHP.
For all of this to work, you need to install PlaceholderAPI. Then, run
/papi ecloud download math
/papi ecloud download player
/papi reload
Follow Displaying player health in %, but change placeholder to %math_{player_health}/2[precision:0]%.
yellow-number-in-tablist: "%deaths%"
Note: This is taken from server stats. You can modify / reset this for each player in <world>/stats/<player uuid>.json file.
Add invisible-nametags: true into your config.yml.
Note: This still requires nametag handling feature enabled (change-nametag-prefix-suffix: true).
Note 2: Unlimited nametag mode must be disabled.
Delete all groups and only keep this:
Groups:
_OTHER_:
tabprefix: "%vault-prefix%"
tagprefix: "%vault-prefix%"
tabsuffix: "%vault-suffix%"
tagsuffix: "%vault-suffix%"
Note: If TAB is on bungeecord, use %vault_prefix% and %vault_suffix% with PlaceholderAPI support on bungeecord.
Run /tab group _OTHER_ tabsuffix " &8[&3%player-version%&8]"
- 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