Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Dec 7th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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* &b&l&n&oVALEX&e &e&l*</CENTER>'
  51. - '<CENTER>&6&l* &3&o&l&nVALEX&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» &f&lYour Stats!'
  65. interval: 100
  66. random: false
  67. Online123123:
  68. text:
  69. - ' &6&l* &eRank&6: &f{GROUP}'
  70. interval: 100
  71. random: false
  72. Online1ggg23123:
  73. text:
  74. - ' &6&l* &aCash&6: &f{money_rounded}'
  75. interval: 100
  76. random: false
  77. Onlin663elol5asdspacesr:
  78. text:
  79. - ''
  80. interval: 100
  81. random: false
  82. Online1511:
  83. text:
  84. - '&8» &eFaction Info'
  85. interval: 100
  86. random: false
  87. Onlin663e:
  88. text:
  89. - ' &6&l* &e{factionsuuid_faction_name}'
  90. interval: 100
  91. random: false
  92. Onlin663elol:
  93. text:
  94. - ' &6&l* &ePower&6: &f{factionsuuid_faction_power_rounded}'
  95. interval: 100
  96. random: false
  97. PLEA6SEKYSaaa:
  98. text:
  99. - ''
  100. interval: 100
  101. random: false
  102. cckidsonline:
  103. text:
  104. - ' <CENTER>&6&l* &e&n{onlineplayers}&e online &6&l*</CENTER>'
  105. interval: 100
  106. random: false
  107. footer: # A footer is recommended to make sure the scoreboard remains the same size
  108. text:
  109. - '&8&m--*----------------*--'
  110. interval: 100
  111. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement