Facebook
From Crimson Penguin, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 119
  1. # This is the default configuration file of BungeeTabListPlus.
  2. #
  3. # Since the configuration of the plugin is quite complex you
  4. # might want to have a look at the wiki from time to time.
  5. #
  6. # Wiki: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
  7. #  Placeholders: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Placeholders
  8. #  Examples: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Examples
  9. #
  10.  
  11. # It is possible to have multiple tab list configuration files.
  12. # BungeeTabListPlus will parse all .yml files it finds in the tabLists directory.
  13. # Which tab list a player sees depends on the showTo and priority options.
  14.  
  15. # All player see this tab list
  16. showTo: "all"
  17.  
  18. # Examples of alternative options for showTo:
  19. # showTo: ' ${viewer server} == "Factions" '
  20. # showTo: ' ${viewer server} == "Factions" or ${viewer server} == "Survival" '
  21. # showTo: ' ${viewer vault_primary_group} == "Admin" '
  22.  
  23. # If after evaluating the showTo option of all tab list configs multiple tab lists
  24. # are visible to a player, he will bw shown the one with the highest priority:
  25. priority: 22
  26.  
  27. # Tab list header and footer:
  28. showHeaderFooter: true
  29.  
  30. header:
  31. - |-
  32.   &f&lWHY&5&LHC&7&l.pl
  33.  
  34. headerAnimationUpdateInterval: 60
  35.  
  36. footer:
  37. - |-
  38.   &8[ &5&lOnline: &f&l${viewer ONLINE} &8]
  39.  
  40. footerAnimationUpdateInterval: 60
  41.  
  42. # Custom placeholders are a powerful mechanism to add more dynamic content
  43. # to the tab list.
  44. customPlaceholders:
  45.   # Defines the ${afk_tag} placeholder which is used to add "|away"
  46.   # to the players name if he is afk.
  47.   afk_tag:
  48.     !conditional
  49.     condition: ${player essentials_afk}
  50.     true: '&7|&oaway'
  51.     false: ''
  52.   # Defines the ${viewer_colored_ping0} placeholder which displays the ping in green
  53.   # if it is below 50ms, otherwise in yellow.
  54.  
  55. # Player sets are required to display players and player counts on the tab list.
  56. # To display a player count use ${playerset:<name> size}, example: ${playerset:global size}.
  57. playerSets:
  58.   global:
  59.     filter: "true"
  60. # # Some more examples. Be careful to get the number of spaces right when using them.
  61. # # Player set containing all players on a specific server:
  62. # survival:
  63. #   filter: |-
  64. #     ${player server} == "survival"
  65. # # Player set containing all players on the same server as the player viewing the tab list:
  66. # currentserver:
  67. #   filter: |-
  68. #     ${player server} == ${viewer server}
  69. # # Player set containing all players on a specific server and world:
  70. # survival_nether:
  71. #   filter: |-
  72. #     ${player server} == "survival"
  73. #     and ${player world} == "world_nether"
  74. # # Player set containing all admins:
  75. # admins:
  76. #   filter: |-
  77. #     ${player vault_primary_group} == "admin"
  78. #     or ${player vault_primary_group} == "owner"
  79.  
  80. # We want the tab list to have a fixed size of 60 slots.
  81. # If you want a dynamic size you need to set type to DYNAMIC_SIZE
  82. # and you don't need any of the options below it. Have a look at
  83. # the example in the wiki to see which options you need instead:
  84. # https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Examples#global-tab-list-dynamic-size
  85. type: FIXED_SIZE
  86. size: 80 # 60 slots -> 3 columns, 20 rows
  87.  
  88. # The defaultIcon and defaultPing will be used for all slots for which no other value is
  89. # explicitely set.
  90. defaultIcon: colors/dark_gray.png
  91. defaultPing: 1000
  92.  
  93. # Here the content of the tab list is configured:
  94. components:
  95. - !table
  96.   columns:
  97.     0:
  98.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  99.       - {text: "&8[&5&l TOP GILDIE&8 ]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  100.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  101.       - {text: "&b1. &b${viewer topg1}", icon: "colors/dark_gray.png", ping: 1000}
  102.       - {text: "&b2. &b${viewer topg2}", icon: "colors/dark_gray.png", ping: 1000}
  103.       - {text: "&b3. &b${viewer topg3}", icon: "colors/dark_gray.png", ping: 1000}
  104.       - {text: "&94. &9${viewer topg4}", icon: "colors/dark_gray.png", ping: 1000}
  105.       - {text: "&95. &9${viewer topg5}", icon: "colors/dark_gray.png", ping: 1000}
  106.       - {text: "&96. &9${viewer topg6}", icon: "colors/dark_gray.png", ping: 1000}
  107.       - {text: "&97. &9${viewer topg7}", icon: "colors/dark_gray.png", ping: 1000}
  108.       - {text: "&98. &9${viewer topg8}", icon: "colors/dark_gray.png", ping: 1000}
  109.       - {text: "&99. &9${viewer topg9}", icon: "colors/dark_gray.png", ping: 1000}
  110.       - {text: "&910. &9${viewer topg10}", icon: "colors/dark_gray.png", ping: 1000}
  111.       - {text: "&911. &9${viewer topg11}", icon: "colors/dark_gray.png", ping: 1000}
  112.       - {text: "&912. &9${viewer topg12}", icon: "colors/dark_gray.png", ping: 1000}
  113.       - {text: "&913. &9${viewer topg13}", icon: "colors/dark_gray.png", ping: 1000}
  114.       - {text: "&914. &9${viewer topg14}", icon: "colors/dark_gray.png", ping: 1000}
  115.       - {text: "&915. &9${viewer topg15}", icon: "colors/dark_gray.png", ping: 1000}
  116.       - {text: "&916. &9${viewer topg16}", icon: "colors/dark_gray.png", ping: 1000}
  117.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}        
  118.     1:
  119.       - {text: " ", icon: "colors/dark_gray.pngg", ping: 1000}
  120.       - {text: "&8[&5&l INFORMACJE&8 ]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  121.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  122.       - {text: " &8» &9Nick: &f${viewer NICK}", icon: "colors/dark_gray.png", ping: 1000}
  123.       - {text: " &8» &9Ranga: &8${viewer PERM}", icon: "colors/dark_gray.png", ping: 1000}
  124.       - {text: " &8» &9Godzina: &f${time HH:mm}", icon: "colors/dark_gray.png", ping: 1000}
  125.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}      
  126.       - {text: " &8» &9Ping: &f${viewer ping}", icon: "colors/dark_gray.png", ping: 1000}
  127.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}      
  128.       - {text: " &8» &9Serwer: &fMediumHC", icon: "colors/dark_gray.png", ping: 1000}
  129.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  130.       - {text: " &8» &9Edycja: &f&lI", icon: "colors/dark_gray.png", ping: 1000}
  131.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  132.       - {text: " &8» &9Spis komend: &f/pomoc", icon: "colors/dark_gray.png", ping: 1000}
  133.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  134.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  135.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  136.       - {text: "&8» &9Sklep: &fWHY&5HC&7.pl", icon: "colors/dark_gray.png", ping: 1000}
  137.       - {text: "&8» &9FanPage:&b fb.me/whyhcpl", icon: "colors/dark_gray.png", ping: 1000}
  138.       - {text: "&8» &9TeamSpeak:&c tscrazy.pl", icon: "colors/dark_gray.png", ping: 1000}      
  139.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  140.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  141.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  142.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  143.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  144.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  145.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  146.     2:
  147.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  148.     - {text: "&8[&5&l STATYSTYKI &8]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  149.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  150.     - {text: " &8» &9Ranking: &f${viewer RANK}", icon: "colors/dark_gray.png", ping: 1000}
  151.     - {text: " &8» &9Zabicia: &4${viewer KILLS}", icon: "colors/dark_gray.png", ping: 1000}
  152.     - {text: " &8» &9Smierci: &b${viewer DEATHSS}", icon: "colors/dark_gray.png", ping: 1000}
  153.     - {text: " &8» &9Pozycja: &f${viewer POSITION}", icon: "colors/dark_gray.png", ping: 1000}
  154.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  155.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  156.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  157.     - {text: "&8[&5&l GILDIA &8]", icon: "colors/dark_gray.png", ping: 1000}
  158.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  159.     - {text: " &8» &9Tag: &f${viewer GTAG}", icon: "colors/dark_gray.png", ping: 1000}
  160.     - {text: " &8» &9Ranking: &f${viewer GRANK}", icon: "colors/dark_gray.png", ping: 1000}
  161.     - {text: " &8» &9Zabojstwa: &f${viewer GKILLS}", icon: "colors/dark_gray.png", ping: 1000}
  162.     - {text: " &8» &9Smierci: &f${viewer GDEATHS}", icon: "colors/dark_gray.png", ping: 1000}
  163.     - {text: " &8» &9Pozycja: &f${viewer GPOSITION}", icon: "colors/dark_gray.png", ping: 1000}
  164.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  165.     3:
  166.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  167.       - {text: "&8[&5&l TOP GRACZY &8]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  168.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  169.       - {text: "&b1. &b${viewer topp1}", icon: "colors/dark_gray.png", ping: 1000}
  170.       - {text: "&b2. &b${viewer topp2}", icon: "colors/dark_gray.png", ping: 1000}
  171.       - {text: "&b3. &b${viewer topp3}", icon: "colors/dark_gray.png", ping: 1000}
  172.       - {text: "&94. &9${viewer topp4}", icon: "colors/dark_gray.png", ping: 1000}
  173.       - {text: "&95. &9${viewer topp5}", icon: "colors/dark_gray.png", ping: 1000}
  174.       - {text: "&96. &9${viewer topp6}", icon: "colors/dark_gray.png", ping: 1000}
  175.       - {text: "&97. &9${viewer topp7}", icon: "colors/dark_gray.png", ping: 1000}
  176.       - {text: "&98. &9${viewer topp8}", icon: "colors/dark_gray.png", ping: 1000}
  177.       - {text: "&99. &9${viewer topp9}", icon: "colors/dark_gray.png", ping: 1000}
  178.       - {text: "&910. &9${viewer topp10}", icon: "colors/dark_gray.png", ping: 1000}
  179.       - {text: "&911. &9${viewer topp11}", icon: "colors/dark_gray.png", ping: 1000}
  180.       - {text: "&912. &9${viewer topp12}", icon: "colors/dark_gray.png", ping: 1000}
  181.       - {text: "&913. &9${viewer topp13}", icon: "colors/dark_gray.png", ping: 1000}
  182.       - {text: "&914. &9${viewer topp14}", icon: "colors/dark_gray.png", ping: 1000}
  183.       - {text: "&915. &9${viewer topp15}", icon: "colors/dark_gray.png", ping: 1000}
  184.       - {text: "&916. &9${viewer topp16}", icon: "colors/dark_gray.png", ping: 1000}
  185.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  186.