Guest User

tablist.yml

a guest
Oct 3rd, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 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. # Hide tab when the player is vanished?
  15. # Required Essentials plugin!
  16. hide-tab-when-player-vanished: false
  17.  
  18. # What world does not display the tab?
  19. disabled-worlds:
  20. - "world1"
  21. - "worldTest"
  22.  
  23. # Blacklisted players, where the player not see the tab.
  24. blacklisted-players:
  25. #- myname
  26.  
  27. # Tab update time interval. (In ticks!)
  28. # Set 0 to disable the tab refresh.
  29. interval: 4
  30.  
  31. header:
  32. - "<lines>"
  33. - "%anim:tablist%"
  34. - "&7<75> %anim:welcome% <name>&c!&7 <74>\n&6Ping:&r %ping%&7ms"
  35.  
  36. footer:
  37. - "<13>&e&l Players:&6 %online-players%&7/&6%max-players%"
  38. - "&7<28> %anim:website%&7:&2 &nexample.com&7 <28>\n<lines>"
  39.  
  40. # Per world tablist
  41. per-world:
  42. # (Optional)
  43. # If the world name is not given, will see the default tab.
  44. #use-default-tab-if-world-not-given: true
  45.  
  46. my_nether:
  47. header: "&3This is a per world plugin %anim:tablist%&3."
  48. footer: "&6World:&7 %player_world%"
  49. justWorld:
  50. header: "%anim:perWorld%"
  51. footer: "&6World:&7 %player_world%"
  52.  
  53. # Per player in per world tablist
  54. per-player:
  55. # (Optional)
  56. # If the player name is not given, will see the default tab.
  57. #use-default-tab-if-player-not-given: true
  58.  
  59. playerName:
  60. header: "&3This is a per player plugin %anim:tablist%&3."
  61. footer:
  62. - "&6World:&7 %player_world%"
  63. - "&aPlayer:&8 %player_name%"
  64. testWorld:
  65. # Per group in per world tablist
  66. # Requires Vault plugin!
  67. per-group:
  68. # (Optional)
  69. # If the group name is not given, will see the default tab.
  70. #use-default-tab-if-group-not-given: true
  71.  
  72. groupName:
  73. header: "&3This is a per group plugin %anim:tablist%&3."
  74. footer:
  75. - "&6World:&7 %player_world%"
  76. - "&aGroup:&8 %vault_rank%"
  77.  
  78. # Per player tablist
  79. per-player:
  80. # (Optional)
  81. # If the player name is not given, will see the default tab.
  82. #use-default-tab-if-player-not-given: false
  83.  
  84. testplayer:
  85. header: "%anim:perPlayer%"
  86. footer: "<lines>"
  87.  
  88. # Per group tablist
  89. # Requires Vault plugin!
  90. per-group:
  91. # (Optional)
  92. # If the group name is not given, will see the default tab.
  93. #use-default-tab-if-group-not-given: true
  94.  
  95. vaultGroup:
  96. header: "%anim:perGroupHead%"
  97. footer: "%anim:perGroupFoot%"
Add Comment
Please, Sign In to add comment