Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 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&lSkyBlock &7(&8{PLAYERCOUNT}&7/&8100&7)'
  47. 1:
  48. text: []
  49. header:
  50. text:
  51. - '&7&m------------------'
  52. 2:
  53. text:
  54. - '&2● &fName&a: {player}'
  55. 3:
  56. text:
  57. - '&2● &fRank&a: {group}'
  58. 5:
  59. text:
  60. - '&2● &fMoney&a: {money}'
  61. 4:
  62. text: []
  63. 6:
  64. text:
  65. - '&7&m------------'
  66. 7:
  67. text:
  68. - '&2● &fIs lvl&a: {askyblock_island_level}'
  69. 8:
  70. text:
  71. - '&2● &fIs team&a: {askyblock_team_members}'
  72. 9:
  73. text: []
  74. 10:
  75. text:
  76. - '&7&m------------'
  77. 11:
  78. text:
  79. - '&2● &fPing&a: {PING}'
  80. 12:
  81. text:
  82. - '&7&m------------------'
  83. 13:
  84. text: []
  85. 14:
  86. text:
  87. - '&amc.yourserver.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement