Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Feb 29th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # FeatherBoard 1.9.0
  4. # Runs like a feather on your server
  5. # (c) Maxim Van de Wynckel
  6. #
  7. # ------------------------------ #
  8.  
  9. # Permissions: To use the action groups give them the permission
  10. # featherboard.group.<group>
  11. # Make sure to remove them from the other groups
  12. # when giving a new permission.
  13.  
  14. # Variables: These variables can be used in the TEXT section
  15. # of both the header as the footer.
  16. #
  17. # {PLAYER} - Player name
  18. # {PLAYERNICK} - Player nickname
  19. # {SERVER} - Server name
  20. # {PLAYERCOUNT} - Server player count
  21. # {BUNGEECOUNT} - Bungee network player count
  22. # 850+ more ... see spigot page
  23.  
  24. # Formatting: These are formatting tags allowing you to format the animations
  25. # or placeholders.
  26. #
  27. # Substring: This allows you to split a word (even a placeholder) in parts
  28. # example: <substring begin=0 end=3>Hello World</substring> = Hel
  29. # usage: This can be used to split placeholders when creating a typewriter
  30. # or to split the colors in a placeholder.
  31. #
  32. # Scroll: This creates a scrolling animation of the text inside it. It accepts
  33. # two arguments (the length and space between scrolls).
  34. # example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
  35. #
  36. # PLENTY MORE! See spigot page
  37.  
  38. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  39. # GENERAL PLUGIN SETTINGS
  40. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  41.  
  42. ## Config version (DO NOT EDIT)
  43. config: 1
  44.  
  45. ## Language file
  46. lang: 'en'
  47.  
  48. ## Debug mode
  49. debug: false
  50.  
  51. ## Log to file
  52. log: true
  53.  
  54. ## Update checking
  55. update:
  56. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  57.  
  58. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  59. # PLUGIN SPECIFIC SETTINGS
  60. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  61.  
  62. # Tweaks to increase performance (Use at own risk)
  63. tweaks:
  64. # This option does not send scoreboard remove packets
  65. # to the client on quit. This can increase performance on servers
  66. # where players quit a lot (hubs, ...)
  67. #
  68. # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  69. # /data folder
  70. #
  71. # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  72. keepScoreboardOnQuit: false
  73.  
  74.  
  75. # Anti Flicker will use a new engine that will allow you to use fast animations
  76. # without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
  77. # and problems that only occur with this option enabled in a Spigot private message.
  78. # Using this option shortens the maximum length for 1.8 servers to around 26~28 chars
  79. # but this is an increase for 1.7 clients (that default only have 16 characters)
  80. # IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
  81. antiflicker: true
  82.  
  83. # A list of different scoreboards
  84. boards:
  85. default:
  86. title: # The first element in the group will be title.
  87. # We will show the server name animated, with a glow effect every 20 sec
  88. text:
  89. - '&b&lDeluxe &f&lRealms'
  90. # Interval the animation loops in ticks (20 ticks = 1 sec)
  91. # If you need waiting intervals look at the DELAY placeholder
  92. interval: 100
  93. # Do you want to randomize the animation frames?
  94. random: false
  95. header: # A header is recommended to make sure the scoreboard remains the same size
  96. text:
  97. - '&b&l '
  98. interval: 100
  99. random: false
  100. player-label: # You can add elements to the group and name them like you want
  101. # Lets make a static label
  102. text:
  103. - '&8» &7IGN&8: &3{player}'
  104. interval: 100 # The interval is not important since its just 1 static text.
  105. # Do you want to randomize the animation frames?
  106. random: false
  107. player-label2: # You can add elements to the group and name them like you want
  108. # Lets make a static label
  109. text:
  110. - '&8» &7Rank&8: &3{group}'
  111. interval: 100 # The interval is not important since its just 1 static text.
  112. # Do you want to randomize the animation frames?
  113. random: false
  114. spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
  115. text:
  116. - ''
  117. interval: 100
  118. random: false
  119. player-label3: # You can add elements to the group and name them like you want
  120. # Lets make a static label
  121. text:
  122. - '&8» &7Balance&8: &3{money_formatted}'
  123. interval: 100 # The interval is not important since its just 1 static text.
  124. # Do you want to randomize the animation frames?
  125. random: false
  126. player-label4: # You can add elements to the group and name them like you want
  127. # Lets make a static label
  128. text:
  129. - '&8» &7Kills&8: &3{stat_pkills}'
  130. interval: 100 # The interval is not important since its just 1 static text.
  131. # Do you want to randomize the animation frames?
  132. random: false
  133. player-label5: # You can add elements to the group and name them like you want
  134. # Lets make a static label
  135. text:
  136. - '&8» &7Deaths&8: &3{stat_deaths}'
  137. interval: 100 # The interval is not important since its just 1 static text.
  138. # Do you want to randomize the animation frames?
  139. random: false
  140. spacer-money2: # Another spacer (empty line) again you don't need to call this 'spacer'
  141. text:
  142. - ''
  143. interval: 100
  144. random: false
  145. player-label6: # You can add elements to the group and name them like you want
  146. # Lets make a static label
  147. text:
  148. - '&8» &7VoteParty'
  149. interval: 100 # The interval is not important since its just 1 static text.
  150. # Do you want to randomize the animation frames?
  151. random: false
  152. player-label7: # You can add elements to the group and name them like you want
  153. # Lets make a static label
  154. text:
  155. - '&8» &350&8/&350'
  156. interval: 100 # The interval is not important since its just 1 static text.
  157. # Do you want to randomize the animation frames?
  158. random: false
  159. spacer-money3: # Another spacer (empty line) again you don't need to call this 'spacer'
  160. text:
  161. - ''
  162. interval: 100
  163. random: false
  164. footer: # A footer is recommended to make sure the scoreboard remains the same size
  165. text:
  166. - '&3&l &bmc.Deluxe-Realms.info'
  167. interval: 100
  168. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement