Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Nov 12th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. config: 3
  2.  
  3. ## Language file
  4. lang: 'en'
  5.  
  6. ## Debug mode
  7. debug: false
  8.  
  9. ## Log to file
  10. log:
  11. enabled: true
  12. # Reset log on startup
  13. reset: false
  14.  
  15. ## Update checking
  16. update:
  17. check: false
  18.  
  19. placeholder:
  20. # logs the memory usage of placeholders on startup
  21. log-memory: false
  22. # Clear unused placeholders that are not enabled.
  23. clear-unused: true
  24. config-cache: false
  25.  
  26. # Tweaks to increase performance (Use at own risk)
  27. tweaks:
  28. keepScoreboardOnQuit: false
  29. detect-placeholderdelay: false
  30. verbose-placeholder-timings: false
  31. ignore-placeholder-problems: false
  32.  
  33. # Toggling allows you to disable the scoreboard
  34. database:
  35. # If you want the toggle to stay even when your users
  36. # log off you can enable this. Keep in mind that this requires a
  37. # MySQL or SQLite database.
  38. # If you are configuring the plugin for the first time it is advised
  39. # to stay away from these settings until you managed the scoreboard
  40. # set up.
  41. persistent: false
  42. # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
  43. # with isolation, url, driver, ...
  44. # Database name
  45. database: "featherboard"
  46. # Database username
  47. username: bukkit
  48. # Database isolation type
  49. isolation: SERIALIZABLE
  50. # Database driver
  51. driver: org.sqlite.JDBC
  52. # Database password
  53. password: walrus
  54. # Database driver URL
  55. # {DIR} will be replaced with the plugin directory
  56. # {NAME} will be replaced wit the plugin name
  57. url: jdbc:sqlite:{DIR}{NAME}.db
  58. # Save interval in ticks
  59. save-interval: 6000
  60.  
  61. # Disabled worlds. Add your world name in this list to
  62. # disable it.
  63. disabled-worlds:
  64. - ''
  65.  
  66. show-delay: 0
  67.  
  68. antiflicker: true
  69.  
  70. scoreboard-assigning: "PERMISSION"
  71.  
  72. gui:
  73. # This is the title of the GUI
  74. title: "Scoreboards"
  75. # Size of the GUI (leave to -1 to make it dynamic)
  76. # Sizes: 9,27,54
  77. size: -1
  78.  
  79. # A list of different scoreboards
  80. boards:
  81. default:
  82. title:
  83. text:
  84. - '&cDevilUHC'
  85. interval: 3
  86. random: false
  87. 1:
  88. text:
  89. - ''
  90. interval: 100
  91. random: false
  92. 2:
  93. text:
  94. - '&eUsername:'
  95. interval: 100
  96. random: false
  97. 3:
  98. text:
  99. - ' &f{player}'
  100. interval: 100
  101. random: false
  102. 4:
  103. text:
  104. - ''
  105. interval: 100
  106. random: false
  107. 5:
  108. text:
  109. - '&eRank:'
  110. interval: 100
  111. random: false
  112. 6:
  113. text:
  114. - ' &f{placeholderapi_powerfulperms_primarygroup}'
  115. interval: 100
  116. random: false
  117. 7:
  118. text:
  119. - ''
  120. interval: 100
  121. random: false
  122. 8:
  123. text:
  124. - '&eGlobal Players:'
  125. interval: 100
  126. random: false
  127. 9:
  128. text:
  129. - ' &f{bungeecount}'
  130. interval: 100
  131. random: false
  132. 10:
  133. text:
  134. - ''
  135. interval: 100
  136. random: false
  137. 11:
  138. text:
  139. - '&eTwitter:'
  140. interval: 100
  141. random: false
  142. 12:
  143. text:
  144. - ' &f@DevilUHC'
  145. interval: 100
  146. random: false
  147. 13:
  148. text:
  149. - ''
  150. interval: 100
  151. random: false
  152. 14:
  153. text:
  154. - '&cstore.deviluhc.us'
  155. interval: 100
  156. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement