Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1.  
  2. config: 3
  3.  
  4.  
  5. lang: 'en'
  6.  
  7. debug: false
  8.  
  9. ## Log to file
  10. log:
  11. enabled: true
  12.  
  13. reset: false
  14.  
  15. update:
  16. check: false # RECOMMENDED YOU LEAVE THIS TRUE
  17.  
  18. placeholder:
  19. log-memory: false
  20. clear-unused: true
  21. config-cache: false
  22.  
  23. tweaks:
  24.  
  25. keepScoreboardOnQuit: false
  26.  
  27. detect-placeholderdelay: false
  28.  
  29. verbose-placeholder-timings: false
  30.  
  31. ignore-placeholder-problems: false
  32.  
  33. database:
  34. persistent: false
  35. database: "featherboard"
  36. username: bukkit
  37. isolation: SERIALIZABLE
  38. driver: org.sqlite.JDBC
  39. password: walrus
  40. url: jdbc:sqlite:{DIR}{NAME}.db
  41. save-interval: 6000
  42.  
  43. disabled-worlds:
  44. - 'example_world'
  45.  
  46. show-delay: 0
  47.  
  48. antiflicker: true
  49.  
  50. scoreboard-assigning: "PERMISSION"
  51.  
  52. gui:
  53. title: "Scoreboards"
  54. size: -1
  55. boards:
  56. default:
  57. title:
  58. text:
  59. - ' &6&lSHIELDUP'
  60. interval: 5
  61. random: false
  62. header:
  63. text:
  64. - ''
  65. interval: 10
  66. random: false
  67. player-label:
  68. text:
  69. - '&b Rank: &7{PREFIX} '
  70. interval: 2
  71. random: false
  72. player-line12545:
  73. text:
  74. interval: 2
  75. random: false
  76. player-line125425:
  77. text:
  78. interval: 2
  79. random: false
  80. player-line2:
  81. text:
  82. - ''
  83. player-line1545:
  84. text:
  85. - '&e Coins: &f{money}'
  86. interval: 2
  87. random: false
  88. player-line6:
  89. text:
  90. interval: 2
  91. random: false
  92. player-line64:
  93. text:
  94. - ''
  95. interval: 2
  96. random: false
  97. player-line154745:
  98. text:
  99. - '&e Clan: &a{simpleclans_clan_name} '
  100. interval: 2
  101. random: false
  102. player-line15475745:
  103. text:
  104. - '&e Clan KDR: &7{simpleclans_clan_totalkdr} '
  105. interval: 2
  106. random: false
  107. player-line464:
  108. text:
  109. - ''
  110. interval: 2
  111. random: false
  112. player-line1575:
  113. text:
  114. - '&e Cash: &f{playerpoints} '
  115. interval: 2
  116. random: false
  117. player-line4464:
  118. text:
  119. - ''
  120. interval: 2
  121. random: false
  122. player-line155:
  123. # For empty lines just add another 'section' but just don't put any text
  124. # in it so it acts like an empty line.
  125. news-info:
  126. text:
  127. - ' &9 jogar-shieldup.tk '
  128. interval: 100
  129. random: false
  130. # This is the same as the header. It is not needed since you already use the header as the longest line
  131. # but it looks cleaner having a footer.
  132. # This is a combat scoreboard example showing
  133. # combat related information.
  134. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  135. # (Unless you want it to show all the time)
  136. # You still need to 'trigger' this scoreboard in the vanilla_combat
  137. combat-scoreboard-example:
  138. # Lets just use the title,header and footer from the example above
  139. # for in depth configuration look above.
  140. #
  141. # When designing a board that is used when triggered on an event. You have
  142. # to think (before looking at the placeholders) what is relevant.
  143. # For example: When I think of combat my first thoughts are:
  144. # - Health: To see how much you have left
  145. # - Possible cooldown timers
  146. # - With who am I in combat?
  147. # - Target health
  148. # - mcMMO attacking level?
  149. #
  150. # Next you have to think what is important during that event:
  151. # - Combat: not too much distraction (no animations, smaller scoreboard)
  152. #
  153. # Once you know those things start looking for placeholders. A lot of events such
  154. # as mcmmo have placeholders that can only be used in such events.
  155. title:
  156. text:
  157. # To create cool looking animations you create yourself
  158. # you can use the graphical tool AnimationCreator
  159. # https://www.spigotmc.org/resources/animationcreator.6001/
  160. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  161. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  162. - '<single><delay times="10">&l><</delay></single>'
  163. - '<single>&f&ler</single>' # <single> will allow the frame to only run ONCE
  164. - '<single>&f&lherB</single>'
  165. - '<single>&f&lherBo</single>'
  166. - '<single>&f&latherBoa</single>'
  167. - '<single>&f&leatherBoar</single>'
  168. - ' <delay times="100">&f&lFeatherBoard&1&l3</delay>' # <delay> will repeat the line X times
  169. interval: 2
  170. random: false
  171. header:
  172. text:
  173. - '&a&m+-----------------+'
  174. interval: 10
  175. random: true
  176. combat-label:
  177. text:
  178. - '&8&l> &7&lCombat target:'
  179. interval: 100
  180. random: false
  181. combat-data:
  182. text:
  183. - '{vanilla-combat_opponent_name}'
  184. interval: 2
  185. random: false
  186. spacer1:
  187. text: []
  188. interval: 100
  189. health-label:
  190. text:
  191. - '&8&l> &7&lHealth stats:'
  192. interval: 100
  193. random: false
  194. health-data-1:
  195. text:
  196. - '&aYou: {healthbar}'
  197. interval: 1
  198. random: false
  199. health-data-2:
  200. text:
  201. - '&cTarget: {vanilla-combat_opponent_healthbar}'
  202. interval: 1
  203. random: false
  204. footer:
  205. text:
  206. - '&a&m+-----------------+'
  207. interval: 10
  208. random: true
  209. # This is an example for mcMMO when you level up
  210. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  211. # (Unless you want it to show all the time)
  212. # You still need to 'trigger' this scoreboard in the 'mcmmo-levelup'
  213. mcmmo-levelup:
  214. title:
  215. text:
  216. # To create cool looking animations you create yourself
  217. # you can use the graphical tool AnimationCreator
  218. # https://www.spigotmc.org/resources/animationcreator.6001/
  219. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  220. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  221. - '<single><delay times="10">&l><</delay></single>'
  222. - '<single>&f&ler</single>' # <single> will allow the frame to only run ONCE
  223. - '<single>&f&lherB</single>'
  224. - '<single>&f&lherBo</single>'
  225. - '<single>&f&latherBoa</single>'
  226. - '<single>&f&leatherBoar</single>'
  227. - ' <delay times="100">&f&lFeatherBoard&1&l3</delay>' # <delay> will repeat the line X times
  228. interval: 2
  229. random: false
  230. header:
  231. text:
  232. - '&a&m+-----------------+'
  233. interval: 10
  234. random: true
  235. info-label:
  236. text:
  237. # mcMMO-levelup comes with several event specific placeholders
  238. - '&bCongrats! Level up: {mcmmo-levelup_levelsgained}'
  239. interval: 10
  240. spacer1: # This is a spacer an empty line
  241. text:
  242. - ''
  243. interval: 10
  244. # Do you want to randomize the animation frames?
  245. random: false
  246. skill-label: # You can add elements to the group and name them like you want
  247. # Lets make a static label
  248. text:
  249. - '&9&l> &e&lSkill:'
  250. interval: 10 # The interval is not important since its just 1 static text.
  251. # Do you want to randomize the animation frames?
  252. random: false
  253. skill:
  254. # Lets make a static label
  255. text:
  256. - '{mcmmo-levelup_skill_name}'
  257. interval: 10 # The interval is not important since its just 1 static text.
  258. # Do you want to randomize the animation frames?
  259. random: false
  260. spacer2: # This is a spacer an empty line
  261. text:
  262. - ''
  263. interval: 100
  264. # Do you want to randomize the animation frames?
  265. random: false
  266. skilllevel-label: # You can add elements to the group and name them like you want
  267. # Lets make a static label
  268. text:
  269. - '&b&l> &e&lCurrent level:'
  270. interval: 10 # The interval is not important since its just 1 static text.
  271. # Do you want to randomize the animation frames?
  272. random: false
  273. skilllevel:
  274. # Lets make a static label
  275. text:
  276. - '{mcmmo-levelup_skilllevel}'
  277. interval: 10 # The interval is not important since its just 1 static text.
  278. # Do you want to randomize the animation frames?
  279. random: false
  280. footer:
  281. text:
  282. - '&a&m+-----------------+'
  283. interval: 10
  284. random: true
  285. # This is an example for Towny when you enter a town
  286. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  287. # (Unless you want it to show all the time)
  288. # You still need to 'trigger' this scoreboard in the 'towny-town'
  289. towny-town-example:
  290. # Lets just use the title,header and footer from the example above
  291. # for in depth configuration look above.
  292. title:
  293. text:
  294. # To create cool looking animations you create yourself
  295. # you can use the graphical tool AnimationCreator
  296. # https://www.spigotmc.org/resources/animationcreator.6001/
  297. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  298. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  299. - '<single><delay times="10">&l><</delay></single>'
  300. - '<single>&f&ler</single>' # <single> will allow the frame to only run ONCE
  301. - '<single>&f&lherB</single>'
  302. - '<single>&f&lherBo</single>'
  303. - '<single>&f&latherBoa</single>'
  304. - '<single>&f&leatherBoar</single>'
  305. - ' <delay times="100">&f&lFeatherBoard&1&l3</delay>' # <delay> will repeat the line X times
  306. interval: 2
  307. random: false
  308. header:
  309. text:
  310. - '&a&m+-------------------+'
  311. interval: 10
  312. random: true
  313. town-label:
  314. text:
  315. - '&bYou are in town:'
  316. interval: 100
  317. town-data:
  318. text:
  319. - '{towny_currenttown_name}'
  320. interval: 100
  321. spacer1:
  322. text: []
  323. interval: 100
  324. townboard-label:
  325. text:
  326. - '&bTown board:'
  327. interval: 100
  328. townboard:
  329. text:
  330. - '&a<scroll minwidth="28" width="30">{towny_currenttown_townboard}</scroll>'
  331. interval: 3
  332. spacer2:
  333. text: []
  334. interval: 100
  335. population-label:
  336. text:
  337. - '&bPopulation:'
  338. interval: 100
  339. poplulation-data:
  340. text:
  341. - '{towny_currenttown_residents}'
  342. interval: 100
  343. footer:
  344. text:
  345. - '&a&m+-------------------+'
  346. interval: 10
  347. random: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement