Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jun 5th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. config: 2
  2.  
  3. lang: 'en'
  4.  
  5. debug: false
  6.  
  7. log:
  8. enabled: false
  9. reset: false
  10.  
  11. update:
  12. check: false
  13.  
  14. placeholder:
  15. log-memory: false
  16. clear-unused: true
  17. config-cache: false
  18.  
  19. tweaks:
  20. keepScoreboardOnQuit: false
  21. detect-placeholderdelay: false
  22. verbose-placeholder-timings: false
  23.  
  24. database:
  25. persistent: false
  26. database: "featherboard"
  27. username: bukkit
  28. isolation: SERIALIZABLE
  29. driver: org.sqlite.JDBC
  30. password: walrus
  31. url: jdbc:sqlite:{DIR}{NAME}.db
  32. save-interval: 6000
  33.  
  34. disabled-worlds:
  35. - 'example_world'
  36.  
  37. show-delay: 0
  38.  
  39. antiflicker: true
  40.  
  41. boards:
  42. default:
  43. title:
  44. text:
  45. - '<glow repeatfirstframe="1" glowcolor="&6&l" normalcolor="&e&l">MineBlast</glow>'
  46. interval: 5
  47. random: false
  48. '1':
  49. text:
  50. - ' '
  51. interval: 100
  52. random: false
  53. '2':
  54. text:
  55. - '&7Online: &6650&7/&61000'
  56. interval: 100
  57. random: false
  58. '3':
  59. text:
  60. - ' '
  61. interval: 5
  62. random: false
  63. '4':
  64. text:
  65. - '&c&o[Games]'
  66. interval: 100
  67. random: false
  68. '5':
  69. text:
  70. - '&8» &eArenaPvP&7: 250'
  71. interval: 5
  72. random: false
  73. '6':
  74. text:
  75. - ''
  76. interval: 100
  77. random: false
  78. '7':
  79. text:
  80. - '&c&o[Factions]'
  81. interval: 100
  82. random: false
  83. '8':
  84. text:
  85. - '&8» &eFactions&7: 400'
  86. interval: 5
  87. random: false
  88. '9':
  89. text:
  90. - ''
  91. interval: 100
  92. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement