Advertisement
Guest User

FeatherBoard_CONFIG

a guest
Sep 25th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. config: 3
  2.  
  3.  
  4.  
  5. lang: 'en'
  6.  
  7.  
  8.  
  9. debug: false
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. log:
  18.  
  19.  
  20.  
  21. enabled: true
  22.  
  23.  
  24.  
  25. reset: false
  26.  
  27.  
  28.  
  29. update:
  30.  
  31.  
  32.  
  33. check: true # RECOMMENDED YOU LEAVE THIS TRUE
  34.  
  35.  
  36.  
  37. placeholder:
  38.  
  39.  
  40.  
  41. log-memory: false
  42.  
  43.  
  44.  
  45. clear-unused: true
  46.  
  47.  
  48.  
  49. config-cache: false
  50.  
  51.  
  52.  
  53. tweaks:
  54.  
  55.  
  56.  
  57. keepScoreboardOnQuit: false
  58.  
  59.  
  60.  
  61. detect-placeholderdelay: false
  62.  
  63.  
  64.  
  65. verbose-placeholder-timings: false
  66.  
  67.  
  68.  
  69. ignore-placeholder-problems: false
  70.  
  71.  
  72.  
  73. database:
  74.  
  75.  
  76.  
  77. persistent: false
  78.  
  79.  
  80.  
  81. database: "featherboard"
  82.  
  83.  
  84.  
  85. username: bukkit
  86.  
  87.  
  88.  
  89. isolation: SERIALIZABLE
  90.  
  91.  
  92.  
  93. driver: org.sqlite.JDBC
  94.  
  95.  
  96.  
  97. password: walrus
  98.  
  99.  
  100.  
  101. url: jdbc:sqlite:{DIR}{NAME}.db
  102.  
  103.  
  104.  
  105. save-interval: 6000
  106.  
  107.  
  108.  
  109. disabled-worlds:
  110.  
  111.  
  112.  
  113. - 'example_world'
  114.  
  115.  
  116.  
  117. show-delay: 0
  118.  
  119.  
  120.  
  121. antiflicker: true
  122.  
  123.  
  124.  
  125. scoreboard-assigning: "PERMISSION"
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. gui:
  134.  
  135.  
  136.  
  137. title: "Scoreboards"
  138.  
  139.  
  140.  
  141. # Size of the GUI (leave to -1 to make it dynamic)
  142.  
  143.  
  144.  
  145. # Sizes: 9,27,54
  146.  
  147.  
  148.  
  149. size: -1
  150.  
  151.  
  152.  
  153. boards:
  154.  
  155.  
  156.  
  157. default:
  158.  
  159.  
  160.  
  161. title:
  162.  
  163.  
  164.  
  165. text:
  166.  
  167.  
  168.  
  169. - '&3&l&nTracksPvp&7-&3({onlineplayers})'
  170.  
  171.  
  172.  
  173. player:
  174.  
  175.  
  176.  
  177. text:
  178.  
  179.  
  180.  
  181. - '&3&lInfo'
  182.  
  183.  
  184.  
  185. interval: 100
  186.  
  187.  
  188.  
  189. random: false
  190.  
  191.  
  192.  
  193. player-name:
  194.  
  195.  
  196.  
  197. text:
  198.  
  199.  
  200.  
  201. - '&7Rank : &8{prefix}'
  202.  
  203.  
  204.  
  205. interval: 2
  206.  
  207.  
  208.  
  209. random: false
  210.  
  211.  
  212.  
  213. player-group:
  214.  
  215.  
  216.  
  217. text:
  218.  
  219.  
  220.  
  221. - '&7Penge : &b${money_formatted}'
  222.  
  223.  
  224.  
  225. interval: 2
  226.  
  227.  
  228.  
  229. random: false
  230.  
  231.  
  232.  
  233. player-money:
  234.  
  235.  
  236.  
  237. text:
  238.  
  239.  
  240.  
  241. - '&7Team: &3Kommer'
  242.  
  243.  
  244.  
  245. interval: 100
  246.  
  247.  
  248.  
  249. random: false
  250.  
  251.  
  252.  
  253. spacer1:
  254.  
  255.  
  256.  
  257. text: []
  258.  
  259.  
  260.  
  261. interval: 100
  262.  
  263.  
  264.  
  265. random: false
  266.  
  267.  
  268.  
  269. faction:
  270.  
  271.  
  272.  
  273. text:
  274.  
  275.  
  276.  
  277. - '&3&lStats:'
  278.  
  279.  
  280.  
  281. interval: 100
  282.  
  283.  
  284.  
  285. random: false
  286.  
  287.  
  288.  
  289. faction-name:
  290.  
  291.  
  292.  
  293. text:
  294.  
  295.  
  296.  
  297. - '&7Kills : &b{stat_pkills}'
  298.  
  299.  
  300.  
  301. interval: 100
  302.  
  303.  
  304.  
  305. random: false
  306.  
  307.  
  308.  
  309. faction-power:
  310.  
  311.  
  312.  
  313. text:
  314.  
  315.  
  316.  
  317. - '&7D�de : &b{stat_deaths}'
  318.  
  319.  
  320.  
  321. interval: 100
  322.  
  323.  
  324.  
  325. random: false
  326.  
  327.  
  328.  
  329. 52:
  330.  
  331.  
  332.  
  333. text:
  334.  
  335.  
  336.  
  337. - '&7Killstreak &7: &3Kommer'
  338.  
  339.  
  340.  
  341. interval: 100
  342.  
  343.  
  344.  
  345. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement