Advertisement
Guest User

TabDeco Config for RCSkills

a guest
Feb 25th, 2014
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.99 KB | None | 0 0
  1. # |================ TabDeco Config ===================|
  2. # |                                                   |
  3. # | The symbol '#' marks a line as comment            |
  4. # | Use '&' for colors                                |
  5. # |---------------------------------------------------|
  6. # | You can't use words longer than 16 characters     |
  7. # | [@] = Marks a line as 'to be updated'             |
  8. # |---------------------------------------------------|
  9. # | Use tab for the configuration                     |
  10. # |---------------------------------------------------|
  11. # | 1 line = 1 slot                                   |
  12. # |------------------ Tab settings -------------------|
  13. # | [drawhealth] = Draws the health of                |
  14. # | the player graphically                            |
  15. # | [currentplayers] = Currently online players       |
  16. # | [maxplayers] = Max online players                 |
  17. # | [rint(x,y)] = Returns a random integer            |
  18. # | between the numbers x and y                       |
  19. # | [serverip] = Server IP                            |
  20. # | [rcolor] = Returns a random color                 |
  21. # | [player] = The Player looking at the menu         |
  22. # | [kills] = Shows how many players got killed by    |
  23. # | the player viewing the tab menu                   |
  24. # | [death] = Shows how many times the player viewing |
  25. # | the menu died                                     |
  26. # | [K/D] = Shows the K/D rate of the player          |
  27. # | [time] = Current time                             |
  28. # | [date] = Current date                             |
  29. # | [exp] = Returns the total exp of the player       |
  30. # | [level] = Returns the level of the player         |
  31. # | [health] = Shows the health of the player         |
  32. # | [food] = Returns the food level in numbers        |
  33. # | [drawfoodbar] = Draws the food level of the player|
  34. # | [air] = Returns how much air the player has left  |
  35. # | [lifetime] = Shows the time of the player on the  |
  36. # | server in hours, minutes and seconds              |
  37. # | [world] = Returns the world name of the world of  |
  38. # | the player                                        |
  39. # | [ipadress] = Shows the IP adress of the player    |
  40. # | [posx] = Player position x                        |
  41. # | [posy] = Player position y                        |
  42. # | [posz] = Player position z                        |
  43. # | [homex] = Home (Bed) position x                   |
  44. # | [homey] = Home (Bed) position y                   |
  45. # | [homez] = Home (Bed) position z                   |
  46. # | [gamemode] = Returns the gamemode of the player   |
  47. # | [entityid] = Returns the entity id of the player  |
  48. # |------------------ Player Layout ------------------|
  49. # | [playername] = Returns the name of the player     |
  50. # | (counts for every player, not only the player     |
  51. # | viewing the player list)                          |
  52. # | [nextslot] = Adds an additional slot for every    |
  53. # | player in the list. The text after this word      |
  54. # | will be displayed in a seperate slot. Can be      |
  55. # | repeated as many times as you want.               |
  56. # |------------------- List sorting ------------------|
  57. # | {default} = Default player list. No sorting       |
  58. # | {name} = Sorts the player list by player names    |
  59. # | {world} = Sorts the player list by world names    |
  60. # | {K/D} = Sorts the player list by highest KDR      |
  61. # | {health} = Sorts the player list by highest health|
  62. # | {level} = Sorts the player list by highest level  |
  63. # | {air} = Sorts the player list by most air         |
  64. # | {exp} = Sorts the player list by highest exp      |
  65. # | {entityid} = Sorts the player list by highest     |
  66. # | entity ID                                         |
  67. # | {kills} = Sorts the player list by most kills     |
  68. # | {death} = Sorts the player list by most deaths    |
  69. # | {hunger} = Sorts the player list by least hunger  |
  70. # | {lifetime} = Sorts the player list by longest     |
  71. # | time on server                                    |
  72. # |===================================================|
  73.  
  74. options:
  75.     - debugMode: false
  76. # The timer that updates the slots
  77.     - timerEnabled: true
  78. # The timer interval in seconds
  79.     - timerSpeed: 10
  80. # Custom player layout
  81.     - playerLayoutEnabled: false
  82.     - playerLayout: [@]&c[professionName(class)][nextslot][@]&c[professionName(prof)][nextslot][@][rcolor][playername]
  83. # Makes the player list world specific
  84.     - checkForWorlds: false
  85. # Returns how the player list should be sorted
  86.     - listSorting: {lifetime}
  87.  
  88. # Add here your slots
  89. slots:
  90.     - &aLeben:
  91.     - [@]&c[health]/[maxHealth]
  92.     - [@][pvpStatus]
  93.     - &aRüstung:
  94.     - [@]&8[armorValue]
  95.     - &fExp Pool Link
  96.     - &aExp Pool:
  97.     - [@]&b[expPool] &fEXP
  98.     - [@]&6[expPoolLink]
  99.     - &1&a&1&2
  100.     - &2&b&1&2
  101.     - &3&c&1&2
  102.     - [@]&a[resourceName(primary)]
  103.     - [@]&b[resourceValue(primary)]
  104.     - &4&a&1&e&1&2
  105.     - [@]&a[resourceName(secondary)]
  106.     - [@]&b[resourceValue(secondary)]
  107.     - &4&a&3&f&1&2
  108.     - &a&1&1&1&2
  109.     - &a&2&1&1&2
  110.     - &a&3&1&1&2
  111.     - Spezialisierung
  112.     - Level
  113.     - Erfahrung
  114.     - &c————————————&1
  115.     - &c————————————&2
  116.     - &c————————————&3
  117.     - [@]&6[professionName(class)]:
  118.     - [@]&b[professionLevel(class)]
  119.     - [@]&b[professionExp(class)]
  120.     - [@]&5[professionName(prof)]:
  121.     - [@]&b[professionLevel(prof)]
  122.     - [@]&b[professionExp(prof)]
  123.     - &a&4
  124.     - &a&5
  125.     - &a&a
  126.     - Attribute
  127.     - Wert
  128.     - Coins
  129.     - &c————————————&b
  130.     - &c————————————&c
  131.     - &c————————————&d
  132.     - &eAusdauer:
  133.     - [@]&f[attribute(stamina)]
  134.     - [@]&6●&f [rcMoneyGold]
  135.     - &eBeweglichkeit:
  136.     - [@]&f[attribute(agility)]
  137.     - [@]&7●&f [rcMoneySilver]
  138.     - &eIntelligenz:
  139.     - [@]&f[attribute(intellect)]
  140.     - [@]&c●&f [rcMoneyCopper]
  141.     - &eStärke:
  142.     - [@]&f[attribute(strength)]
  143.     - &3&1&a&1&2
  144.     - &eWillenskraft:
  145.     - [@]&f[attribute(spirit)]
  146.     - &4&1&a&1&2
  147.     - &c————————————&4
  148.     - &c————————————&5
  149.     - &c————————————&a
  150.     - &a&1&2
  151.     - &a&2&3
  152.     - &a&3&4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement