Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jul 4th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. config: 3
  2. lang: 'en'
  3. debug: false
  4. log:
  5. enabled: false
  6. reset: false
  7. update:
  8. check: false # RECOMMENDED YOU LEAVE THIS TRUE
  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. - 'panda'
  30. - 'Slave'
  31. - 'ArenaP'
  32. show-delay: 0
  33. antiflicker: true
  34. scoreboard-assigning: "PERMISSION"
  35. gui:
  36. title: "&b&lScoreboards"
  37. size: -1
  38. boards:
  39. ffa:
  40. title:
  41. text:
  42. - '&7[&9&lParagon&f&lUHC&7]'
  43. spacer:
  44. text:
  45. - ''
  46. time label:
  47. text:
  48. - '&f&lGame:'
  49. timer:
  50. text:
  51. - ' &9Time &7� &f{skript:fboardtimer}'
  52. border:
  53. text:
  54. - ' &9Border &7� &f{skript:uhcborder}'
  55. spacer2:
  56. text:
  57. - ''
  58. players label:
  59. text:
  60. - '&f&lPlayers:'
  61. players:
  62. text:
  63. - ' &9Alive &7� &f{skript:alive}'
  64. spectators:
  65. text:
  66. - ' &9Spectators &7� &f{skript:specs}'
  67. kills:
  68. text:
  69. - ' &9Your Kills &7� &f{skript:k::%player%}'
  70. spacer3:
  71. text:
  72. - ''
  73. website:
  74. text:
  75. - '&1&n@ParagonUHC'
  76.  
  77.  
  78.  
  79. pregame:
  80. t:
  81. text:
  82. - '&7[&9&lParagon &f&lPregame&7]'
  83. sp:
  84. text:
  85. - ''
  86. tl:
  87. text:
  88. - '&f&lGame:'
  89. scenarios:
  90. text:
  91. - ' &9Scenarios &7� &f{skript:scenarios}'
  92. host:
  93. text:
  94. - ' &9Host &7� &f{skript:uhchost}'
  95. spacer5:
  96. text:
  97. - ''
  98. pls:
  99. text:
  100. - ' &9Online &7� &f{skript:alive}'
  101. spectatos:
  102. text:
  103. - ' &9Spectators &7� &f{skript:specs}'
  104. user:
  105. text:
  106. - ' &9User: &7� &f{player}'
  107. spacer15:
  108. text:
  109. - ''
  110. websiteee:
  111. text:
  112. - '&1&n@ParagonUHC'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement