Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Dec 23rd, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. ################################################################
  2. # Hey! I'm Sylver. I'm the one who made these configs. #
  3. # Please note that I've put a lot of work into refining #
  4. # this, and it has gone through many versions running #
  5. # on my own server (Shameless plug, mc.verox.io). #
  6. # You can edit this, and even claim it as your own, but #
  7. # please keep in mind the work I have put into these configs. #
  8. # #
  9. # Thank you! - Sylver #
  10. # #
  11. # Config Version: 1.0 #
  12. # Color: Blue #
  13. ################################################################
  14. config: 3
  15. lang: 'en'
  16. debug: false
  17. log:
  18. enabled: true
  19. reset: true
  20. update:
  21. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  22. placeholder:
  23. log-memory: false
  24. clear-unused: true
  25. config-cache: false
  26. tweaks:
  27. keepScoreboardOnQuit: false
  28. detect-placeholderdelay: false
  29. verbose-placeholder-timings: false
  30. ignore-placeholder-problems: false
  31. database:
  32. persistent: false
  33. database: "featherboard"
  34. username: bukkit
  35. isolation: SERIALIZABLE
  36. driver: org.sqlite.JDBC
  37. password: walrus
  38. url: jdbc:sqlite:{DIR}{NAME}.db
  39. save-interval: 6000
  40. disabled-worlds:
  41. - 'example_world'
  42. show-delay: 0.
  43. antiflicker: true
  44. scoreboard-assigning: "PERMISSION"
  45. gui:
  46. title: "Scoreboards"
  47. size: -1
  48. boards:
  49. default:
  50. title:
  51. text:
  52. - '&3The&fRevolution'
  53. interval: 10
  54. random: false
  55. spacer1222:
  56. text:
  57. - '&8'
  58. interval: 10
  59. player-line123313:
  60. text:
  61. - '&8» &7Neved: &3&o{player}'
  62. interval: 10
  63. spacer1:
  64. text:
  65. - '&8'
  66. interval: 10
  67. player-line3:
  68. text:
  69. - '&8» &7Rangod: &3&o{group}'
  70. interval: 60
  71. player-line4:
  72. text:
  73. - '&8» &7Pénzed: &3&o{money}'
  74. interval: 60
  75. spacer2:
  76. text:
  77. - '&8'
  78. interval: 60
  79. player-line6:
  80. text:
  81. - '&8» &7Játékosok: &3&o{onlineplayers}'
  82. interval: 60
  83. website:
  84. text:
  85. - ''
  86. interval: 9999
  87. random: false
  88. spacer3:
  89. text:
  90. - '<center>&b play.therevolution.cf</center>'
  91. interval: 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement