Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jan 18th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 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. - '&a&lOP SKYBLOCK&7 (&d{PLAYERCOUNT}&7/&b50&7)'
  47. 1:
  48. text: []
  49. header:
  50. text:
  51. - '&a&lNGƯỜI CHƠI &f&l>'
  52. 2:
  53. text:
  54. - '&2● &fTên&a: {player}'
  55. 3:
  56. text:
  57. - '&2● &fRank&a: {group}'
  58. 4:
  59. text:
  60. - '&2● &fTiền&a: {money}'
  61. 5:
  62. text:
  63. - '&2● &fPoints&a: {playerpoints_balance}'
  64. 6:
  65. text: []
  66. 7:
  67. text:
  68. - '&6&lTHÔNG TIN ĐẢO &f&L>'
  69. 8:
  70. text:
  71. - '&6● &fCấp đảo&e: {askyblock_island_level}'
  72. 9:
  73. text:
  74. - '&6● &fThành viên&e: {askyblock_team_members}'
  75. 10:
  76. text: []
  77. 11:
  78. text:
  79. - '&b&lMÁY CHỦ &f&L>'
  80. 12:
  81. text:
  82. - '&3● &fPing&b: {PING}'
  83. 13:
  84. text: []
  85. 14:
  86. text:
  87. - '&aMineGod.mygs.co'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement