Advertisement
Guest User

Untitled

a guest
May 13th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. # The default configuration for the tab.
  2. # The number indicates the line (1-20), the next key indicates what is to be shown
  3. # Possible keys: header, info, line
  4. # Possible values for header (will be localized): gathering, combat, misc, any String
  5. # Possible values for info (will be localized): powerlevel, excavation, fishing, herbalism, mining,
  6. # woodcutting, archery, axes, swords, taming, unarmed, acrobatics, repair
  7. # It is not possible to have the same info twice and will result in a buggy tab.
  8. # Possible values for line: any String; divide the 3 fields by ';': ';$2mcStats;' will result in:
  9. # [empty][$2mcStats][empty]; the third field will be ignored if the tab has 2 columns.
  10. # Any line after the last number defined will be used for the player list.
  11. # Otherwise unspecified lines will be ignored bringing lower lines one field up.
  12. # To get a truly empty line in the tab, use 'line: ;;'
  13. # Please notice that the content of a field can only have 16 characters (Minecraft - limitation).
  14. # Everything longer than 16 characters will be cut.
  15. # Additionally you can't have 2 fields with the same content. If you leave an empty field it will
  16. # automatically be replaced with a unique empty content.
  17. # You can make lines children of other lines so that the parent line will only be shown
  18. # if at least one child line is shown. Use the line indices divided by ',' as values for the children key.
  19. 1:
  20. header: §2mcStats
  21. children: 2
  22. 2:
  23. info: powerlevel
  24. children: 3,9,15
  25. 3:
  26. header: gathering
  27. children: 4,5,6,7,8
  28. 4:
  29. info: excavation
  30. 5:
  31. info: fishing
  32. 6:
  33. info: herbalism
  34. 7:
  35. info: mining
  36. 8:
  37. info: woodcutting
  38. 9:
  39. header: combat
  40. children: 10,11,12,13,14
  41. 10:
  42. info: archery
  43. 11:
  44. info: axes
  45. 12:
  46. info: swords
  47. 13:
  48. info: taming
  49. 14:
  50. info: unarmed
  51. 15:
  52. header: misc
  53. children: 16,17
  54. 16:
  55. info: acrobatics
  56. 17:
  57. info: repair
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement