Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Jan 24th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. # ------------------------------ #
  2.  
  3. #
  4.  
  5. # FeatherBoard 1.9.0
  6.  
  7. # Runs like a feather on your server
  8.  
  9. # (c) Maxim Van de Wynckel
  10.  
  11. #
  12.  
  13. # ------------------------------ #
  14.  
  15.  
  16.  
  17. # Permissions: To use the action groups give them the permission
  18.  
  19. # featherboard.group.<group>
  20.  
  21. # Make sure to remove them from the other groups
  22.  
  23. # when giving a new permission.
  24.  
  25.  
  26.  
  27. # Variables: These variables can be used in the TEXT section
  28.  
  29. # of both the header as the footer.
  30.  
  31. #
  32.  
  33. # {PLAYER} - Player name
  34.  
  35. # {PLAYERNICK} - Player nickname
  36.  
  37. # {SERVER} - Server name
  38.  
  39. # {PLAYERCOUNT} - Server player count
  40.  
  41. # {BUNGEECOUNT} - Bungee network player count
  42.  
  43. # 850+ more ... see spigot page
  44.  
  45.  
  46.  
  47. # Formatting: These are formatting tags allowing you to format the animations
  48.  
  49. # or placeholders.
  50.  
  51. #
  52.  
  53. # Substring: This allows you to split a word (even a placeholder) in parts
  54.  
  55. # example: <substring begin=0 end=3>Hello World</substring> = Hel
  56.  
  57. # usage: This can be used to split placeholders when creating a typewriter
  58.  
  59. # or to split the colors in a placeholder.
  60.  
  61. #
  62.  
  63. # Scroll: This creates a scrolling animation of the text inside it. It accepts
  64.  
  65. # two arguments (the length and space between scrolls).
  66.  
  67. # example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
  68.  
  69. #
  70.  
  71. # PLENTY MORE! See spigot page
  72.  
  73.  
  74.  
  75. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  76.  
  77. # GENERAL PLUGIN SETTINGS
  78.  
  79. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  80.  
  81.  
  82.  
  83. ## Config version (DO NOT EDIT)
  84.  
  85. config: 1
  86.  
  87.  
  88.  
  89. ## Language file
  90.  
  91. lang: 'en'
  92.  
  93.  
  94.  
  95. ## Debug mode
  96.  
  97. debug: false
  98.  
  99.  
  100.  
  101. ## Log to file
  102.  
  103. log: true
  104.  
  105.  
  106.  
  107. ## Update checking
  108.  
  109. update:
  110.  
  111. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  112.  
  113.  
  114.  
  115. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  116.  
  117. # PLUGIN SPECIFIC SETTINGS
  118.  
  119. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  120.  
  121.  
  122.  
  123. # Tweaks to increase performance (Use at own risk)
  124.  
  125. tweaks:
  126.  
  127. # This option does not send scoreboard remove packets
  128.  
  129. # to the client on quit. This can increase performance on servers
  130.  
  131. # where players quit a lot (hubs, ...)
  132.  
  133. #
  134.  
  135. # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  136.  
  137. # /data folder
  138.  
  139. #
  140.  
  141. # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  142.  
  143. keepScoreboardOnQuit: false
  144.  
  145.  
  146.  
  147.  
  148.  
  149. # Anti Flicker will use a new engine that will allow you to use fast animations
  150.  
  151. # without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
  152.  
  153. # and problems that only occur with this option enabled in a Spigot private message.
  154.  
  155. # Using this option shortens the maximum length for 1.8 servers to around 26~28 chars
  156.  
  157. # but this is an increase for 1.7 clients (that default only have 16 characters)
  158.  
  159. # IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
  160.  
  161. antiflicker: true
  162.  
  163.  
  164.  
  165. # A list of different scoreboards
  166.  
  167. boards:
  168.  
  169. default:
  170.  
  171. title: # The first element in the group will be title.
  172.  
  173. # We will show the server name animated, with a glow effect every 20 sec
  174.  
  175. text:
  176.  
  177. - '&b» &f&lFaction &b«'
  178.  
  179. # Interval the animation loops in ticks (20 ticks = 1 sec)
  180.  
  181. # If you need waiting intervals look at the DELAY placeholder
  182.  
  183. interval: 5
  184.  
  185. # Do you want to randomize the animation frames?
  186.  
  187. random: false
  188.  
  189. header: # A header is recommended to make sure the scoreboard remains the same size
  190.  
  191. text:
  192.  
  193. - '&8&m----------------------'
  194.  
  195. interval: 100
  196.  
  197. random: false
  198.  
  199. despre:
  200.  
  201. text:
  202.  
  203. - '&3&lINFORMATII'
  204.  
  205. random: false
  206.  
  207. player-label:
  208.  
  209. text:
  210.  
  211. - '&8&l» &fNume: &b{PLAYER}'
  212.  
  213. random: false
  214.  
  215. rank-player: # This is a spacer an empty line
  216.  
  217. text:
  218.  
  219. - '&8&l» &fGrad: &b{group}'
  220.  
  221. interval: 100
  222.  
  223. random: false
  224.  
  225. spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
  226.  
  227. text:
  228.  
  229. - '&8&l» &fFactiune: &b{factionsuuid_faction_name}'
  230.  
  231. interval: 100
  232.  
  233. random: false
  234.  
  235. online-label:
  236.  
  237. text:
  238.  
  239. - ''
  240.  
  241. interval: 100
  242.  
  243. # Do you want to randomize the animation frames?
  244.  
  245. random: false
  246.  
  247. status:
  248.  
  249. text:
  250.  
  251. - '&3&lSTATUS'
  252.  
  253. random: false
  254.  
  255. cacat4555:
  256.  
  257. text:
  258.  
  259. - '&8&l» &fUcideri: &b{stat_pkills}'
  260.  
  261. interval: 100
  262.  
  263. cacat45:
  264.  
  265. text:
  266.  
  267. - '&8&l» &fDecese: &b{stat_deaths}'
  268.  
  269. interval: 100
  270.  
  271. random: false
  272.  
  273. cacat20015:
  274.  
  275. text:
  276.  
  277. - '&8&l» &fBani: &b{money_formatted}'
  278.  
  279. interval: 100
  280.  
  281. random: false
  282.  
  283. cacat20223324015:
  284.  
  285. text:
  286.  
  287. - ''
  288.  
  289. interval: 100
  290.  
  291. random: false
  292.  
  293. server:
  294.  
  295. text:
  296.  
  297. - '&3&lSERVER'
  298.  
  299. random: false
  300.  
  301. cacat1989:
  302.  
  303. text:
  304.  
  305. - '&8&l» &fOnline: &b{onlineplayers}'
  306.  
  307. interval: 100
  308.  
  309. random: false
  310.  
  311. cacat1:
  312.  
  313. text:
  314.  
  315. - '&8&l» &fGlobal: &b{bungeecount}'
  316.  
  317. interval: 100
  318.  
  319. random: false
  320.  
  321. spacer-news: # Another spacer (empty line)
  322.  
  323. text:
  324.  
  325. - '&8&m----------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement