Guest User

Example TAB integration scoreboard FlamePractice

a guest
Jul 1st, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Header-&-Footer
  2. header-footer:
  3. enabled: false
  4. header:
  5. - ""
  6. - "&e&lARKFLAME NETWORK"
  7. - ""
  8. footer:
  9. - ""
  10. - "&6Purchase rank at our store"
  11. - "&ewww.arkflame.com/store"
  12. - ""
  13. disable-condition: '%world%=disabledworld'
  14.  
  15. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Tablist-name-formatting
  16. tablist-name-formatting:
  17. enabled: true
  18. anti-override: true
  19. disable-condition: '%world%=disabledworld'
  20.  
  21. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Nametags
  22. scoreboard-teams:
  23. enabled: true
  24. enable-collision: false
  25. invisible-nametags: false
  26. anti-override: true
  27. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Sorting-players-in-tablist
  28. sorting-types:
  29. - "GROUPS:owner,admin,mod,helper,builder,media,god,legend,elite,mvp,vip,default"
  30. - "PLACEHOLDER_A_TO_Z:%player%"
  31. case-sensitive-sorting: true
  32. can-see-friendly-invisibles: false
  33. disable-condition: '%world%=disabledworld'
  34. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Unlimited-nametag-mode
  35. unlimited-nametag-mode:
  36. enabled: true
  37. disable-on-boats: true
  38. disable-condition: '%world%=disabledworld'
  39. dynamic-lines:
  40. - abovename
  41. - nametag
  42. - belowname
  43. static-lines:
  44. myCustomLine: 0.66
  45.  
  46. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Playerlist-Objective
  47. playerlist-objective:
  48. enabled: false
  49. value: "%ping%"
  50. fancy-value: "&7Ping: %ping%"
  51. disable-condition: '%world%=disabledworld'
  52.  
  53. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Belowname
  54. belowname-objective:
  55. enabled: false
  56. number: "%health%"
  57. text: "&c❤"
  58. fancy-display-players: "&c%health%"
  59. fancy-display-default: "NPC"
  60. disable-condition: '%world%=disabledworld'
  61.  
  62. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Spectator-fix
  63. prevent-spectator-effect:
  64. enabled: false
  65.  
  66. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Bossbar
  67. bossbar:
  68. enabled: false
  69. toggle-command: /bossbar
  70. remember-toggle-choice: false
  71. hidden-by-default: false
  72. bars:
  73. ServerInfo:
  74. style: "PROGRESS" # for 1.9+: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20
  75. color: "%animation:barcolors%" # for 1.9+: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
  76. progress: "100" # in %
  77. text: "&fWebsite: &bwww.domain.com"
  78.  
  79. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Scoreboard
  80. scoreboard:
  81. enabled: true
  82. toggle-command: /sb
  83. remember-toggle-choice: false
  84. hidden-by-default: false
  85. use-numbers: true
  86. static-number: 0
  87. delay-on-join-milliseconds: 1000
  88. respect-other-plugins: true
  89. scoreboards:
  90. scoreboard:
  91. title: "&e&lARKFLAME"
  92. lines:
  93. - "&7%servertime_dd/MM/yyyy%"
  94. - "%condition:rank%"
  95. - "%condition:statistics1%"
  96. - "%condition:statistics4%"
  97. - "%condition:statistics5%"
  98. - "%condition:statistics6%"
  99. - "%condition:statistics7%"
  100. - "%condition:statistics8%"
  101. - "%condition:duelopponent1%"
  102. - "%condition:duelopponent2%"
  103. - "%condition:duelopponent3%"
  104. - " "
  105. - "&earkflame.com"
  106.  
  107. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Layout
  108. layout:
  109. enabled: false
  110. direction: COLUMNS
  111. default-skin: mineskin:1753261242
  112. enable-remaining-players-text: true
  113. remaining-players-text: '... and %s more'
  114. empty-slot-ping-value: 1000
  115. layouts:
  116. default:
  117. fixed-slots:
  118. - '1|&3Website&f:'
  119. - '2|&bmyserver.net'
  120. - '3|&8&m '
  121. - '4|&3Name&f:'
  122. - '5|&b%player%'
  123. - '7|&3Rank&f:'
  124. - '8|Rank: %group%'
  125. - '10|&3World&f:'
  126. - '11|&b%world%'
  127. - '13|&3Time&f:'
  128. - '14|&b%time%'
  129. - '21|&3Teamspeak&f:'
  130. - '22|&bts.myserver.net'
  131. - '23|&8&m '
  132. - '41|&3Store&f:'
  133. - '42|&bshop.myserver.net'
  134. - '43|&8&m '
  135. groups:
  136. staff:
  137. condition: permission:tab.staff
  138. slots:
  139. - 24-40
  140. players:
  141. slots:
  142. - 44-80
  143.  
  144. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Ping-Spoof
  145. ping-spoof:
  146. enabled: false
  147. value: 0
  148.  
  149. placeholders:
  150. date-format: "dd.MM.yyyy"
  151. time-format: "[HH:mm:ss / h:mm a]"
  152. time-offset: 0
  153. register-tab-expansion: false
  154.  
  155. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Placeholder-output-replacements
  156. placeholder-output-replacements:
  157. "%essentials_vanished%":
  158. "yes": "&7| Vanished"
  159. "no": ""
  160.  
  161. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Conditional-placeholders
  162. conditions:
  163. #nick: # use it with %condition:nick%
  164. # conditions:
  165. # - "%player%=%essentials_nickname%"
  166. # yes: "%player%"
  167. # no: "~%essentials_nickname%"
  168. rank:
  169. conditions:
  170. - "%vault_prefix%!=&7&lUSER&7"
  171. yes: "&e✔ &fRank: %vault_prefix%"
  172. no: "&c✖ &fRank: &eBuy Now"
  173. statistics1:
  174. conditions:
  175. - "%statistic_player_kills%>0"
  176. - "%flamepractice_elo%>-99999"
  177. - "%flamepearls_cooldown%>0"
  178. - "%vault_eco_balance%>0"
  179. type: OR
  180. yes: " "
  181. no: ""
  182. statistics4:
  183. conditions:
  184. - "%vault_eco_balance%>0"
  185. yes: "&a⛁ &fMoney:&a $%vault_eco_balance_formatted%"
  186. no: ""
  187. statistics5:
  188. conditions:
  189. - "%flamepearls_cooldown%>0"
  190. yes: "&d🌀 &fPearl:&d %flamepearls_cooldown%s"
  191. no: ""
  192. statistics6:
  193. conditions:
  194. - "%flamepractice_elo%>=0"
  195. yes: "&b✦ &fElo:&b %flamepractice_elo% &7#%flamepractice_elo_position%"
  196. no: ""
  197. statistics7:
  198. conditions:
  199. - "%flamepractice_elo_prefix%!="
  200. yes: "&6⭐ &fRank:"
  201. no: ""
  202. statistics8:
  203. conditions:
  204. - "%flamepractice_elo_prefix%!="
  205. yes: "&6 %flamepractice_elo_prefix%"
  206. no: ""
  207. duelopponent1:
  208. conditions:
  209. - '%flamepractice_opponent%!='
  210. type: OR
  211. yes: " "
  212. no: ""
  213. duelopponent2:
  214. conditions:
  215. - '%flamepractice_opponent%!='
  216. yes: "&c⚔ &fOpponent:"
  217. no: ""
  218. duelopponent3:
  219. conditions:
  220. - '%flamepractice_opponent%!='
  221. yes: " &c%flamepractice_opponent%"
  222. no: ""
  223. faction1:
  224. conditions:
  225. - '%factions_displayname%!='
  226. - '%factions_focus_name%!='
  227. type: OR
  228. yes: " "
  229. no: ""
  230. faction2:
  231. conditions:
  232. - '%factions_displayname%!='
  233. yes: "&a✚ &fFaction:"
  234. no: ""
  235. faction3:
  236. conditions:
  237. - '%factions_displayname%!='
  238. yes: "&a %factions_displayname%&r &7(%factions_online%)"
  239. no: ""
  240. faction4:
  241. conditions:
  242. - "%factions_focus_name%!="
  243. yes: "&c✚ &fEnemy:"
  244. no: ""
  245. faction5:
  246. conditions:
  247. - "%factions_focus_name%!="
  248. yes: "&c %factions_focus_name%&r &7(%factions_focus_online%)"
  249. no: ""
  250.  
  251. placeholderapi-refresh-intervals:
  252. default-refresh-interval: 1000
  253. # "%server_uptime%": 1000
  254. # "%server_tps_1_colored%": 1000
  255. "%server_unique_joins%": 5000
  256. "%player_health%": 200
  257. # "%player_ping%": 1000
  258. # "%vault_prefix%": 1000
  259. # "%rel_factionsuuid_relation_color%": 1000
  260. "%flamepearls_cooldown%": 100
  261.  
  262. # assigning groups by permission nodes instead of taking them from permission plugin
  263. assign-groups-by-permissions: false
  264.  
  265. # if the option above is true, all groups are taken based on permissions and the one higher in this list is used as primary
  266. # Warning! This is not sorting list and has nothing to do with sorting players in tablist!
  267. primary-group-finding-list: []
  268.  
  269. # Refresh interval (in milliseconds) of:
  270. # - Permission checks in conditions / sorting
  271. # - Group retrieving from permission plugin for sorting / per-group properties
  272. # - Prefix/suffix placeholders taking data from permission plugin
  273. permission-refresh-interval: 10000
  274.  
  275. # Unlocks extra console messages
  276. debug: false
  277.  
  278. # https://github.com/NEZNAMY/TAB/wiki/MySQL
  279. mysql:
  280. enabled: false
  281. host: 127.0.0.1
  282. port: 3306
  283. database: tab
  284. username: user
  285. password: password
  286. useSSL: true
  287.  
  288. ########################################################################
  289. # BUKKIT ONLY - THE FOLLOWING SECTION IS ONLY FOR BACKEND INSTALLATION #
  290. ########################################################################
  291.  
  292. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Per-world-playerlist
  293. per-world-playerlist:
  294. enabled: false
  295. # players with tab.staff will always see all players
  296. allow-bypass-permission: false
  297. # players in these worlds will always see all players
  298. ignore-effect-in-worlds:
  299. - ignoredworld
  300. - build
  301. shared-playerlist-world-groups:
  302. lobby:
  303. - lobby1
  304. - lobby2
  305. minigames:
  306. - paintball
  307. - bedwars
  308.  
  309. #####################################################################
  310. # PROXY ONLY - THE FOLLOWING SECTION IS ONLY FOR PROXY INSTALLATION #
  311. #####################################################################
  312.  
  313. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Global-playerlist
  314. global-playerlist:
  315. enabled: false
  316. display-others-as-spectators: false
  317. display-vanished-players-as-spectators: true
  318. isolate-unlisted-servers: false
  319. spy-servers:
  320. - spyserver1
  321. - spyserver2
  322. server-groups:
  323. lobbies:
  324. - lobby1
  325. - lobby2
  326. group2:
  327. - server1
  328. - server2
  329.  
  330. # Take permissions and groups from backend server instead of proxy
  331. use-bukkit-permissions-manager: false
  332.  
  333. # Sometimes server might be using offline uuids in tablist instead of online, such as disabling waterfall's tablist rewrite option
  334. # If you experience tablist formatting not working, toggle this option (set it to opposite value)
  335. # Only affects proxies with online mode enabled
  336. use-online-uuid-in-tablist: true
  337.  
Add Comment
Please, Sign In to add comment