Skip to content

Version 1.4.3

Compare
Choose a tag to compare
@Tanguygab Tanguygab released this 30 Jan 16:19
· 478 commits to main since this release

[+] Updated for newer versions of TAB, **this means that you need TAB 2.8.11 (pre releases available for premium users)
[+] Working Chat feature! still lacks channels and got a problem to pass colors from one component to another but it works! Delete your chat.yml file to let it regenerate the default file with an example of how it works
[~] Fixed bugged icons in Layout feature!
[+] Added a small list of useful icons (such as colors) using MineSkin, check this!
[+] Added support for icons on Bungee!
[+] Added a way to specify custom text and icons for empty players in playersets, example:

      VIPs:
        type: PLAYERS
        text: '%tab_tabprefix%%%tab_customtabname%||%tab_tabsuffix%'
        condition: "%rank%=vip"
        icon: player-head:%player%
        empty:
          text: "I'm empty" # you can just remove the line or set it to "" if you don't want any text
          icon: mineskin:383747683
        vertical: true

[+] Added TAB's PlaceholderAPI placeholders through the BukkitBridge! Only works with the version of the BukkitBridge below
[+] Added %prop-<property>% placeholders to be used in TAB's and TAB-Additions' configs