Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Sep 6th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. config: 3
  2. lang: 'en'
  3. debug: false
  4.  
  5. log:
  6. enabled: true
  7. reset: false
  8. update:
  9. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  10. placeholder:
  11. log-memory: false
  12. clear-unused: true
  13. config-cache: false
  14. tweaks:
  15. keepScoreboardOnQuit: false
  16. detect-placeholderdelay: false
  17. verbose-placeholder-timings: false
  18. ignore-placeholder-problems: false
  19. database:
  20. persistent: false
  21. database: "featherboard"
  22. username: bukkit
  23. isolation: SERIALIZABLE
  24. driver: org.sqlite.JDBC
  25. password: walrus
  26. url: jdbc:sqlite:{DIR}{NAME}.db
  27. save-interval: 6000
  28. disabled-worlds:
  29. - 'example_world'
  30. show-delay: 0
  31. antiflicker: true
  32. scoreboard-assigning: "PERMISSION"
  33.  
  34. gui:
  35. title: "Scoreboards"
  36. # Size of the GUI (leave to -1 to make it dynamic)
  37. # Sizes: 9,27,54
  38. size: -1
  39. boards:
  40. default:
  41. title:
  42. text:
  43. - '&c&lKingdom'
  44. spacer3:
  45. text: []
  46. interval: 100
  47. random: false
  48. kingdom:
  49. text:
  50. - '&7Kingdom : &f{prefix}'
  51. interval: 2
  52. random: false
  53. spacer1:
  54. text: []
  55. interval: 100
  56. random: false
  57. player-locatie:
  58. text:
  59. - '&7Locatie : &f{x} {y} {z}'
  60. interval: 1
  61. random: false
  62. spacer2:
  63. text: []
  64. interval: 100
  65. random: false
  66. oorlog:
  67. text:
  68. - '&7Oorlog : &fNee'
  69. interval: 2
  70. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement