Advertisement
Guest User

AnimatedNames_CONFIG

a guest
Jan 23rd, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # AnimatedNames 5
  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) (400+)
  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. # Reset log on startup
  48. reset: true
  49.  
  50. ## Update checking
  51. update:
  52. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  53.  
  54. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  55. # PLUGIN SPECIFIC SETTINGS
  56. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  57.  
  58. # Placeholder settings
  59. placeholder:
  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. # Legacy mode. Disable this if you experience client crashes (bungeecord mostly)
  72. # Disabling will however use the build in scoreboard system what can cause conflicts
  73. # (White names, etc...)
  74. legacymode: true
  75. # If you have issues with non-legacy mode try this option. The option is more CPU intensive,
  76. # but it is meant to detect problems
  77. synchronized: false
  78. # Setting this to true will keep tab names untouched
  79. # Useful for those who do not want to change tab names but
  80. # only the names above.
  81. # NOTE: This shrinks the tab name by 2 chars
  82. # so if you have a long name it becomes shorter
  83. # This may also break nicknames in the tab
  84. white-tabnames: false
  85.  
  86. # Disabled worlds. Worlds in this list will not have
  87. # the score below or team names.
  88. disabled-worlds:
  89. - 'example_world'
  90.  
  91.  
  92. # WARNING: The recommended interval for this plugin
  93. # is calculated at 15 ticks (recommended 20 ticks)
  94. # You can experiment with lower ticks but this might
  95. # cause a slight flicker.
  96.  
  97.  
  98. # AnimatedNames groups
  99. # THESE ARE NOT PERMISSION GROUPS. THE NAMES DO NOT NEED TO MATCH
  100. # YOUR PERMISSION GROUP.
  101. # An AnimatedNames group is a group you assign to a player (or permission group)
  102. # using animatednames.group.<GROUPNAME>
  103. groups:
  104. default: # This is the default group. Add as many as you wish
  105. # Prefix in front of the player name above their head
  106. name-prefix:
  107. # A list to create animations
  108. text: # Text can be max 16 characters long (after placeholders are replaced)
  109. # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
  110. # Meaning if your permission prefix is "[Mod]" it will show this
  111. - '{PREFIX}'
  112. # Animation interval in ticks (20 ticks = 1 sec)
  113. interval: 100
  114. # The display name above the player head (default {PLAYER})
  115. name-suffix:
  116. # A list to create animations
  117. text: # Text can be max 16 characters long (after placeholders are replaced)
  118. - '{SUFFIX}'
  119. # Animation interval in ticks (20 ticks = 1 sec)
  120. interval: 100
  121. example-kurucu:
  122. name-prefix:
  123. # A list to create animations
  124. text: # Text can be max 16 characters long (after placeholders are replaced)
  125. - '&cKurucu &e'
  126. # Animation interval in ticks (20 ticks = 1 sec)
  127. interval: 100
  128. example-admin:
  129. name-prefix:
  130. # A list to create animations
  131. text: # Text can be max 16 characters long (after placeholders are replaced)
  132. - '&3Yetkili &6'
  133. # Animation interval in ticks (20 ticks = 1 sec)
  134. interval: 100
  135. example-mvip:
  136. name-prefix:
  137. # A list to create animations
  138. text: # Text can be max 16 characters long (after placeholders are replaced)
  139. - '&6&lLEGEND <rainbow></rainbow>'
  140. # Animation interval in ticks (20 ticks = 1 sec)
  141. interval: 25
  142. example-youtuber:
  143. name-prefix:
  144. # A list to create animations
  145. text: # Text can be max 16 characters long (after placeholders are replaced)
  146. - '&cYouTuber <rainbow></rainbow>'
  147. # Animation interval in ticks (20 ticks = 1 sec)
  148. interval: 25
  149. example-build:
  150. name-prefix:
  151. # A list to create animations
  152. text: # Text can be max 16 characters long (after placeholders are replaced)
  153. - '&b&lMIMAR &d'
  154. # Animation interval in ticks (20 ticks = 1 sec)
  155. interval: 25
  156.  
  157. example-rehber:
  158. name-prefix:
  159. # A list to create animations
  160. text: # Text can be max 16 characters long (after placeholders are replaced)
  161. - '&2Rehber &a'
  162. # Animation interval in ticks (20 ticks = 1 sec)
  163. interval: 25
  164.  
  165. example-Uvip:
  166. name-prefix:
  167. # A list to create animations
  168. text: # Text can be max 16 characters long (after placeholders are replaced)
  169. - '&c&lTITAN <rainbow></rainbow>'
  170. # Animation interval in ticks (20 ticks = 1 sec)
  171. interval: 25
  172.  
  173. example-vip:
  174. name-prefix:
  175. # A list to create animations
  176. text: # Text can be max 16 characters long (after placeholders are replaced)
  177. - '&a&lULTRA <rainbow></rainbow>'
  178. # Animation interval in ticks (20 ticks = 1 sec)
  179. interval: 25
  180.  
  181. example-vip+:
  182. name-prefix:
  183. # A list to create animations
  184. text: # Text can be max 16 characters long (after placeholders are replaced)
  185. - '&d&lKahraman <rainbow></rainbow>'
  186. # Animation interval in ticks (20 ticks = 1 sec)
  187. interval: 25
  188.  
  189. example-caylak:
  190. name-prefix:
  191. # A list to create animations
  192. text: # Text can be max 16 characters long (after placeholders are replaced)
  193. - '&7'
  194. # Animation interval in ticks (20 ticks = 1 sec)
  195. interval: 100
  196.  
  197. example-pluginer:
  198. name-prefix:
  199. # A list to create animations
  200. text: # Text can be max 16 characters long (after placeholders are replaced)
  201. - '&6Pluginer &a'
  202. # Animation interval in ticks (20 ticks = 1 sec)
  203. interval: 100
  204.  
  205.  
  206. # Text below your name above your head
  207. name-below:
  208. # Set to false to disable the scoreboard under name (REQUIRES RESTART)
  209. enabled: false
  210. # A list to create animations
  211. text: # Make sure that the placeholder is numeric!
  212. - '{HEALTH}&cSağlık'
  213. # Animation interval in ticks (20 ticks = 1 sec)
  214. interval: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement