Guest User

FeatherBoard_CONFIG

a guest
Dec 24th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #############################
  2. # SkyBlock Server #
  3. # BY #
  4. # UniteSetups #
  5. #############################
  6.  
  7. config: 2
  8. lang: 'en'
  9. debug: false
  10. log:
  11. enabled: true
  12. reset: false
  13.  
  14. update:
  15. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  16.  
  17. placeholder:
  18. log-memory: false
  19. clear-unused: true
  20.  
  21. tweaks:
  22. keepScoreboardOnQuit: false
  23. detect-placeholderdelay: false
  24. verbose-placeholder-timings: false
  25.  
  26. database:
  27. persistent: false
  28. database: "featherboard"
  29. username: bukkit
  30. isolation: SERIALIZABLE
  31. driver: org.sqlite.JDBC
  32. password: walrus
  33. url: jdbc:sqlite:{DIR}{NAME}.db
  34. save-interval: 6000
  35.  
  36. disabled-worlds:
  37. - 'example_world'
  38.  
  39. show-delay: 0
  40.  
  41. antiflicker: true
  42. boards:
  43. default:
  44. title:
  45. text:
  46. - '&b&lPrison &7(&f{PLAYERCOUNT}&7/&f110&7)'
  47. 1:
  48. text: []
  49. header:
  50. text:
  51. - '&f&m------------------'
  52. 2:
  53. text:
  54. - '&3● &fName &c{player}'
  55. 3:
  56. text:
  57. - '&3● &fRank &c{group}'
  58. 5:
  59. text:
  60. - '&3● &fMoney &c{money}'
  61. 4:
  62. text: []
  63. 6:
  64. text:
  65. - '&f&m------------'
  66. 7:
  67. text:
  68. - '&3● &fK/D&c {stat_kills} &f/ &c{stat_deaths}'
  69. 8:
  70. text:
  71. - '&3● &fVote Party&c {voteparty_votes}'
  72. 9:
  73. text: []
  74. 10:
  75. text:
  76. - '&f&m------------'
  77. 11:
  78. text:
  79. - '&3● &fGlobal &c{bungeecount}'
  80. 12:
  81. text:
  82. - '&f&m------------------'
  83. 13:
  84. text: []
  85. 14:
  86. text:
  87. - '&bplay.moonland.ro'
Add Comment
Please, Sign In to add comment