Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # The default configuration for the tab.
- # The number indicates the line (1-20), the next key indicates what is to be shown
- # Possible keys: header, info, line
- # Possible values for header (will be localized): gathering, combat, misc, any String
- # Possible values for info (will be localized): powerlevel, excavation, fishing, herbalism, mining,
- # woodcutting, archery, axes, swords, taming, unarmed, acrobatics, repair
- # It is not possible to have the same info twice and will result in a buggy tab.
- # Possible values for line: any String; divide the 3 fields by ';': ';$2mcStats;' will result in:
- # [empty][$2mcStats][empty]; the third field will be ignored if the tab has 2 columns.
- # Any line after the last number defined will be used for the player list.
- # Otherwise unspecified lines will be ignored bringing lower lines one field up.
- # To get a truly empty line in the tab, use 'line: ;;'
- # Please notice that the content of a field can only have 16 characters (Minecraft - limitation).
- # Everything longer than 16 characters will be cut.
- # Additionally you can't have 2 fields with the same content. If you leave an empty field it will
- # automatically be replaced with a unique empty content.
- # You can make lines children of other lines so that the parent line will only be shown
- # if at least one child line is shown. Use the line indices divided by ',' as values for the children key.
- 1:
- header: §2mcStats
- children: 2
- 2:
- info: powerlevel
- children: 3,9,15
- 3:
- header: gathering
- children: 4,5,6,7,8
- 4:
- info: excavation
- 5:
- info: fishing
- 6:
- info: herbalism
- 7:
- info: mining
- 8:
- info: woodcutting
- 9:
- header: combat
- children: 10,11,12,13,14
- 10:
- info: archery
- 11:
- info: axes
- 12:
- info: swords
- 13:
- info: taming
- 14:
- info: unarmed
- 15:
- header: misc
- children: 16,17
- 16:
- info: acrobatics
- 17:
- info: repair
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement