Advertisement
Guest User

Untitled

a guest
Jun 19th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 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. # | [localmobkills] = Shows how many mobs the player |
  23. # | this session killed |
  24. # | [localkills] = Shows how many players got killed |
  25. # | by the player viewing the tab menu this session |
  26. # | [localdeaths] = Shows how many times the player |
  27. # | viewing the tab menu died this session |
  28. # | [localK/D] = Shows the local KDR of the player |
  29. # | [globalmobkills] = Shows how many mobs the player |
  30. # | ever killed |
  31. # | [globalkills] = Shows how many players the |
  32. # | player viewing the tab menu ever killed |
  33. # | [globaldeaths] = Shows how many times the player |
  34. # | viewing the tab menu ever died |
  35. # | [globalK/D] = Shows the global KDR of the player |
  36. # | [time] = Current time |
  37. # | [date] = Current date |
  38. # | [exp] = Returns the total exp of the player |
  39. # | [level] = Returns the level of the player |
  40. # | [health] = Shows the health of the player |
  41. # | [food] = Returns the food level in numbers |
  42. # | [drawfoodbar] = Draws the food level of the player|
  43. # | [air] = Returns how much air the player has left |
  44. # | [lifetime] = Shows the time of the player on the |
  45. # | server in hours, minutes and seconds |
  46. # | [world] = Returns the world name of the world of |
  47. # | the player |
  48. # | [ipadress] = Shows the IP adress of the player |
  49. # | [posx] = Player position x |
  50. # | [posy] = Player position y |
  51. # | [posz] = Player position z |
  52. # | [homex] = Home (Bed) position x |
  53. # | [homey] = Home (Bed) position y |
  54. # | [homez] = Home (Bed) position z |
  55. # | [gamemode] = Returns the gamemode of the player |
  56. # | [entityid] = Returns the entity id of the player |
  57. # |------------------ Player Layout ------------------|
  58. # | [playername] = Returns the name of the player |
  59. # | (counts for every player, not only the player |
  60. # | viewing the player list) |
  61. # | [nextslot] = Adds an additional slot for every |
  62. # | player in the list. The text after this word |
  63. # | will be displayed in a seperate slot. Can be |
  64. # | repeated as many times as you want. |
  65. # |------------------- List sorting ------------------|
  66. # | {default} = Default player list. No sorting |
  67. # | {name} = Sorts the player list by player names |
  68. # | {world} = Sorts the player list by world names |
  69. # | {health} = Sorts the player list by highest health|
  70. # | {level} = Sorts the player list by highest level |
  71. # | {air} = Sorts the player list by most air |
  72. # | {exp} = Sorts the player list by highest exp |
  73. # | {entityid} = Sorts the player list by highest |
  74. # | entity ID |
  75. # | {localkills} = Sorts the player list by most local|
  76. # | kills |
  77. # | {lcoaldeaths} = Sorts the player list by most |
  78. # | local deaths |
  79. # | {localK/D} = Sorts the player list by highest |
  80. # | local KDR |
  81. # | {globalkills} = Sorts the player list by most |
  82. # | global kills |
  83. # | {globaldeaths} = Sorts the player list by most |
  84. # | global deaths |
  85. # | {globalK/D} = Sorts the player list by highest |
  86. # | global KDR |
  87. # | {hunger} = Sorts the player list by least hunger |
  88. # | {lifetime} = Sorts the player list by longest |
  89. # | time on server |
  90. # |===================================================|
  91.  
  92. options:
  93. - debugMode: false
  94. # The timer that updates the slots
  95. - timerEnabled: true
  96. # The timer interval in seconds
  97. - timerSpeed: 4
  98. # Custom player layout
  99. - playerLayoutEnabled: false
  100. - playerLayout: [playername]
  101. # Makes the player list world specific
  102. - checkForWorlds: false
  103. # Returns how the player list should be sorted
  104. - listSorting: {default}
  105.  
  106. # Add here your slots
  107. slots:
  108. - &0============
  109. - &0============
  110. - &0============
  111. - &lWelcome to
  112. - &4&lWorld Elite
  113. - &6&lServer
  114. - &0============
  115. - &0============
  116. - &0============
  117. - &4Server Games:
  118. - &eSurvival Games
  119. - &eThe Walls
  120. - &a
  121. - &eParkour
  122. - &eMiniGames
  123. - &a
  124. - &eUltimate Arena
  125. - &eSuper Spleef
  126. - &a
  127. - &eInfected
  128. - &eDeathcube
  129. - &a
  130. - &eMobArena
  131. - &eSkyblock
  132. - &1------------
  133. - &1------------
  134. - &1------------
  135. - &6Online:
  136. - [@]&7[currentplayers]/[maxplayers]
  137. - &a
  138. - &6Players Online:
  139. - &a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement