kamilpocwiard

Untitled

Mar 7th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 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. - '&a============'
  63. - '&a============'
  64. - '&a============'
  65. 2:
  66. - '&a============'
  67. - '&c&lEasyHard'
  68. - '&a============'
  69. 3:
  70. - '&a============'
  71. - '&a============'
  72. - '&a============'
  73. 4:
  74. - ' '
  75. - ' '
  76. - ' '
  77. 5:
  78. - ' &c>>&2WWW&c<<'
  79. - ' &c>>&2IP&c<<'
  80. - ' &c>>&2TS3&c<<'
  81. 6:
  82. - 'EasyHard.cba.pl'
  83. - 'EasyHard.fhmc.pl'
  84. - 'EasyHard.com.pl'
  85. 7:
  86. - ' '
  87. - ' '
  88. - ' '
  89. 8:
  90. - ' '
  91. - '&3&lKomendy'
  92. - ' '
  93. 9:
  94. - '&3/drop'
  95. - '&3/drop vip'
  96. - '&3'
  97. 10:
  98. - '&3/g lista'
  99. - '&3/g info'
  100. - '&3/g zaloz'
  101. 11:
  102. - '&3/g dodaj'
  103. - '&3/g dolacz'
  104. - '&3/g opusc'
  105. 12:
  106. - '&3/g wyrzuc'
  107. - '&3/g lider'
  108. - '&3/g zamknij'
  109. 13:
  110. - '&3/g dom'
  111. - '&3/g ustawdom'
  112. - '&3/sojusz SKROT'
  113. 14:
  114. - '&8'
  115. - '&8'
  116. - '&8'
  117. 15:
  118. - ' &7'
  119. - ' &6&lOnline:'
  120. - ' &7'
  121. 16:
  122. - ' &8'
  123. - ' &6&l{online}/{max}'
  124. - ' &8'
  125. 17:
  126. - '&8'
  127. - '&8'
  128. - '&8'
  129. 18:
  130. - '&f'
  131. - '&4Administracja'
  132. - '&8'
  133. 19:
  134. - '&6kamilpocwiard'
  135. - '&6power_king995'
  136. - '&6VaronPL'
  137. 20:
  138. - '&7Masz problem'
  139. - '&7pisz na'
  140. - '&7/helpop '
Advertisement
Add Comment
Please, Sign In to add comment