Advertisement
Guest User

FeatherBoard-MCindir.com_CONFIG

a guest
Oct 13th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 KB | None | 0 0
  1. # ------------------------------ #
  2. #
  3. # FeatherBoard 3
  4. # Runs like a feather on your server
  5. # (c) Maxim Van de Wynckel
  6. #
  7. # ------------------------------ #
  8.  
  9. # Permissions: To use the action groups give them the permission
  10. # featherboard.group.<group>
  11. # Make sure to remove them from the other groups
  12. # when giving a new permission.
  13.  
  14. # Variables: These variables can be used in the TEXT section
  15. # of both the header as the footer.
  16. #
  17. # {PLAYER} - Player name
  18. # {PLAYERNICK} - Player nickname
  19. # {SERVER} - Server name
  20. # {PLAYERCOUNT} - Server player count
  21. # {BUNGEECOUNT} - Bungee network player count
  22. # 5000+ more ... see spigot page
  23.  
  24. # Formatting: These are formatting tags allowing you to format the animations
  25. # or placeholders.
  26. #
  27. # Substring: This allows you to split a word (even a placeholder) in parts
  28. # example: <substring begin=0 end=3>Hello World</substring> = Hel
  29. # usage: This can be used to split placeholders when creating a typewriter
  30. # or to split the colors in a placeholder.
  31. #
  32. # Scroll: This creates a scrolling animation of the text inside it. It accepts
  33. # two arguments (the length and space between scrolls).
  34. # example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
  35. #
  36. # PLENTY MORE! See spigot page
  37.  
  38. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  39. # GENERAL PLUGIN SETTINGS
  40. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  41.  
  42. ## Config version (DO NOT EDIT)
  43. config: 3
  44.  
  45. ## Language file
  46. lang: 'en'
  47.  
  48. ## Debug mode
  49. debug: false
  50.  
  51. ## Log to file
  52. log:
  53. enabled: true
  54. # Reset log on startup
  55. reset: false
  56.  
  57. ## Update checking
  58. update:
  59. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  60.  
  61. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  62. # PLUGIN SPECIFIC SETTINGS
  63. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  64.  
  65. # Placeholder settings
  66. placeholder:
  67. # logs the memory usage of placeholders on startup
  68. log-memory: false
  69. # Clear unused placeholders that are not enabled.
  70. clear-unused: true
  71. # Config cache only
  72. # This will only use placeholders in the config
  73. # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  74. # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  75. config-cache: false
  76.  
  77. # Tweaks to increase performance (Use at own risk)
  78. tweaks:
  79. # This option does not send scoreboard remove packets
  80. # to the client on quit. This can increase performance on servers
  81. # where players quit a lot (hubs, ...)
  82. #
  83. # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  84. # /data folder
  85. #
  86. # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  87. keepScoreboardOnQuit: false
  88. # Some placeholders have a slow process behind them. Meaning they might contact a database
  89. # and take a while to 'resolve'. This will never cause lagg since the placeholders are loaded
  90. # separate from the sending. But can slow down the animation because it has to wait
  91. # for the placeholder to be loaded. When having multiple lines like a text that shows
  92. # the information about the placeholders you put below it, this can cause problems.
  93. # Enabling this will output a message in the console and ingame to operators
  94. # saying when a placeholder is causing delays.
  95. detect-placeholderdelay: false
  96. # Putting this to true will SPAM your console with timings report per placeholder/animation
  97. # refresh. Used for debugging purposes.
  98. # This requires detect-placeholderdelay to true
  99. verbose-placeholder-timings: false
  100. # Ignore placeholder problems
  101. # When set to true, the placeholder will not be disabled
  102. # this also means that no ERRORS will be logged -> no troubleshooting
  103. ignore-placeholder-problems: false
  104.  
  105. # Toggling allows you to disable the scoreboard
  106. database:
  107. # If you want the toggle to stay even when your users
  108. # log off you can enable this. Keep in mind that this requires a
  109. # MySQL or SQLite database.
  110. # If you are configuring the plugin for the first time it is advised
  111. # to stay away from these settings until you managed the scoreboard
  112. # set up.
  113. persistent: false
  114. # Database configuration is SIMILAR to http://wiki.bukkit.org/Bukkit.yml#database
  115. # with isolation, url, driver, ...
  116. # Database name
  117. database: "featherboard"
  118. # Database username
  119. username: bukkit
  120. # Database isolation type
  121. isolation: SERIALIZABLE
  122. # Database driver
  123. driver: org.sqlite.JDBC
  124. # Database password
  125. password: walrus
  126. # Database driver URL
  127. # {DIR} will be replaced with the plugin directory
  128. # {NAME} will be replaced wit the plugin name
  129. url: jdbc:sqlite:{DIR}{NAME}.db
  130. # Save interval in ticks
  131. save-interval: 6000
  132.  
  133. # Disabled worlds. Add your world name in this list to
  134. # disable it.
  135. disabled-worlds:
  136. - 'InsaatAlani'
  137. - 'MibTeam'
  138.  
  139. # Show delay on join. Usefull if you wish to let the user
  140. # enjoy a Title MOTD without having the scoreboard obstructing
  141. # the view.
  142. show-delay: 0
  143.  
  144. # Anti Flicker will use a new engine that will allow you to use fast animations
  145. # without any flicker.
  146. # You can disable this feature if you do not have fast refresh rates.
  147. antiflicker: true
  148.  
  149. # Scoreboard assigning. The boards can be assigned by various ways.
  150. # default the scoreboards will be assigned by permissions.
  151. # You can only have one way of assigning the scoreboards
  152. #
  153. # PERMISSION - Assign scoreboards based on permissions
  154. # This is the default setting (since 2014)
  155. # featherboard.group.<scoreboard>
  156. #
  157. # GROUP - Assign scoreboards based on Vault groups
  158. # this means the scoreboard name has to
  159. # have the name of your Vault group.
  160. #
  161. # WORLD - Assign scoreboards based on the world
  162. # the player is in.
  163. #
  164. # NONE - Do no assign scoreboards and just rely on
  165. # manual assigning (triggers, etc...)
  166. scoreboard-assigning: "PERMISSION"
  167.  
  168. # GUI: This is a feature enabling a GUI to select a specific scoreboard
  169. # The GUI will show all scoreboards you have permission to. It is not very
  170. # configurable in the way you can't control the location or order of the scoreboards
  171. # For a more configurable GUI I recommend DeluxeMenus
  172. gui:
  173. # This is the title of the GUI
  174. title: "Scoreboards"
  175. # Size of the GUI (leave to -1 to make it dynamic)
  176. # Sizes: 9,27,54
  177. size: -1
  178.  
  179. # A list of different scoreboards
  180. boards:
  181. # Default FeatherBoard comes with a board called "default". All players have the permission
  182. # featherboard.group.default (by default) meaning all players should see the scoreboard unless
  183. # the permission is negated.
  184. #
  185. # You can create as many boards as you want as long as the name is unique. It is advised to give logical
  186. # names such as "vip-board", "mcmmo-levelup", ...
  187. default:
  188. # Every section here are different lines. The first section will be used as the title
  189. # the following sections will be used as the lines on the scoreboard (max 15)
  190. # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
  191. # things simple I will use logical names such as "title", "spacer", "header", ...
  192. title:
  193. # Every line has its own frames. The animation will loop through these frames on intervals
  194. # that you configure below.
  195. # Put all your frames under 'text:'. You can make as many lines as you want and use
  196. # placeholders and preset effects.
  197. # Keep in mind that there is a limit in line width!
  198. text:
  199. # To create cool looking animations you create yourself
  200. # you can use the graphical tool AnimationCreator
  201. # https://www.spigotmc.org/resources/animationcreator.6001/
  202. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  203. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  204. - '<glow glowsize="5">MIB NETWORK</glow>'
  205. # Interval is the animation interval in TICKS (20 ticks is one second).
  206. # Every X ticks the animation goes to the next frame (see above)
  207. # Once all frames are finished it will start over from the first one
  208. interval: 2
  209. # If you don't want a static order of the frames and want to show each frame at random
  210. # you can enable this option.
  211. random: false
  212. # A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
  213. # that is why it is advised to have something on your scoreboard that is bigger then all other lines.
  214. # These lines (usually a header or footer) are also good for decoration.
  215. player-label:
  216. text:
  217. - '&b&l> &6&lSen:'
  218. interval: 100
  219. random: false
  220. player-line1:
  221. text:
  222. - '&b&l> &a{player}'
  223. interval: 2
  224. random: false
  225. # For empty lines just add another 'section' but just don't put any text
  226. # in it so it acts like an empty line.
  227. spacer1:
  228. text: []
  229. interval: 100
  230. random: false
  231. pulunuz:
  232. text:
  233. - '&b&l> &a&lRank'
  234. interval: 2
  235. random: true
  236. yer:
  237. text:
  238. - '&b&l> &5&l{userprefix}'
  239. interval: 2
  240. random: true
  241. yer2:
  242. text:
  243. - ''
  244. interval: 2
  245. random: true
  246. oldurme:
  247. text:
  248. - '&b&l> &a&lOldurme &f: {stat_pkills}'
  249. interval: 100
  250. random: false
  251. olme:
  252. text:
  253. - '&b&l> &a&lOlum &f: {stat_deaths}'
  254. interval: 100
  255. random: false
  256. # For empty lines just add another 'section' but just don't put any text
  257. # in it so it acts like an empty line.
  258. # For empty lines just add another 'section' but just don't put any text
  259. # in it so it acts like an empty line.
  260. spacer3:
  261. text: []
  262. interval: 100
  263. random: false
  264. bos:
  265. text:
  266. - '&b&l> &a&lPara: &f: {money_formatted}'
  267. interval: 100
  268. random: false
  269. boss:
  270. text:
  271. - '&b&l> &a&lOnline: &f: {onlineplayers}'
  272. interval: 100
  273. random: false
  274. server-line1:
  275. text:
  276. - ''
  277. interval: 1
  278. random: false
  279. server-line2:
  280. text:
  281. -
  282. -
  283. -
  284. - '&b&l> &e&lMadeInBaku.Tech'
  285. interval: 10
  286. random: false
  287.  
  288. # This is the same as the header. It is not needed since you already use the header as the longest line
  289. # but it looks cleaner having a footer.
  290. # This is a combat scoreboard example showing
  291. # combat related information.
  292. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  293. # (Unless you want it to show all the time)
  294. # You still need to 'trigger' this scoreboard in the vanilla_combat
  295. combat-scoreboard-example:
  296. # Lets just use the title,header and footer from the example above
  297. # for in depth configuration look above.
  298. #
  299. # When designing a board that is used when triggered on an event. You have
  300. # to think (before looking at the placeholders) what is relevant.
  301. # For example: When I think of combat my first thoughts are:
  302. # - Health: To see how much you have left
  303. # - Possible cooldown timers
  304. # - With who am I in combat?
  305. # - Target health
  306. # - mcMMO attacking level?
  307. #
  308. # Next you have to think what is important during that event:
  309. # - Combat: not too much distraction (no animations, smaller scoreboard)
  310. #
  311. # Once you know those things start looking for placeholders. A lot of events such
  312. # as mcmmo have placeholders that can only be used in such events.
  313. title:
  314. text:
  315. # To create cool looking animations you create yourself
  316. # you can use the graphical tool AnimationCreator
  317. # https://www.spigotmc.org/resources/animationcreator.6001/
  318. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  319. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  320. - '<glow glowsize="5">MIB NETWORK</glow>'
  321. interval: 2
  322. random: false
  323. combat-label:
  324. text:
  325. - '&8&l> &7&lCombat target:'
  326. interval: 100
  327. random: false
  328. combat-data:
  329. text:
  330. - '{vanilla-combat_opponent_name}'
  331. interval: 2
  332. random: false
  333. spacer1:
  334. text: []
  335. interval: 100
  336. health-label:
  337. text:
  338. - '&8&l> &7&lHealth stats:'
  339. interval: 100
  340. random: false
  341. health-data-1:
  342. text:
  343. - '&aYou: {healthbar}'
  344. interval: 1
  345. random: false
  346. health-data-2:
  347. text:
  348. - '&cTarget: {vanilla-combat_opponent_healthbar}'
  349. interval: 1
  350. random: false
  351. # This is an example for mcMMO when you level up
  352. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  353. # (Unless you want it to show all the time)
  354. # You still need to 'trigger' this scoreboard in the 'mcmmo-levelup'
  355. mcmmo-levelup:
  356. title:
  357. text:
  358. # To create cool looking animations you create yourself
  359. # you can use the graphical tool AnimationCreator
  360. # https://www.spigotmc.org/resources/animationcreator.6001/
  361. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  362. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  363. - '<glow glowsize="5">MIB NETWORK</glow>'
  364. interval: 2
  365. random: false
  366. info-label:
  367. text:
  368. # mcMMO-levelup comes with several event specific placeholders
  369. - '&bCongrats! Level up: {mcmmo-levelup_levelsgained}'
  370. interval: 10
  371. spacer1: # This is a spacer an empty line
  372. text:
  373. - ''
  374. interval: 10
  375. # Do you want to randomize the animation frames?
  376. random: false
  377. skill-label: # You can add elements to the group and name them like you want
  378. # Lets make a static label
  379. text:
  380. - '&9&l> &e&lSkill:'
  381. interval: 10 # The interval is not important since its just 1 static text.
  382. # Do you want to randomize the animation frames?
  383. random: false
  384. skill:
  385. # Lets make a static label
  386. text:
  387. - '{mcmmo-levelup_skill_name}'
  388. interval: 10 # The interval is not important since its just 1 static text.
  389. # Do you want to randomize the animation frames?
  390. random: false
  391. spacer2: # This is a spacer an empty line
  392. text:
  393. - ''
  394. interval: 100
  395. # Do you want to randomize the animation frames?
  396. random: false
  397. skilllevel-label: # You can add elements to the group and name them like you want
  398. # Lets make a static label
  399. text:
  400. - '&b&l> &e&lCurrent level:'
  401. interval: 10 # The interval is not important since its just 1 static text.
  402. # Do you want to randomize the animation frames?
  403. random: false
  404. skilllevel:
  405. # Lets make a static label
  406. text:
  407. - '{mcmmo-levelup_skilllevel}'
  408. interval: 10 # The interval is not important since its just 1 static text.
  409. # Do you want to randomize the animation frames?
  410. random: false
  411. # This is an example for Towny when you enter a town
  412. # DO NOT GIVE THE PERMISSION FOR THIS SCOREBOARD
  413. # (Unless you want it to show all the time)
  414. # You still need to 'trigger' this scoreboard in the 'towny-town'
  415. towny-town-example:
  416. # Lets just use the title,header and footer from the example above
  417. # for in depth configuration look above.
  418. title:
  419. text:
  420. # To create cool looking animations you create yourself
  421. # you can use the graphical tool AnimationCreator
  422. # https://www.spigotmc.org/resources/animationcreator.6001/
  423. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  424. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  425. - '<glow glowsize="5">MIB NETWORK</glow>'
  426. interval: 2
  427. random: false
  428. town-label:
  429. text:
  430. - '&bYou are in town:'
  431. interval: 100
  432. town-data:
  433. text:
  434. - '{towny_currenttown_name}'
  435. interval: 100
  436. spacer1:
  437. text: []
  438. interval: 100
  439. townboard-label:
  440. text:
  441. - '&bTown board:'
  442. interval: 100
  443. townboard:
  444. text:
  445. - '&a<scroll minwidth="28" width="30">{towny_currenttown_townboard}</scroll>'
  446. interval: 3
  447. spacer2:
  448. text: []
  449. interval: 100
  450. population-label:
  451. text:
  452. - '&bPopulation:'
  453. interval: 100
  454. poplulation-data:
  455. text:
  456. - '{towny_currenttown_residents}'
  457. interval: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement