Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # AnimatedNames 7
  4. # (c) Maxim Van de Wynckel
  5. #
  6. # ------------------------------ #
  7.  
  8. # About: Everyone knows plugins that allow you to have your group name
  9. # in front of your name above your head. But this plugin does more then that
  10. # with over 180+ placeholders and more to come every update this plugin not only
  11. # allows placeholders in your name above your head but it also allows the name to
  12. # be animated.
  13.  
  14. # Permissions: To use the animatednames groups give them the permission
  15. # animatednames.group.<group> (ex. animatednames.group.default)
  16. # Make sure to remove them from the other groupsd
  17. # when giving a new permission.
  18.  
  19. # Commands: List of all commands
  20. # /animatednames reload - Reload the configuration
  21. # /animatednames help - See all commands
  22.  
  23. # Variables: These variables can be used in the TEXT section
  24. # of both the header as the footer.
  25. #
  26. # {PLAYER} - Player name
  27. # {PLAYERNICK} - Player nickname
  28. # {PREFIX} - Player prefix
  29. # And lots lots more (see Spigot Page) (5000+)
  30.  
  31. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  32. # GENERAL PLUGIN SETTINGS
  33. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  34.  
  35. ## Config version (DO NOT EDIT)
  36. config: 4
  37.  
  38. ## Language file
  39. lang: 'en'
  40.  
  41. ## Debug mode
  42. debug: false
  43.  
  44. ## Log to file
  45. log:
  46. enabled: true
  47.  
  48. ## Update checking
  49. update:
  50. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  51.  
  52. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  53. # PLUGIN SPECIFIC SETTINGS
  54. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  55.  
  56. # Placeholder settings
  57. placeholder:
  58. # Force install all placeholders (NOT RECOMMENDED)
  59. force-all: false
  60. # logs the memory usage of placeholders on startup
  61. log-memory: false
  62. # Clear unused placeholders that are not enabled.
  63. clear-unused: true
  64. # Config cache only
  65. # This will only use placeholders in the config
  66. # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  67. # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  68. config-cache: false
  69.  
  70. tweaks:
  71. # If you have issues with non-legacy mode try this option. The option is more CPU intensive,
  72. # but it is meant to detect problems
  73. synchronized: false
  74. # Setting this to true will keep tab names untouched
  75. # Useful for those who do not want to change tab names but
  76. # only the names above.
  77. # NOTE: This shrinks the tab name by 2 chars
  78. # so if you have a long name it becomes shorter
  79. # This may also break nicknames in the tab
  80. white-tabnames: false
  81.  
  82.  
  83. # WARNING: The recommended interval for this plugin
  84. # is calculated at 15 ticks (recommended 20 ticks)
  85. # You can experiment with lower ticks but this might
  86. # cause a slight flicker.
  87.  
  88.  
  89. # AnimatedNames groups
  90. # THESE ARE NOT PERMISSION GROUPS. THE NAMES DO NOT NEED TO MATCH
  91. # YOUR PERMISSION GROUP.
  92. # An AnimatedNames group is a group you assign to a player (or permission group)
  93. # using animatednames.group.<GROUPNAME>
  94. groups:
  95. default: # This is the default group. Add as many as you wish
  96. priority: 1 # A higher priority means it is sorted higher
  97. # Prefix in front of the player name above their head
  98. name-prefix:
  99. # A list to create animations
  100. frames:
  101. # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
  102. # Meaning if your permission prefix is "[Mod]" it will show this
  103. - '&7'
  104. # Animation interval in ticks (20 ticks = 1 sec)
  105. interval: 100
  106. # The display name above the player head (default {PLAYER})
  107. donator:
  108. priority: 2 # A higher priority means it is sorted higher
  109. name-prefix:
  110. # A list to create animations
  111. frames:
  112. - '&a'
  113. # Animation interval in ticks (20 ticks = 1 sec)
  114. interval: 100
  115. z:
  116. priority: 3 # A higher priority means it is sorted higher
  117. name-prefix:
  118. # A list to create animations
  119. frames:
  120. - '&7[&5Z&7] '
  121. # Animation interval in ticks (20 ticks = 1 sec)
  122. interval: 100
  123. zenon:
  124. priority: 4 # A higher priority means it is sorted higher
  125. name-prefix:
  126. # A list to create animations
  127. frames:
  128. - '&4&l'
  129. # Animation interval in ticks (20 ticks = 1 sec)
  130. interval: 100
  131. tmod:
  132. priority: 5 # A higher priority means it is sorted higher
  133. name-prefix:
  134. # A list to create animations
  135. frames:
  136. - '&b&l'
  137. # Animation interval in ticks (20 ticks = 1 sec)
  138. interval: 100
  139. mod:
  140. priority: 6 # A higher priority means it is sorted higher
  141. name-prefix:
  142. # A list to create animations
  143. frames:
  144. - '&9&lMOD'
  145. # Animation interval in ticks (20 ticks = 1 sec)
  146. interval: 100
  147. modplus:
  148. priority: 7 # A higher priority means it is sorted higher
  149. name-prefix:
  150. # A list to create animations
  151. frames:
  152. - '&5&lMOD+'
  153. # Animation interval in ticks (20 ticks = 1 sec)
  154. interval: 100
  155. admin:
  156. priority: 8 # A higher priority means it is sorted higher
  157. name-prefix:
  158. # A list to create animations
  159. frames:
  160. - '&6&lADMIN'
  161. # Animation interval in ticks (20 ticks = 1 sec)
  162. interval: 100
  163. owner:
  164. priority: 9 # A higher priority means it is sorted higher
  165. name-prefix:
  166. # A list to create animations
  167. frames:
  168. - '&4&lOWNER'
  169. # Animation interval in ticks (20 ticks = 1 sec)
  170. interval: 100
  171. # Text below your name above your head`
  172. name-below:
  173. # Set to false to disable the name under name (REQUIRES RESTART)
  174. enabled: true
  175. # A list to create animations
  176. # Make sure that the placeholder is numeric!
  177. # You have to put a number or numeric placeholder in the beginning
  178. # or else you will get a "0" in front.
  179. # This also means you can't have colors in front. The number is a set
  180. # color you can't change.
  181. frames:
  182. - '{HEALTH}&cā¤'
  183. # Animation interval in ticks (20 ticks = 1 sec)
  184. interval: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement