Advertisement
isikerkan

Untitled

Mar 8th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # AnimatedNames 3.5.0
  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: 2
  37.  
  38. ## Language file
  39. lang: 'en'
  40.  
  41. ## Debug mode
  42. debug: false
  43.  
  44. ## Log to file
  45. log: true
  46.  
  47. ## Update checking
  48. update:
  49. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  50.  
  51. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  52. # PLUGIN SPECIFIC SETTINGS
  53. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  54.  
  55.  
  56. # Legacy mode. Disable this if you experience client crashes (bungeecord mostly)
  57. legacymode: true
  58.  
  59.  
  60. # WARNING: The recommended interval for this plugin
  61. # is calculated at 15 ticks (recommended 20 ticks)
  62. # You can experiment with lower ticks but this might
  63. # cause a slight flicker.
  64.  
  65.  
  66. groups:
  67. Neuling: # This is the default group. Add as many as you wish
  68. # Prefix in front of the player name above their head
  69. name-prefix:
  70. # A list to create animations
  71. text: # Text can be max 16 characters long (after placeholders are replaced)
  72. - '&b[Neuling]'
  73. # Animation interval in ticks (20 ticks = 1 sec)
  74. interval: 100
  75. # The display name above the player head (default {PLAYER})
  76. name-suffix:
  77. # A list to create animations
  78. text: # Text can be max 16 characters long (after placeholders are replaced)
  79. - ''
  80. # Animation interval in ticks (20 ticks = 1 sec)
  81. interval: 100
  82. Bürger: # This is the default group. Add as many as you wish
  83. # Prefix in front of the player name above their head
  84. name-prefix:
  85. # A list to create animations
  86. text: # Text can be max 16 characters long (after placeholders are replaced)
  87. - '&9[Bürger]'
  88. # Animation interval in ticks (20 ticks = 1 sec)
  89. interval: 100
  90. # The display name above the player head (default {PLAYER})
  91. name-suffix:
  92. # A list to create animations
  93. text: # Text can be max 16 characters long (after placeholders are replaced)
  94. - ''
  95. # Animation interval in ticks (20 ticks = 1 sec)
  96. interval: 100
  97. Hofnarr: # This is the default group. Add as many as you wish
  98. # Prefix in front of the player name above their head
  99. name-prefix:
  100. # A list to create animations
  101. text: # Text can be max 16 characters long (after placeholders are replaced)
  102. - '&5[Hofnarr]'
  103. # Animation interval in ticks (20 ticks = 1 sec)
  104. interval: 100
  105. # The display name above the player head (default {PLAYER})
  106. name-suffix:
  107. # A list to create animations
  108. text: # Text can be max 16 characters long (after placeholders are replaced)
  109. - ''
  110. # Animation interval in ticks (20 ticks = 1 sec)
  111. interval: 100
  112. Stadtwache: # This is the default group. Add as many as you wish
  113. # Prefix in front of the player name above their head
  114. name-prefix:
  115. # A list to create animations
  116. text: # Text can be max 16 characters long (after placeholders are replaced)
  117. - '&a[Stadtwache]'
  118. # Animation interval in ticks (20 ticks = 1 sec)
  119. interval: 100
  120. # The display name above the player head (default {PLAYER})
  121. name-suffix:
  122. # A list to create animations
  123. text: # Text can be max 16 characters long (after placeholders are replaced)
  124. - ''
  125. # Animation interval in ticks (20 ticks = 1 sec)
  126. interval: 100
  127. Fürst: # This is the default group. Add as many as you wish
  128. # Prefix in front of the player name above their head
  129. name-prefix:
  130. # A list to create animations
  131. text: # Text can be max 16 characters long (after placeholders are replaced)
  132. - '&6[Fürst]'
  133. # Animation interval in ticks (20 ticks = 1 sec)
  134. interval: 100
  135. # The display name above the player head (default {PLAYER})
  136. name-suffix:
  137. # A list to create animations
  138. text: # Text can be max 16 characters long (after placeholders are replaced)
  139. - ''
  140. # Animation interval in ticks (20 ticks = 1 sec)
  141. interval: 100
  142. Alchemist: # This is the default group. Add as many as you wish
  143. # Prefix in front of the player name above their head
  144. name-prefix:
  145. # A list to create animations
  146. text: # Text can be max 16 characters long (after placeholders are replaced)
  147. - '&d[Alchemist]'
  148. # Animation interval in ticks (20 ticks = 1 sec)
  149. interval: 100
  150. # The display name above the player head (default {PLAYER})
  151. name-suffix:
  152. # A list to create animations
  153. text: # Text can be max 16 characters long (after placeholders are replaced)
  154. - ''
  155. # Animation interval in ticks (20 ticks = 1 sec)
  156. interval: 100
  157. Kommandant: # This is the default group. Add as many as you wish
  158. # Prefix in front of the player name above their head
  159. name-prefix:
  160. # A list to create animations
  161. text: # Text can be max 16 characters long (after placeholders are replaced)
  162. - '&2[Kommandant]'
  163. # Animation interval in ticks (20 ticks = 1 sec)
  164. interval: 100
  165. # The display name above the player head (default {PLAYER})
  166. name-suffix:
  167. # A list to create animations
  168. text: # Text can be max 16 characters long (after placeholders are replaced)
  169. - ''
  170. # Animation interval in ticks (20 ticks = 1 sec)
  171. interval: 100
  172. König: # This is the default group. Add as many as you wish
  173. # Prefix in front of the player name above their head
  174. name-prefix:
  175. # A list to create animations
  176. text: # Text can be max 16 characters long (after placeholders are replaced)
  177. - '&6[König]'
  178. # Animation interval in ticks (20 ticks = 1 sec)
  179. interval: 100
  180. # The display name above the player head (default {PLAYER})
  181. name-suffix:
  182. # A list to create animations
  183. text: # Text can be max 16 characters long (after placeholders are replaced)
  184. - ''
  185. # Animation interval in ticks (20 ticks = 1 sec)
  186. interval: 100
  187. Prinz: # This is the default group. Add as many as you wish
  188. # Prefix in front of the player name above their head
  189. name-prefix:
  190. # A list to create animations
  191. text: # Text can be max 16 characters long (after placeholders are replaced)
  192. - '&6[Prinz]'
  193. # Animation interval in ticks (20 ticks = 1 sec)
  194. interval: 100
  195. # The display name above the player head (default {PLAYER})
  196. name-suffix:
  197. # A list to create animations
  198. text: # Text can be max 16 characters long (after placeholders are replaced)
  199. - ''
  200. # Animation interval in ticks (20 ticks = 1 sec)
  201. interval: 100
  202. Admin: # This is the default group. Add as many as you wish
  203. # Prefix in front of the player name above their head
  204. name-prefix:
  205. # A list to create animations
  206. text: # Text can be max 16 characters long (after placeholders are replaced)
  207. - '&4[Admin]'
  208. # Animation interval in ticks (20 ticks = 1 sec)
  209. interval: 100
  210. # The display name above the player head (default {PLAYER})
  211. name-suffix:
  212. # A list to create animations
  213. text: # Text can be max 16 characters long (after placeholders are replaced)
  214. - ''
  215. # Animation interval in ticks (20 ticks = 1 sec)
  216. interval: 100
  217.  
  218. # Text below your name above your head
  219. name-below:
  220. # Set to false to disable the scoreboard under name (REQUIRES RESTART)
  221. enabled: false
  222. # A list to create animations
  223. text: # Make sure that the placeholder is numeric!
  224. - '{group}'
  225. # Animation interval in ticks (20 ticks = 1 sec)
  226. interval: 20
  227.  
  228. # Disabled worlds. Worlds in this list will not have
  229. # the score below or team names.
  230. disabled-worlds:
  231. - 'example_world'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement