SoniaK

Tablist - Tablist.yml

Feb 23rd, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. # Tablist, header & footer with animation.
  2.  
  3. # Current plugin placeholders: https://github.com/montlikadani/TabList/wiki/Placeholders
  4. # Use placeholders: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders
  5. # Use symbols: https://github.com/montlikadani/TabList/wiki/Symbols
  6.  
  7. # Use %anim:animationName% placeholder to make an animation.
  8.  
  9. # How do I use this tab section? Usage: https://github.com/montlikadani/TabList/wiki/TabList-Usage
  10.  
  11. # Enable the tab? (Header & footer)
  12. enabled: true
  13.  
  14. # Save the toggled tablists to a file to load after server restart.
  15. # If this false, if the file is exists, it will be deleted automatically at server restart.
  16. remember-toggled-tablist-to-file: true
  17.  
  18. # Hide tab when the player is vanished?
  19. # Required Essentials plugin!
  20. hide-tab-when-player-vanished: true
  21.  
  22. # What world does not display the tab?
  23. disabled-worlds:
  24. - "world1"
  25. - "worldTest"
  26.  
  27. # Blacklisted players, where the player not see the tab.
  28. blacklisted-players:
  29. #- myname
  30.  
  31. # Tab update time interval. (In ticks!)
  32. # Set 0 to disable the tab refresh.
  33. interval: 4
  34.  
  35. # Define if the header & footer should be randomized.
  36. # Animation placeholders won't be affected.
  37. random: false
  38.  
  39. header:
  40. - "<lines>"
  41. #- "%anim:tablist%"
  42. #- "&7<75> %anim:welcome% <name>&c!&7 <74>\n&6Ping:&r %ping%&7ms"
  43. - "&cBox &eOf &aRocks"
  44.  
  45. footer:
  46. - "<13>&e&l Players:&6 %online-players%&7/&6%max-players%"
  47. - "&7<28> %anim:website%&7:&2 &bboxofrocks.net&7 <28>\n<lines>"
  48.  
  49. # Per world tablist
  50. per-world:
  51. my_nether:
  52. header: "&3This is a per world plugin %anim:tablist%&3."
  53. footer: "&6World:&7 %world%"
  54.  
  55. # (Optional) You can specify here the world names, where you want to
  56. # display the same tab, which found in this section.
  57. #display-in-other-worlds:
  58. #- otherWorldnamehere
  59. #- my_nether # you should put the same world here too
  60.  
  61. justWorld:
  62. header: "%anim:perWorld%"
  63. footer: "&6World:&7 %world%"
  64.  
  65. # Per player in per world tablist
  66. per-player:
  67. # (Optional)
  68. # If the player name is not given, will see the default tab.
  69. #use-default-tab-if-player-not-given: true
  70.  
  71. playerName:
  72. header: "&3This is a per player plugin %anim:tablist%&3."
  73. footer:
  74. - "&6World:&7 %world%"
  75. - "&aPlayer:&8 %player%"
  76.  
  77. testWorld:
  78. # Per group in per world tablist
  79. # Requires Vault plugin!
  80. per-group:
  81. # (Optional)
  82. # If the group name is not given, will see the default tab.
  83. #use-default-tab-if-group-not-given: true
  84.  
  85. groupName:
  86. header: "&3This is a per group plugin %anim:tablist%&3."
  87. footer:
  88. - "&6World:&7 %world%"
  89. - "&aGroup:&8 %vault_rank%"
  90.  
  91. # Per player tablist
  92. per-player:
  93. # (Optional)
  94. # If the player name is not given, will see the default tab.
  95. #use-default-tab-if-player-not-given: false
  96.  
  97. testplayer:
  98. header: "%anim:perPlayer%"
  99. footer: "<lines>"
  100.  
  101. # Per group tablist
  102. # Requires Vault plugin!
  103. per-group:
  104. # (Optional)
  105. # If the group name is not given, will see the default tab.
  106. #use-default-tab-if-group-not-given: true
  107.  
  108. vaultGroup:
  109. header: "%anim:perGroupHead%"
  110. footer: "%anim:perGroupFoot%"
Advertisement
Add Comment
Please, Sign In to add comment