Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Dec 16th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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>&cFactions &8[&eMap 1&8]</CENTER>'
  51. # Interval the animation loops in ticks (20 ticks = 1 sec)
  52. # If you need waiting intervals look at the DELAY placeholder
  53. interval: 10
  54. # Do you want to randomize the animation frames?
  55. random: false
  56. header: # A header is recommended to make sure the scoreboard remains the same size
  57. text:
  58. - '&8&m--------------------'
  59. interval: 100
  60. random: false
  61. Onlinae:
  62. text:
  63. - '&fFaction&8: &a{factionsuuid_faction_name}'
  64. interval: 100
  65. random: false
  66. Online123123:
  67. text:
  68. - '&fPower&8: &a{factionsuuid_faction_power_rounded}'
  69. interval: 100
  70. random: false
  71. Online1ggg23123:
  72. text:
  73. - '&fBalance&8: &a${money_rounded}'
  74. interval: 100
  75. random: false
  76. footer: # A footer is recommended to make sure the scoreboard remains the same size
  77. text:
  78. - '&8&m--------------------'
  79. interval: 100
  80. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement