kamilpocwiard

Untitled

Mar 10th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. # TabConfig #
  2. # Simple config based #
  3. # custom tab list for the #
  4. # TabAPI #
  5. # #
  6. # Double0negative #
  7. # http://mc-sg.org #
  8.  
  9.  
  10. #Do we want to update the tab list for everyone
  11. #on login and logout? On large servers with constant
  12. #logins and logouts this can cause high datausage and
  13. #cpu load.
  14.  
  15. updateAllOnPlayerLogin: true
  16. updateAllOnPlayerLogout: true
  17.  
  18. #Change the update time in ticks. Higher update times
  19. #will result in more data usage. Setting this to -1
  20. #will disable continous updates.
  21.  
  22. updateTimer: 100
  23.  
  24.  
  25. #Set the global tab
  26. #format
  27. #
  28. #
  29. #row1:
  30. # - column1
  31. # - column2
  32. # - column3
  33. #row2:
  34. # - column1
  35. # - column2
  36. # - column3
  37. #
  38. #
  39. # Variables:
  40. # {online} = players online
  41. # {max} = max players online
  42. # {player} = player name
  43. # {displayname} = player display name (what shows up in chat)
  44. # {tabname} = player tab name (what normally shows up in the tab)
  45. # {servername} = Server name
  46. #
  47. # {fillplayers} = auto fill the reset of the tab with the online player list
  48. #
  49. # {ping!serverip.com!online} = Pings an external server for online players
  50. # {ping!serverip.com!max} = Pings an external server for max players
  51. #
  52. # NOTES: Max char lenght per slot is 16 characters. no two tabs can be identical.
  53. # If your tab is 14 char or less long a unique char sequence will be added
  54. # to the end of the tab making it unique.
  55. #
  56. #
  57. #
  58.  
  59.  
  60. tab:
  61. 1:
  62. - '&b##########'
  63. - '&b##########'
  64. - '&b##########'
  65. 2:
  66. - '&b##########'
  67. - '&c&lEasyHard'
  68. - '&b##########'
  69. 3:
  70. - '&b##########'
  71. - '&b##########'
  72. - '&b##########'
  73. 4:
  74. - ' '
  75. - ' '
  76. - ' '
  77. 5:
  78. - ' &a>>&3WWW&a<<'
  79. - ' &a>>&3IP&a<<'
  80. - ' &a>>&3TS3&a<<'
  81. 6:
  82. - 'EasyHard.cba.pl'
  83. - 'EasyHard.fhmc.pl'
  84. - 'EasyHard.com.pl'
  85. 7:
  86. - ' '
  87. - ' '
  88. - ' '
  89. 8:
  90. - ' '
  91. - '&2&lKomendy'
  92. - ' '
  93. 9:
  94. - '&2/online'
  95. - '&2/drop'
  96. - '&2/drop vip'
  97. 10:
  98. - '&2/helpop'
  99. - '&2/gildia info'
  100. - '&2/gildia pomoc'
  101. 11:
  102. - '&2/gildia zaloz'
  103. - '&2/gildia dodaj'
  104. - '&2/gildia dolacz'
  105. 12:
  106. - '&2/gildia opusc'
  107. - '&2/gildia wyrzuc'
  108. - '&2/gildia lider'
  109. 13:
  110. - '&2/gildia zamknij'
  111. - '&2/gildia dom'
  112. - '&2/gildia ustawdom'
  113. 14:
  114. - '&2/sojusz SKROT'
  115. - '&2/gildia pvp'
  116. - '&2/ranking'
  117. 15:
  118. - '&7'
  119. - '&7'
  120. - '&7'
  121. 16:
  122. - ' &7'
  123. - ' &6&lOnline:'
  124. - ' &7'
  125. 17:
  126. - ' &8'
  127. - ' &6&l{online}/{max}'
  128. - ' &8'
  129. 18:
  130. - '&4'
  131. - '&4'
  132. - '&4'
  133. 19:
  134. - '&4&lMasz problem'
  135. - '&4&lpisz na'
  136. - '&4&l/helpop '
  137. 20:
  138. - '&4'
  139. - '&4'
  140. - '&4'
Advertisement
Add Comment
Please, Sign In to add comment