Advertisement
Guest User

ActionBar_CONFIG

a guest
Mar 25th, 2017
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # ActionBar 6
  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. # 4000+ 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: false
  69. # RECOMMENDED YOU LEAVE THIS TRUE
  70.  
  71. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  72. # PLUGIN SPECIFIC SETTINGS
  73. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  74.  
  75. # Placeholder settings
  76. placeholder:
  77. # logs the memory usage of placeholders on startup
  78. log-memory: false
  79. # Clear unused placeholders that are not enabled.
  80. clear-unused: true
  81. # Config cache only
  82. # This will only use placeholders in the config
  83. # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  84. # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  85. config-cache: false
  86.  
  87. # Toggling allows you to disable the actionbar
  88. database:
  89. # If you want the toggle to stay even when your users
  90. # log off you can enable this. Keep in mind that this requires a
  91. # MySQL or SQLite database.
  92. # If you are configuring the plugin for the first time it is advised
  93. # to stay away from these settings until you managed the actionbar
  94. # set up.
  95. persistent: false
  96. # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
  97. # with isolation, url, driver, ...
  98. # Database name
  99. database: "actionbar"
  100. # Database username
  101. username: bukkit
  102. # Database isolation type
  103. isolation: SERIALIZABLE
  104. # Database driver
  105. driver: org.sqlite.JDBC
  106. # Database password
  107. password: walrus
  108. # Database driver URL
  109. # {DIR} will be replaced with the plugin directory
  110. # {NAME} will be replaced wit the plugin name
  111. url: jdbc:sqlite:{DIR}{NAME}.db
  112. # Save interval in ticks
  113. save-interval: 6000
  114.  
  115. # While you can use this plugin to show a constant showing text/animation on the bottom
  116. # using permissions, you can also switch between actionbar groups using
  117. # announcements. Announcements allow you to 'switch' between the different
  118. # groups a player has permission to. This allows you for example to show
  119. # some server advertising but do not show it to donators (if you make sure they
  120. # don't have permission to the "advertisement")
  121. announcements:
  122. # Do you want to enable announcements for the actionbar plugin
  123. # enabling this will loop through all actionbar groups that have "is-announcement" enabled
  124. # and the player has permission to.
  125. # It will change between the groups every "change-interval" in seconds
  126. enabled: false
  127. # The interval to change between announcements (Every x seconds)
  128. change-interval: 60
  129.  
  130.  
  131. # Header
  132. actionbar:
  133. # You can create multiple groups to send
  134. # different actionbars to different players
  135. default:
  136. # The actionbar supports color codes and frames
  137. text:
  138. - '<single><delay times="3">&9&l{175}{174}</delay></single>'
  139. - '<single><delay times="3"> </delay></single>'
  140. - '<single><delay times="3">&9&l{175}{174}</delay></single>'
  141. - '<single><delay times="3"> </delay></single>'
  142. - '<single>&9&l{175}{174}</single>'
  143. - '<single>&9&l{174}{175}</single>'
  144. - '<single>&9&l{174} {175}</single>'
  145. - '<single>&9&l{174} &2&lc &9&l{175}</single>'
  146. - '<single>&9&l{174} &b&leco &9&l{175}</single>'
  147. - '<single>&9&l{174} &3&lelcom &9&l{175}</single>'
  148. - '<single>&9&l{174} &1&lWelcome &9&l{175}</single>'
  149. - '<single>&9&l{174} &f&l!&9&lWelcome&f&l! &9&l{175}</single>'
  150. - '<single>&9&l{174} &f&l! &d&lWelcome &f&l! &9&l{175}</single>'
  151. - '<single>&9&l{174} &f&l!! &5&lWelcome &f&l!! &9&l{175}</single>'
  152. - '<single>&9&l{174} &f&l! &f&lWelcome &f&l! &9&l{175}</single>'
  153. - '<single>&9&l{174} &f&l!&7&lWelcome&f&l! &9&l{175}</single>'
  154. - '<single>&9&l{174} &8&lWelcome {175}</single>'
  155. - '<single>&9&l{174} <rainbow>&lWelcome</rainbow> &9&l{175}</single>'
  156. - '<single>&9&l{174} <rainbow>&lWelcome</rainbow> &9&l{175}</single>'
  157. - '<single>&9&l{174} &4&lelcom &9&l{175}</single>'
  158. - '<single>&9&l{174} &c&llco &9&l{175}</single>'
  159. - '<single>&9&l{174} &6&lc &9&l{175}</single>'
  160. - '<single>&9&l{174} {175}</single>'
  161. - '&9&l{174} &a&l<cmd backwards="false" repeatmiddle="0">RAM usage: </cmd> &9&l{175}'
  162. - '<repeat times="5">&9&l{174} &a&lRAM usage: &7&l{usedram_formatted} / {maxram_formatted} &9&l{175}</repeat>'
  163. - '<repeat times="5">&9&l{174} &a&lTPS usage: &7&l{tps_rounded}/20 &9&l{175}</repeat>'
  164. - '<repeat times="2">&9&l{174} {healthbar} &9&l{175}</repeat>'
  165. # The interval in ticks to switch text
  166. interval: 20
  167. # Define if the text should be randomized. Animation formatting tags
  168. # won't be affected.
  169. # Enabling randomizing overrides the run-once (meaning you can't randomize and run once)
  170. random: false
  171. # If you only want the frames/text to run one time
  172. # set this to true. This will only loop through the frames
  173. # once.
  174. # Please NOTE: The run-once will only work on triggered actionbar
  175. # or announcements.
  176. # The bar will be removed after the interval of the last frame.
  177. run-once: false
  178. # If you set this 'actionbar group' as an announcement it will be
  179. # used in the announcement loop. If:
  180. # 1) The player has permission to this group
  181. # 2) is-announcement is set to true
  182. is-announcement: false
  183. example-ram:
  184. text:
  185. - '&lCURRENT RAM USAGE &7&o {usedram_formatted} / {maxram_formatted}'
  186. interval: 1
  187. random: false
  188. run-once: false
  189. is-announcement: false
  190. # The following example: actionbar.group.example-tps
  191. example-tps:
  192. text:
  193. - '&lCURRENT Ticks per Second &7&o {tps}/20'
  194. interval: 1
  195. random: false
  196. run-once: false
  197. is-announcement: false
  198.  
  199. # An example of a group would be vip (actionbar.group.vip)
  200. # For example you could remove the footer that says Vote now! or
  201. # in this example the site url.
  202.  
  203.  
  204. # Broadcast command (/actionbar broadcast Text here)
  205. broadcast:
  206. # Prefix and suffix support placeholders
  207. # Prefix shown before "Text here"
  208. prefix: '&e[{TIME}] &cBroadcast: '
  209. # Suffix shown after "Text here"
  210. suffix: ''
  211. # Time on screen in seconds
  212. time: 30
  213.  
  214. # Mobile support. Prevent sending it to mobile apps causing it to spam
  215. # This only works on the free version of MineChat
  216. mobile: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement