Advertisement
isikerkan

Untitled

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