Advertisement
Guest User

FeatherBoard_CONFIG

a guest
May 7th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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. - '&8(&2*&8) &b&lRoCrafting &8(&2*&8)'
  47. 1:
  48. text: []
  49. header:
  50. text:
  51. - '&cDespre tine'
  52. 2:
  53. text:
  54. - '&c> &fName&b: {player}'
  55. 3:
  56. text:
  57. - '&c> &fRank&b: {group}'
  58. 5:
  59. text:
  60. - '&c> &fMoney&b: {money}'
  61. 19:
  62. text:
  63. - '&c> &fKill-uri&b: {stat_pkills}'
  64. 49:
  65. text:
  66. - '&c> &fDeath-uri&b: {stat_deaths}'
  67. 99:
  68. text: []
  69. 10:
  70. text:
  71. - '&cDespre server'
  72. 11:
  73. text:
  74. - '&c> &fOnline&b: {PLAYERCOUNT}'
  75. 12:
  76. text:
  77. - '&c> &fPing&b: {ping}'
  78. 14:
  79. text: []
  80. 15:
  81. text:
  82. - '&c&lMcx.RoCrafting.Ro'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement