Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # AnimatedNames 6
  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.  
  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. Owner:
  96. name-prefix:
  97. frames:
  98. - '{PREFIX}&e'
  99. interval: 20
  100. name-suffix:
  101. frames:
  102. - ' &4&lO&r'
  103. interval: 100
  104. Co-Owner:
  105. name-prefix:
  106. frames:
  107. - '{PREFIX}&e'
  108. interval: 20
  109. name-suffix:
  110. frames:
  111. - ' &6&lCO&r'
  112. interval: 100
  113. Developer:
  114. name-prefix:
  115. frames:
  116. - '{PREFIX}&e'
  117. interval: 20
  118. name-suffix:
  119. frames:
  120. - ' &1&lD&r'
  121. interval: 100
  122. Community-Manager:
  123. name-prefix:
  124. frames:
  125. - '{PREFIX}&e'
  126. interval: 20
  127. name-suffix:
  128. frames:
  129. - ' &a&lCM&r'
  130. interval: 100
  131. Staff-Manager:
  132. name-prefix:
  133. frames:
  134. - '{PREFIX}&e'
  135. interval: 20
  136. name-suffix:
  137. frames:
  138. - ' &d&lSM&r'
  139. interval: 100
  140. Admin:
  141. name-prefix:
  142. frames:
  143. - '{PREFIX}&e'
  144. interval: 20
  145. name-suffix:
  146. frames:
  147. - ' &2&lA&r'
  148. interval: 100
  149. Moderator:
  150. name-prefix:
  151. frames:
  152. - '{PREFIX}&e'
  153. interval: 20
  154. name-suffix:
  155. frames:
  156. - ' &5&lM&r'
  157. interval: 100
  158. Builder:
  159. name-prefix:
  160. frames:
  161. - '{PREFIX}&e'
  162. interval: 20
  163. name-suffix:
  164. frames:
  165. - ' &3&lB&r'
  166. interval: 100
  167. Trial-Moderator:
  168. name-prefix:
  169. frames:
  170. - '{PREFIX}&e'
  171. interval: 20
  172. name-suffix:
  173. frames:
  174. - ' &5&lTM&r'
  175. interval: 100
  176. Trial-Builder:
  177. name-prefix:
  178. frames:
  179. - '{PREFIX}&e'
  180. interval: 20
  181. name-suffix:
  182. frames:
  183. - ' &3&lTB&r'
  184. interval: 100
  185. Helper:
  186. name-prefix:
  187. frames:
  188. - '{PREFIX}&e'
  189. interval: 20
  190. name-suffix:
  191. frames:
  192. - ' &c&lH&r'
  193. interval: 100
  194. YouTube:
  195. name-prefix:
  196. frames:
  197. - '{PREFIX}&c'
  198. interval: 20
  199. name-suffix:
  200. frames:
  201. - ' &4&lY&f&lT&r'
  202. interval: 100
  203. Twitch:
  204. name-prefix:
  205. frames:
  206. - '{PREFIX}&d'
  207. interval: 20
  208. name-suffix:
  209. frames:
  210. - ' &5&lT&r'
  211. interval: 100
  212. Friend:
  213. name-prefix:
  214. frames:
  215. - '{PREFIX}&d'
  216. interval: 20
  217. name-suffix:
  218. frames:
  219. - ' &a&lF'
  220. interval: 100
  221. Sage:
  222. name-prefix:
  223. frames:
  224. - '{PREFIX}&a'
  225. interval: 20
  226. name-suffix:
  227. frames:
  228. - ' &a&lS&r'
  229. - ' &c&lS&r'
  230. - ' &e&lS&r'
  231. - ' &b&lS&r'
  232. interval: 100
  233. Elytra:
  234. name-prefix:
  235. frames:
  236. - '{PREFIX}&a'
  237. interval: 20
  238. name-suffix:
  239. frames:
  240. - ' &9&lE&r'
  241. interval: 100
  242. Millennium:
  243. name-prefix:
  244. frames:
  245. - '{PREFIX}&a'
  246. interval: 20
  247. name-suffix:
  248. frames:
  249. - ' &f&lM&r'
  250. interval: 100
  251. Combat:
  252. name-prefix:
  253. frames:
  254. - '{PREFIX}&c'
  255. interval: 20
  256. name-suffix:
  257. frames:
  258. - ' &4&lIN COMBAT'
  259. interval: 100
  260. default: # This is the default group. Add as many as you wish
  261. # Prefix in front of the player name above their head
  262. name-prefix:
  263. # A list to create animations
  264. frames: # Text can be max 16 characters long (after placeholders are replaced)
  265. # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
  266. # Meaning if your permission prefix is "[Mod]" it will show this
  267. - '{PREFIX}&7'
  268. # Animation interval in ticks (20 ticks = 1 sec)
  269. interval: 20
  270. # The display name above the player head (default {PLAYER})
  271. name-suffix:
  272. # A list to create animations
  273. frames: # Text can be max 16 characters long (after placeholders are replaced)
  274. - ''
  275. # Animation interval in ticks (20 ticks = 1 sec)
  276. interval: 100
  277. example-admin:
  278. name-prefix:
  279. # A list to create animations
  280. frames: # Text can be max 16 characters long (after placeholders are replaced)
  281. - '&4[&cAdmin&4] &c'
  282. # Animation interval in ticks (20 ticks = 1 sec)
  283. interval: 100
  284.  
  285. # Text below your name above your head
  286. name-below:
  287. # Set to false to disable the name under name (REQUIRES RESTART)
  288. enabled: true
  289. # A list to create animations
  290. # Make sure that the placeholder is numeric!
  291. # You have to put a number or numeric placeholder in the beginning
  292. # or else you will get a "0" in front.
  293. # This also means you can't have colors in front. The number is a set
  294. # color you can't change.
  295. frames:
  296. - '{PING}&7Ping'
  297. # Animation interval in ticks (20 ticks = 1 sec)
  298. interval: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement