TheCoolGuy123

Untitled

Jul 11th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. # |
  2. # __ __ _______ _ _ _ _ ___ ___ |
  3. # | \/ | |__ __| | | | (_) | | |__ \ / _ \ |
  4. # | \ / |_ _| | __ _| |__ | |_ ___| |_ ) || | | | |
  5. # | |\/| | | | | |/ _` | '_ \| | / __| __| / / | | | | |
  6. # | | | | |_| | | (_| | |_) | | \__ \ |_ / /_ | |_| | |
  7. # |_| |_|\__, |_|\__,_|_.__/|_|_|___/\__| |____(_)___/ |
  8. # __/ | |
  9. # |___/ |
  10. # |
  11. # |
  12. # MyTablist2 Version 1.0 by DevXPress (GameCraft3DDev) |
  13. # |
  14. # ------------------------------------------------------------------------
  15. #
  16. # Properties:
  17. #
  18. # Enable logConsole to Enable Console logging
  19.  
  20. logConsole: true
  21.  
  22. # We use Plugin Metrics to collect Information about the Usage of the Plugin
  23. useMetrics: true
  24.  
  25. # Enable autoRefresh to set the Refresh Interval
  26. autoRefresh: false
  27.  
  28. # Refresh the tablist each x Seconds
  29. refreshInterval: 10
  30.  
  31. # You can use those variables in your tablist:
  32. #
  33. # %username% - Displays the name of the player
  34. # %displayname% - Displays the displayname of the player
  35. # %numplayers% - Displays the amount of online players
  36. # %maxplayers% - Displays the maximum amount of players
  37. # %ip-adress% - Displays the IP adress of the player
  38. # %ping% - Displays the ping of the player
  39. # %day% - Displays the system date day
  40. # %month% - Displays the system date month
  41. # %year% - Displays the system date year
  42. # %hours% - Displays the system time hour
  43. # %minutes% - Displays the system time minute
  44. # %seconds% - Displays the system time second
  45. # %version% - Displays the version of FancyTab
  46. # %bukkitversion% - Displays the version of Bukkit (Minecraft)
  47. # %serverversion% - Displays the version of Minecraft Server
  48. # %servername% - Displays the name of the server
  49. # %serverip% - Displays the IP adress of the server
  50. # %motd% - Displays the Message of the day (MOTD)
  51. #
  52. # ColorCodes are supported with '&' + Code.
  53. # You can use now special characters in your tablist. (Experimental!)
  54. #
  55. # You can set 5 self defined variables too!
  56. #
  57. # Get it with %var1%,%var2%,%var3%...
  58.  
  59. Customvars:
  60. '1': 'Jackz'
  61. '2': ''
  62. '3': ''
  63. '4': ''
  64. '5': ''
  65.  
  66. #
  67. # You can check if a Player is Online WITH %player1%,%player2%,%player3%...
  68. # (Max 5 players)
  69. #
  70.  
  71. Players:
  72. '1': 'TheCoolGuy123_5'
  73. '2': ''
  74. '3': ''
  75. '4': ''
  76. '5': ''
  77.  
  78. #
  79. # Set the Default Tablist
  80. #
  81. # IMPORTANT: If the length of a slot is bigger then 16 characters,
  82. # then will be the text of the slot reduced to 16 characters!
  83. #
  84.  
  85. lines:
  86. '1':
  87. '1': '&6Tab List is under'
  88. '2': '&6der remodeling.'
  89. '3': '&c-Jackz'
  90. '2':
  91. '1': '&9<------------'
  92. '2': '&9-------------'
  93. '3': '&9------------>'
  94. '3':
  95. '1': '&6Name:'
  96. '2': '&b%var1%'
  97. '3': '&bTesting Server'
  98. '4':
  99. '1': '&6Status:'
  100. '2': '&b%player1%'
  101. '3': '&aOnline'
  102. '5':
  103. '1': '&9<-------------'
  104. '2': '&9--------------'
  105. '3': '&9------------->'
  106. '6':
  107. '1': ''
  108. '2': ''
  109. '3': ''
  110. '7':
  111. '1': ''
  112. '2': ''
  113. '3': ''
  114. '8':
  115. '1': ''
  116. '2': ''
  117. '3': ''
  118. '9':
  119. '1': ''
  120. '2': ''
  121. '3': ''
  122. '10':
  123. '1': ''
  124. '2': ''
  125. '3': ''
  126. '11':
  127. '1': ''
  128. '2': ''
  129. '3': ''
  130. '12':
  131. '1': ''
  132. '2': ''
  133. '3': ''
  134. '13':
  135. '1': ''
  136. '2': ''
  137. '3': ''
  138. '14':
  139. '1': ''
  140. '2': ''
  141. '3': ''
  142. '15':
  143. '1': ''
  144. '2': ''
  145. '3': ''
  146. '16':
  147. '1': ''
  148. '2': ''
  149. '3': ''
  150. '17':
  151. '1': ''
  152. '2': ''
  153. '3': ''
  154. '18':
  155. '1': ''
  156. '2': ''
  157. '3': ''
  158. '19':
  159. '1': ''
  160. '2': ''
  161. '3': ''
  162. '20':
  163. '1': ''
  164. '2': ''
  165. '3': ''
Advertisement
Add Comment
Please, Sign In to add comment