Skip to content

Mini guides collection

NEZNAMY edited this page Nov 25, 2021 · 68 revisions

Content

Combine the knowledge gathered reading the wiki to get interesting results, most frequently asked ones listed here.

Displaying death counter in tablist

yellow-number-in-tablist: "%deaths%"
Note: This is taken from server stats. You can modify / reset this for each player in <main world>/stats/<player uuid>.json file.

Taking prefixes/suffixes from permission plugin

Delete all groups and only keep this:

Groups:
  _OTHER_:
    tabprefix: "%vault-prefix%"
    tagprefix: "%vault-prefix%"    
    tabsuffix: "%vault-suffix%"    
    tagsuffix: "%vault-suffix%"

This requires Vault and a permission plugin to work.
If you have luckperms installed on the same server instance, you can use %luckperms-prefix% (and suffix) instead.
Note: If TAB is on bungeecord and you want prefixes to be taken from backend servers, use %vault_prefix% (or %luckperms_prefix%) with PlaceholderAPI support on bungeecord.

Showing player version in tablist

Run /tab group _OTHER_ tabsuffix " &8[&3%player-version%&8]" or any other color combination you want.
If you're using premium version and want it aligned on the right, enable Aligned tabsuffix.

Clone this wiki locally