Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jan 26th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 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. - '&e● &6Sky&fBlock &e●'
  44. player2:
  45. text:
  46. - '&3'
  47. interval: 100
  48. random: false
  49. player:
  50. text:
  51. - '&e» &6{player}'
  52. interval: 100
  53. random: false
  54. player-group:
  55. text:
  56. - '&c▶ &eGrad&8: &f{prefix}'
  57. interval: 2
  58. random: false
  59. player-money:
  60. text:
  61. - '&c▶ &eBani&8: &f{money_formatted} &e⛁'
  62. interval: 100
  63. random: false
  64. Vote-Party:
  65. text:
  66. - '&c▶&e VoteParty&8: &f{voteparty_votes}&7/&f{voteparty_votesneeded}'
  67. interval: 100
  68. random: false
  69. spacer1:
  70. text: []
  71. interval: 100
  72. random: false
  73. island:
  74. text:
  75. - '&e» &6Insula'
  76. interval: 100
  77. random: false
  78. island-Owner:
  79. text:
  80. - '&c▶&e Sef&8: &f{askyblock_island_owner}'
  81. interval: 100
  82. random: false
  83. island-name:
  84. text:
  85. - '&c▶&e Nivel&8: &f{askyblock_island_level}'
  86. interval: 100
  87. random: false
  88. island-team-members:
  89. text:
  90. - '&c▶&e Team&8: &f{askyblock_team_members}'
  91. interval: 100
  92. random: false
  93. spacer2:
  94. text: []
  95. interval: 100
  96. random: false
  97. server:
  98. text:
  99. - '&e» &6Server'
  100. interval: 100
  101. random: false
  102. online:
  103. text:
  104. - '&c▶&e Online&8: &f{onlineplayers}'
  105. server-online:
  106. text:
  107. - '&c▶&e Global&8: &f{bungeecount}'
  108. ping:
  109. text:
  110. - '&c▶&e Ping&8: &f{ping}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement