Advertisement
Guest User

Untitled

a guest
May 19th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 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: 20
  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. - '&4============'
  63. - '&6============'
  64. - '&4============'
  65. 2:
  66. - '&BChirpCarft'
  67. - '&4Survival'
  68. - '&6Pvp'
  69. 3:
  70. - '&4============'
  71. - '&6============'
  72. - '&4============'
  73. 4:
  74. 5:
  75. - '&6Online: '
  76. - '{online}/{max}'
  77. 6:
  78. 7:
  79. 8:
  80. 9:
  81. - '&4Players'
  82. - '{fillplayers}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement