Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jan 12th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. # ShitBoard
  2. # runs like a shit on your server
  3.  
  4. config: 2
  5. lang: 'en'
  6. debug: false
  7. log:
  8. enabled: true
  9. reset: false
  10. update:
  11. check: false
  12. placeholder:
  13. log-memory: false
  14. clear-unused: true
  15. config-cache: false
  16. tweaks:
  17. keepScoreboardOnQuit: false
  18. detect-placeholderdelay: false
  19. verbose-placeholder-timings: false
  20.  
  21. database:
  22. persistent: false
  23. database: "featherboard"
  24. # Database username
  25. username: bukkit
  26. # Database isolation type
  27. isolation: SERIALIZABLE
  28. # Database driver
  29. driver: org.sqlite.JDBC
  30. # Database password
  31. password: walrus
  32. # Database driver URL
  33. # {DIR} will be replaced with the plugin directory
  34. # {NAME} will be replaced wit the plugin name
  35. url: jdbc:sqlite:{DIR}{NAME}.db
  36. # Save interval in ticks
  37. save-interval: 6000
  38.  
  39. disabled-worlds:
  40. - 'example_world'
  41.  
  42. show-delay: 0
  43.  
  44. antiflicker: true
  45. boards:
  46. default:
  47. title: # The first element in the group will be title.
  48. # We will show the server name animated, with a glow effect every 20 sec
  49. text:
  50. - '<CENTER>&e&l* &6&l&nDISTRICT&e &e&l*</CENTER>'
  51. - '<CENTER>&6&l* &e&l&nNETWORK&e &6&l*</CENTER>'
  52. # Interval the animation loops in ticks (20 ticks = 1 sec)
  53. # If you need waiting intervals look at the DELAY placeholder
  54. interval: 10
  55. # Do you want to randomize the animation frames?
  56. random: false
  57. header: # A header is recommended to make sure the scoreboard remains the same size
  58. text:
  59. - '&8&m--*------------------*--'
  60. interval: 100
  61. random: false
  62. Onlinae:
  63. text:
  64. - '&8» &6&lWELCOME '
  65. interval: 100
  66. random: false
  67. Onlina1:
  68. text:
  69. - '&8» &e{PLAYER}'
  70. interval: 100
  71. random: false
  72. Online123123:
  73. text:
  74. - ' &6&l* &6&lNetwork &8»&e&l {bungeecount}'
  75. interval: 100
  76. random: false
  77. Onlin663elol5asdspacesr:
  78. text:
  79. - ''
  80. interval: 100
  81. random: false
  82. serverstag:
  83. text:
  84. - ' &6&lServers'
  85. interval: 100
  86. random: false
  87. server-hub:
  88. text:
  89. - ' &eHub: &6{bungeecount@lobby}&8/&6100'
  90. interval: 50
  91. random: false
  92. server-factions:
  93. text:
  94. - ' &eFactions: &6{bungeecount@factionyellow}&8/&6300'
  95. interval: 50
  96. random: false
  97. server-skyblock:
  98. text:
  99. - ' &eKitpvp: &6{bungeecount@kitpvp}&8/&6150'
  100. interval: 50
  101. random: false
  102. spacer3:
  103. text:
  104. - '&7&m------------------------'
  105. interval: 100
  106. random: false
  107. websitetag:
  108. text:
  109. - ' &ewww.DistrictNetwork.org'
  110. interval: 100
  111. random: false
  112. footer: # A footer is recommended to make sure the scoreboard remains the same size
  113. text:
  114. - '&8&m--*------------------*--'
  115. interval: 100
  116. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement