Advertisement
Guest User

Untitled

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