Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jan 8th, 2018
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. config: 3
  2. lang: 'en'
  3. debug: false
  4. log:
  5. enabled: true
  6. reset: false
  7. update:
  8. check: false
  9. placeholder:
  10. log-memory: false
  11. clear-unused: true
  12. config-cache: false
  13. tweaks:
  14. keepScoreboardOnQuit: false
  15. detect-placeholderdelay: false
  16. verbose-placeholder-timings: false
  17. ignore-placeholder-problems: false
  18. database:
  19. persistent: false
  20. database: "featherboard"
  21. username: bukkit
  22. isolation: SERIALIZABLE
  23. driver: org.sqlite.JDBC
  24. password: walrus
  25. url: jdbc:sqlite:{DIR}{NAME}.db
  26. save-interval: 6000
  27. disabled-worlds:
  28. - 'example_world'
  29. show-delay: 0
  30. antiflicker: true
  31. scoreboard-assigning: "PERMISSION"
  32. gui:
  33. title: "Scoreboards"
  34. size: -1
  35. boards:
  36. default:
  37. title:
  38. text:
  39. - '&f«&l&m--&r &4&lViridian &f&l&m--&r&f»'
  40. interval: 10
  41. random: false
  42. header:
  43. text:
  44. - '&8&m---------------'
  45. 1:
  46. text:
  47. - '&7Player: &7{player}'
  48. 2:
  49. text:
  50. - '&7Ping: &7{ping}ms'
  51. 3:
  52. text:
  53. - '&8&m---------------'
  54. balance:
  55. text:
  56. - '&7Balance: &7${money_formatted}'
  57. power:
  58. text:
  59. - '&7Power: &7{factionsuuid_player_power_rounded}&e/&710'
  60. space:
  61. - '&8&m---------------'
  62. voteparty:
  63. text:
  64. - '&7Voteparty &7{will add placeholder}'
  65. votes:
  66. text:
  67. - '&7Votes: &7{will add placeholder}'
  68. line1:
  69. text:
  70. - '&8&m---------------'
  71. footer:
  72. text:
  73. - '&7play.viridian.us'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement