Guest User

Untitled

a guest
Apr 1st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # ActionBar 7
  4. # (c) Maxim Van de Wynckel
  5. #
  6. # ------------------------------ #
  7.  
  8. # About: Minecraft 1.8 features a text above the action bar
  9. # This plugin will allow you to create a customizable text
  10. # for the actionbar.
  11. #
  12. # This plugin supports variables.
  13.  
  14. # Permissions: To use the action groups give them the permission
  15. # actionbar.group.<group>
  16. # Make sure to remove them from the other groups
  17. # when giving a new permission.
  18.  
  19. # Commands: List of all commands
  20. # /actionbar reload - Reload the configuration
  21. # /actionbar broadcast - Broadcast a message
  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. # {SERVER} - Server name
  29. # {PLAYERCOUNT} - Server player count
  30. # {BUNGEECOUNT} - Bungee network player count
  31. # 5000+ more ... see spigot page
  32.  
  33. # Formatting: These are formatting tags allowing you to format the animations
  34. # or placeholders.
  35. #
  36. # Substring: This allows you to split a word (even a placeholder) in parts
  37. # example: <substring begin=0 end=3>Hello World</substring> = Hel
  38. # usage: This can be used to split placeholders when creating a typewriter
  39. # or to split the colors in a placeholder.
  40. #
  41. # Scroll: This creates a scrolling animation of the text inside it. It accepts
  42. # two arguments (the length and space between scrolls).
  43. # example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
  44. #
  45. # PLENTY MORE! See spigot page
  46.  
  47. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  48. # GENERAL PLUGIN SETTINGS
  49. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  50.  
  51. ## Config version (DO NOT EDIT)
  52. config: 6
  53.  
  54. ## Language file
  55. lang: 'en'
  56.  
  57. ## Debug mode
  58. debug: false
  59.  
  60. ## Log to file
  61. log:
  62. enabled: true
  63. # Reset log on startup
  64. reset: true
  65.  
  66. ## Update checking
  67. update:
  68. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  69.  
  70. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  71. # PLUGIN SPECIFIC SETTINGS
  72. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  73.  
  74. # Placeholder settings
  75. placeholder:
  76. # Force install all placeholders (NOT RECOMMENDED)
  77. force-all: false
  78. # logs the memory usage of placeholders on startup
  79. log-memory: false
  80. # Clear unused placeholders that are not enabled.
  81. clear-unused: true
  82. # Config cache only
  83. # This will only use placeholders in the config
  84. # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  85. # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  86. config-cache: false
  87.  
  88. # Toggling allows you to disable the actionbar
  89. database:
  90. # If you want the toggle to stay even when your users
  91. # log off you can enable this. Keep in mind that this requires a
  92. # MySQL or SQLite database.
  93. # If you are configuring the plugin for the first time it is advised
  94. # to stay away from these settings until you managed the actionbar
  95. # set up.
  96. persistent: false
  97. # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
  98. # with isolation, url, driver, ...
  99. # Database name
  100. database: "actionbar"
  101. # Database username
  102. username: bukkit
  103. # Database isolation type
  104. isolation: SERIALIZABLE
  105. # Database driver
  106. driver: org.sqlite.JDBC
  107. # Database password
  108. password: walrus
  109. # Database driver URL
  110. # {DIR} will be replaced with the plugin directory
  111. # {NAME} will be replaced wit the plugin name
  112. url: jdbc:sqlite:{DIR}{NAME}.db
  113. # Save interval in ticks
  114. save-interval: 6000
  115.  
  116. # While you can use this plugin to show a constant showing text/animation on the bottom
  117. # using permissions, you can also switch between actionbar groups using
  118. # announcements. Announcements allow you to 'switch' between the different
  119. # groups a player has permission to. This allows you for example to show
  120. # some server advertising but do not show it to donators (if you make sure they
  121. # don't have permission to the "advertisement")
  122. announcements:
  123. # Do you want to enable announcements for the actionbar plugin
  124. # enabling this will loop through all actionbar groups that have "is-announcement" enabled
  125. # and the player has permission to.
  126. # It will change between the groups every "change-interval" in seconds
  127. enabled: false
  128. # The interval to change between announcements (Every x seconds)
  129. change-interval: 60
  130.  
  131.  
  132. # Header
  133. actionbar:
  134. # You can create multiple groups to send
  135. # different actionbars to different players
  136. default:
  137. # The actionbar supports color codes and frames
  138. frames:
  139. - '<single><delay times="3">&9&l{175}{174}</delay></single>'
  140. - '<single><delay times="3"> </delay></single>'
  141. - '<single><delay times="3">&9&l{175}{174}</delay></single>'
  142. - '<single><delay times="3"> </delay></single>'
  143. - '<single>&9&l{175}{174}</single>'
  144. - '<single>&9&l{174}{175}</single>'
  145. - '<single>&9&l{174} {175}</single>'
  146. - '<single>&9&l{174} &2&lc &9&l{175}</single>'
  147. - '<single>&9&l{174} &b&leco &9&l{175}</single>'
  148. - '<single>&9&l{174} &3&lelcom &9&l{175}</single>'
  149. - '<single>&9&l{174} &1&lWelcome &9&l{175}</single>'
  150. - '<single>&9&l{174} &f&l!&9&lWelcome&f&l! &9&l{175}</single>'
  151. - '<single>&9&l{174} &f&l! &d&lWelcome &f&l! &9&l{175}</single>'
  152. - '<single>&9&l{174} &f&l!! &5&lWelcome &f&l!! &9&l{175}</single>'
  153. - '<single>&9&l{174} &f&l! &f&lWelcome &f&l! &9&l{175}</single>'
  154. - '<single>&9&l{174} &f&l!&7&lWelcome&f&l! &9&l{175}</single>'
  155. - '<single>&9&l{174} &8&lWelcome {175}</single>'
  156. - '<single>&9&l{174} <rainbow>&lWelcome</rainbow> &9&l{175}</single>'
  157. - '<single>&9&l{174} <rainbow>&lWelcome</rainbow> &9&l{175}</single>'
  158. - '<single>&9&l{174} &4&lelcom &9&l{175}</single>'
  159. - '<single>&9&l{174} &c&llco &9&l{175}</single>'
  160. - '<single>&9&l{174} &6&lc &9&l{175}</single>'
  161. - '<single>&9&l{174} {175}</single>'
  162. - '&9&l{174} {175}'
  163. - '&9&l{174} {175}'
  164. - '&9&l{174} &e&l<fullwidth>ơ</fullwidth> &9&l{175}'
  165. - '&9&l{174} &e&l<fullwidth>hơi</fullwidth> &9&l{175}'
  166. - '&9&l{174} &e&l<fullwidth>chơi g</fullwidth> &9&l{175}'
  167. - '&9&l{174} &e&l<fullwidth>n chơi ga</fullwidth> &9&l{175}'
  168. - '&9&l{174} &e&l<fullwidth>ạn chơi gam</fullwidth> &9&l{175}'
  169. - '&9&l{174} &e&l<fullwidth>bạn chơi game</fullwidth> &9&l{175}'
  170. - '&9&l{174} &e&l<fullwidth>c bạn chơi game v</fullwidth> &9&l{175}'
  171. - '&9&l{174} &e&l<fullwidth>úc bạn chơi game vu</fullwidth> &9&l{175}'
  172. - '&9&l{174} &e&l<fullwidth>húc bạn chơi game vui</fullwidth> &9&l{175}'
  173. - '&9&l{174} &e&l<fullwidth>Chúc bạn chơi game vui vẻ</fullwidth> &9&l{175}'
  174. - '<delay times="5">&9&l{174} &e&l<fullwidth>Mine224.ga</fullwidth> &9&l{175}</delay>'
  175. - '&9&l{174} &e&l<glow normalcolor="&e&l" glowcolor="&6&l"><fullwidth>Mine224.ga</fullwidth></glow> &9&l{175}'
  176. - '<delay times="5">&9&l{174} &e&l<fullwidth>Mine224.ga</fullwidth> &9&l{175}</delay>'
  177. - '&9&l{175} &e&l<fullwidth>ine224.g</fullwidth> &9&l{174}'
  178. - '&9&l{175} &e&l<fullwidth>ne224.</fullwidth> &9&l{174}'
  179. - '&9&l{175} &e&l<fullwidth>e224</fullwidth> &9&l{174}'
  180. - '&9&l{175} &e&l<fullwidth>22</fullwidth> &9&l{174}'
  181. - '&9&l{175} &e&l<fullwidth>2</fullwidth> &9&l{174}'
  182. - '&9&l{175} &e&l<fullwidth>❤</fullwidth> &9&l{174}'
  183. - '&9&l{175} &e&l<fullwidth>❤</fullwidth> &9&l{174}'
  184. - '&9&l{175} &e&l<fullwidth>❤</fullwidth> &9&l{174}'
  185. - '&9&l{175} &e&l<fullwidth>❤</fullwidth> &9&l{174}'
  186. - '&9&l{175} &e&l<fullwidth>❤</fullwidth> &9&l{174}'
  187. - '&9&l{175} &e&l<fullwidth>❤</fullwidth> &9&l{174}'
  188. - '&9&l{175} {174}'
  189. - '<delay times="3">&9&l{175}{174}</delay>'
  190. - '<delay times="3"> </delay>'
  191. - '<delay times="3">&9&l{175}{174}</delay>'
  192. - '<delay times="3"> </delay>'
  193. - '&9&l{175}{174}'
  194. - '&9&l{174}{175}'
  195. - '&9&l{174} {175}'
  196. - '<repeat times="45">&9&l{174} {healthbar} &9&l{175}</repeat>'
  197. - '&9&l{174} &c&lHealth &9&l{175}'
  198. - '&9&l{174} &c&lealt &9&l{175}'
  199. - '&9&l{174} &c&eal &9&l{175}'
  200. - '&9&l{174} &c&a &9&l{175}'
  201. - '&9&l{174} &9&l{175}'
  202. - '&9&l{174} &9&l{175}'
  203. - '&9&l{174}{175}'
  204. # The interval in ticks to switch text
  205. interval: 2
  206. # Define if the text should be randomized. Animation formatting tags
  207. # won't be affected.
  208. # Enabling randomizing overrides the run-once (meaning you can't randomize and run once)
  209. random: false
  210. # If you only want the frames/text to run one time
  211. # set this to true. This will only loop through the frames
  212. # once.
  213. # Please NOTE: The run-once will only work on triggered actionbar
  214. # or announcements.
  215. # The bar will be removed after the interval of the last frame.
  216. run-once: false
  217. # If you set this 'actionbar group' as an announcement it will be
  218. # used in the announcement loop. If:
  219. # 1) The player has permission to this group
  220. # 2) is-announcement is set to true
  221. is-announcement: false
  222.  
  223. # An example of a group would be vip (actionbar.group.vip)
  224. # For example you could remove the footer that says Vote now! or
  225. # in this example the site url.
  226.  
  227.  
  228. # Broadcast command (/actionbar broadcast Text here)
  229. broadcast:
  230. # Prefix and suffix support placeholders
  231. # Prefix shown before "Text here"
  232. prefix: '&e[{TIME}] &cBroadcast: '
  233. # Suffix shown after "Text here"
  234. suffix: ''
  235. # Time on screen in seconds
  236. time: 30
  237.  
  238. # Mobile support. Prevent sending it to mobile apps causing it to spam
  239. # This only works on the free version of MineChat
  240. mobile: true
Add Comment
Please, Sign In to add comment