Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Feb 22nd, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 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. - '&c&lFACTIONS CLASSIC'
  178.  
  179. interval: 100
  180.  
  181. random: false
  182.  
  183. headerwdwd: # A header is recommended to make sure the scoreboard remains the same size
  184.  
  185. text:
  186.  
  187. - '&7{time}'
  188.  
  189. interval: 100
  190.  
  191. random: false
  192.  
  193. header: # A header is recommended to make sure the scoreboard remains the same size
  194.  
  195. text:
  196.  
  197. - ''
  198.  
  199. interval: 100
  200.  
  201. random: false
  202.  
  203. cacat125:
  204.  
  205. text:
  206.  
  207. - '&f&lPROFIL'
  208.  
  209. interval: 100
  210.  
  211. random: false
  212.  
  213. random: false
  214.  
  215. player-label:
  216.  
  217. text:
  218.  
  219. - '&8● &fNume: &c{player}'
  220.  
  221. random: false
  222.  
  223. rank-player: # This is a spacer an empty line
  224.  
  225. text:
  226.  
  227. - '&8● &fGrad: &c{group}'
  228.  
  229. interval: 100
  230.  
  231. random: false
  232.  
  233. spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
  234.  
  235. text:
  236.  
  237. - '&8● &fFactiune: &c{factionsuuid_faction_name}'
  238.  
  239. interval: 100
  240.  
  241. random: false
  242.  
  243. test1:
  244.  
  245. text:
  246.  
  247. - '&8● &fPower: &c{factionsuuid_power_rounded}/{factionsuuid_maxpower_rounded}'
  248.  
  249. interval: 100
  250.  
  251. random: false
  252.  
  253. online-label:
  254.  
  255. text:
  256.  
  257. - ''
  258.  
  259. interval: 100
  260.  
  261. # Do you want to randomize the animation frames?
  262.  
  263. random: false
  264.  
  265. ping-label: # You can add elements to the group and name them like you want
  266.  
  267. text:
  268.  
  269. - '&4&lSERVER'
  270.  
  271. interval: 100
  272.  
  273. # Do you want to randomize the animation frames?
  274.  
  275. random: false
  276.  
  277. cacat4555:
  278.  
  279. text:
  280.  
  281. - '&8● &fK/D: &c{stat_pkills}/{stat_deaths}'
  282.  
  283. interval: 100
  284.  
  285. test13232:
  286.  
  287. text:
  288.  
  289. - '&8● &fBani: &c{money_formatted} ⛃'
  290.  
  291. interval: 100
  292.  
  293. random: false
  294.  
  295. test13232223232332:
  296.  
  297. text:
  298.  
  299. - '&8● &fOnline: &c{playercount}'
  300.  
  301. interval: 100
  302.  
  303. random: false
  304.  
  305. test1323223223:
  306.  
  307. text:
  308.  
  309. - '&8● &fGlobal: &c{bungeecount}'
  310.  
  311. interval: 100
  312.  
  313. random: false
  314.  
  315. test132232332:
  316. text:
  317. - ''
  318. interval: 100
  319. random: false
  320.  
  321. cacat145455232:
  322.  
  323. text:
  324.  
  325. - '&7play.pixelland.ro'
  326.  
  327. interval: 100
  328.  
  329. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement