Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jul 1st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. # ShitBoard
  2. # runs like a shit on your server
  3.  
  4. config: 2
  5. lang: 'en'
  6. debug: false
  7. log:
  8. enabled: true
  9. reset: false
  10. update:
  11. check: false
  12. placeholder:
  13. log-memory: false
  14. clear-unused: true
  15. config-cache: false
  16. tweaks:
  17. keepScoreboardOnQuit: false
  18. detect-placeholderdelay: false
  19. verbose-placeholder-timings: false
  20.  
  21. database:
  22. persistent: false
  23. database: "featherboard"
  24. # Database username
  25. username: bukkit
  26. # Database isolation type
  27. isolation: SERIALIZABLE
  28. # Database driver
  29. driver: org.sqlite.JDBC
  30. # Database password
  31. password: walrus
  32. # Database driver URL
  33. # {DIR} will be replaced with the plugin directory
  34. # {NAME} will be replaced wit the plugin name
  35. url: jdbc:sqlite:{DIR}{NAME}.db
  36. # Save interval in ticks
  37. save-interval: 6000
  38.  
  39. disabled-worlds:
  40. - 'example_world'
  41.  
  42. show-delay: 0
  43.  
  44. antiflicker: true
  45. boards:
  46. default:
  47. title: # The first element in the group will be title.
  48. # We will show the server name animated, with a glow effect every 20 sec
  49. text:
  50. - '&6&lMINIGA&8.&e&lME &7({onlineplayers}/250)'
  51. - '&e&lMINIGA&8.&6&lME &7({onlineplayers}/250)'
  52. # Interval the animation loops in ticks (20 ticks = 1 sec)
  53. # If you need waiting intervals look at the DELAY placeholder
  54. interval: 10
  55. # Do you want to randomize the animation frames?
  56. random: false
  57. header: # A header is recommended to make sure the scoreboard remains the same size
  58. text:
  59. - '&7&m------------------------'
  60. interval: 100
  61. random: false
  62. Onlinae:
  63. text:
  64. - '&6&lUSER STATS &7({playername})'
  65. interval: 100
  66. random: false
  67. Online123123:
  68. text:
  69. - ' &6* &eRank&r: &f{GROUP}'
  70. interval: 100
  71. random: false
  72. Online1ggg23123:
  73. text:
  74. - ' &6* &eMoney&r: &f{money_formatted}'
  75. interval: 10
  76. random: false
  77. sauseraslolold:
  78. text:
  79. - ' &6* &ePower&6: &f{factions_player_power_rounded}'
  80. interval: 100
  81. random: false
  82. Onlin663elol5asdspacesr:
  83. text:
  84. - ''
  85. interval: 100
  86. random: false
  87. Online1511:
  88. text:
  89. - '&6&lFAC STATS &7({factionsuuid_faction_name})'
  90. interval: 100
  91. random: false
  92. Onlin663e:
  93. text:
  94. - ' &6* &e&6: &f'
  95. interval: 100
  96. random: false
  97. Onlin663elol:
  98. text:
  99. - ' &6* &ePower&6: &f{factionsuuid_faction_power_rounded}'
  100. interval: 100
  101. random: false
  102. Onlin663elol5brbb:
  103. text:
  104. - ''
  105. interval: 100
  106. random: false
  107. interval: 100
  108. random: false
  109. cbbecocksukker:
  110. text:
  111. - ' &7&l* &d&lENVOY EVENT'
  112. interval: 10
  113. random: false
  114. PLEAadbEKYSaaa:
  115. text:
  116. - ' &7in &f{envoy_time_left}'
  117. interval: 6
  118. random: false
  119. PLEA6sdfsdfEKYSaaa:
  120. text:
  121. - ''
  122. interval: 100
  123. random: false
  124. cckidsonline:
  125. text:
  126. - '&a{onlineplayers} &eplayers on.'
  127. interval: 10
  128. random: false
  129. footer: # A footer is recommended to make sure the scoreboard remains the same size
  130. text:
  131. - '&7&m------------------------'
  132. interval: 100
  133. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement