Facebook
From Crippled Armadillo, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 141
  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.   &c&lAVE&6&LMC&f&L.pl
  33.  
  34. headerAnimationUpdateInterval: 60
  35.  
  36. footer:
  37. - |-
  38.   &7[ &e&lOnline: &f&l${viewer ONLINE} &7]
  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: "&7[&e&l TOP GILDIE&7]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  100.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  101.       - {text: "&c1. &c${viewer topg1}", icon: "colors/dark_gray.png", ping: 1000}
  102.       - {text: "&e2. &e${viewer topg2}", icon: "colors/dark_gray.png", ping: 1000}
  103.       - {text: "&53. &5${viewer topg3}", icon: "colors/dark_gray.png", ping: 1000}
  104.       - {text: "&64. &f${viewer topg4}", icon: "colors/dark_gray.png", ping: 1000}
  105.       - {text: "&65. &f${viewer topg5}", icon: "colors/dark_gray.png", ping: 1000}
  106.       - {text: "&66. &f${viewer topg6}", icon: "colors/dark_gray.png", ping: 1000}
  107.       - {text: "&67. &f${viewer topg7}", icon: "colors/dark_gray.png", ping: 1000}
  108.       - {text: "&68. &f${viewer topg8}", icon: "colors/dark_gray.png", ping: 1000}
  109.       - {text: "&69. &f${viewer topg9}", icon: "colors/dark_gray.png", ping: 1000}
  110.       - {text: "&610. &f${viewer topg10}", icon: "colors/dark_gray.png", ping: 1000}
  111.       - {text: "&611. &f${viewer topg11}", icon: "colors/dark_gray.png", ping: 1000}
  112.       - {text: "&612. &f${viewer topg12}", icon: "colors/dark_gray.png", ping: 1000}
  113.       - {text: "&613. &f${viewer topg13}", icon: "colors/dark_gray.png", ping: 1000}
  114.       - {text: "&614. &f${viewer topg14}", icon: "colors/dark_gray.png", ping: 1000}
  115.       - {text: "&615. &f${viewer topg15}", icon: "colors/dark_gray.png", ping: 1000}
  116.       - {text: "&616. &f${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: "&7[&e&l INFORMACJE &7]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  121.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  122.       - {text: " &8» &6Nick: &f${viewer NICK}", icon: "colors/dark_gray.png", ping: 1000}
  123.       - {text: " &8» &6Ranga: &e${viewer PERM}", icon: "colors/dark_gray.png", ping: 1000}
  124.       - {text: " &8» &6Godzina: &f${time HH:mm}", icon: "colors/dark_gray.png", ping: 1000}
  125.       - {text: " &8» &6Ping: &f$${viewer_colored_ping}", icon: "colors/dark_gray.png", ping: 1000}
  126.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  127.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}      
  128.       - {text: " &8» &6Serwer: &fEASYHC", icon: "colors/dark_gray.png", ping: 1000}
  129.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  130.       - {text: " &8» &6Edycja: &fVI", icon: "colors/dark_gray.png", ping: 1000}
  131.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  132.       - {text: " &8» &6Spis 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» &6Sklep:&c&l avemc.pl", icon: "colors/dark_gray.png", ping: 1000}
  137.       - {text: "&8» &6FanPage:&f&l fb.me/avemcpl", icon: "colors/dark_gray.png", ping: 1000}
  138.       - {text: "&8» &6TeamSpeak:&b&l uptalk.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: "&7[&e&l STATYSTYKI &7]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  149.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  150.     - {text: " &8» &6Ranking: &f${viewer RANK}", icon: "colors/dark_gray.png", ping: 1000}
  151.     - {text: " &8» &6Zabicia: &f${viewer KILLS}", icon: "colors/dark_gray.png", ping: 1000}
  152.     - {text: " &8» &6Smierci: &f${viewer DEATHSS}", icon: "colors/dark_gray.png", ping: 1000}
  153.     - {text: " &8» &6Pozycja: &E${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: "&7[&E&l GILDIA &7]", icon: "colors/dark_gray.png", ping: 1000}
  158.     - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  159.     - {text: " &8» &6Tag: &A&L${viewer GTAG}", icon: "colors/dark_gray.png", ping: 1000}
  160.     - {text: " &8» &6Ranking: &f${viewer GRANK}", icon: "colors/dark_gray.png", ping: 1000}
  161.     - {text: " &8» &6Zabojstwa: &f${viewer GKILLS}", icon: "colors/dark_gray.png", ping: 1000}
  162.     - {text: " &8» &6Smierci: &f${viewer GDEATHS}", icon: "colors/dark_gray.png", ping: 1000}
  163.     - {text: " &8» &6Pozycja: &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: " ", icon: "colors/dark_gray.png", ping: 1000}
  168.       - {text: "&7[&e&l TOP GRACZY &7]", icon: "colors/dark_gray.png", ping: 1000, alignment: CENTER}
  169.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  170.       - {text: "&c1. &c${viewer topp1}", icon: "colors/dark_gray.png", ping: 1000}
  171.       - {text: "&e2. &e${viewer topp2}", icon: "colors/dark_gray.png", ping: 1000}
  172.       - {text: "&53. &5${viewer topp3}", icon: "colors/dark_gray.png", ping: 1000}
  173.       - {text: "&64. &f${viewer topp4}", icon: "colors/dark_gray.png", ping: 1000}
  174.       - {text: "&65. &f${viewer topp5}", icon: "colors/dark_gray.png", ping: 1000}
  175.       - {text: "&66. &f${viewer topp6}", icon: "colors/dark_gray.png", ping: 1000}
  176.       - {text: "&67. &f${viewer topp7}", icon: "colors/dark_gray.png", ping: 1000}
  177.       - {text: "&68. &f${viewer topp8}", icon: "colors/dark_gray.png", ping: 1000}
  178.       - {text: "&69. &f${viewer topp9}", icon: "colors/dark_gray.png", ping: 1000}
  179.       - {text: "&610. &f${viewer topp10}", icon: "colors/dark_gray.png", ping: 1000}
  180.       - {text: "&611. &f${viewer topp11}", icon: "colors/dark_gray.png", ping: 1000}
  181.       - {text: "&612. &f${viewer topp12}", icon: "colors/dark_gray.png", ping: 1000}
  182.       - {text: "&613. &f${viewer topp13}", icon: "colors/dark_gray.png", ping: 1000}
  183.       - {text: "&614. &f${viewer topp14}", icon: "colors/dark_gray.png", ping: 1000}
  184.       - {text: "&615. &f${viewer topp15}", icon: "colors/dark_gray.png", ping: 1000}
  185.       - {text: "&616. &f${viewer topp16}", icon: "colors/dark_gray.png", ping: 1000}
  186.       - {text: " ", icon: "colors/dark_gray.png", ping: 1000}
  187.