Guest User

Ftop

a guest
Jul 17th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.99 KB | None | 0 0
  1. # FactionsTop by Novucs.
  2.  
  3. #
  4.  
  5. # Configuration walkthrough:
  6.  
  7. # - config-version: Should not be touched, determines config version.
  8.  
  9. # - command-aliases: List of command to rebind to "/ftop".
  10.  
  11. # - gui-settings: All settings related to GUIs.
  12.  
  13. # - - line-count: Number of inventory lines.
  14.  
  15. # - - inventory-name: Name used in inventory header.
  16.  
  17. # - - layout: Fully configurable GUI layout.
  18.  
  19. # - ignored-faction-ids: Faction IDs to not calculate for factions top.
  20.  
  21. # - disable-chest-events: Disables chest events, improves performance.
  22.  
  23. # - factions-per-page: Number of factions displayed per page in "/ftop".
  24.  
  25. # - sign-update-ticks: Duration in ticks between sign updates.
  26.  
  27. # - liquid-update-ticks: Duration in ticks between liquid economy updates.
  28.  
  29. # - chunk-queue-size: Hard-limit maximum chunks to be queued for recalculation.
  30.  
  31. # - chunk-recalculate-millis: Duration in millis between chunk recalculations.
  32.  
  33. # - chat: Chat placeholder settings.
  34.  
  35. # - - enabled: Are FactionsTop placeholders going to be used?
  36.  
  37. # - - rank-placeholder: The text to replace in the original chat format.
  38.  
  39. # - - rank-found: How the placeholder should look when a rank is found.
  40.  
  41. # - - rank-not-found: How the placeholder should look when a rank is NOT found.
  42.  
  43. # - placeholders: MVdWPlaceholderAPI settings.
  44.  
  45. # - - faction-not-found: What to replace with when no faction is found.
  46.  
  47. # - - enabled-ranks: The ranks to be loaded into the MVdWPlaceholderAPI.
  48.  
  49. # - database: Various database settings, MySQL and H2 are supported.
  50.  
  51. # - - persist-interval: Millis between database updates.
  52.  
  53. # - - persist-factions: Saves factions in database for websites to parse.
  54.  
  55. # - enabled: Toggles whether specific worth types should be recalculated.
  56.  
  57. # - perform-recalculate: Toggles chunk recalculation for the listed reasons.
  58.  
  59. # - bypass-recalculate-delay: Toggles which reason bypasses the delay.
  60.  
  61. # - spawner-prices: Value for specific spawners.
  62.  
  63. # - block-prices: Value for specific blocks.
  64.  
  65. #
  66.  
  67. # Layout types:
  68.  
  69. # - button_back/button_next: When clicked, moves to relavent page.
  70.  
  71. # - - enabled/disabled: Button looks, enabled when the page is available.
  72.  
  73. # - - - text: Item name.
  74.  
  75. # - - - lore: Item lore.
  76.  
  77. # - - - material: Item material.
  78.  
  79. # - - - data: Item data.
  80.  
  81. # - faction_list: Adds a list of factions to the GUI.
  82.  
  83. # - - faction-count: Number of factions to add to the GUI.
  84.  
  85. # - - fill-empty: Leaves the remainder slots blank when true.
  86.  
  87. # - - text: Item name.
  88.  
  89. # - - lore: Item lore.
  90.  
  91. #
  92.  
  93. # Valid spawners (Case insensitive):
  94.  
  95. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  96.  
  97. #
  98.  
  99. # Valid materials (Case insensitive):
  100.  
  101. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  102.  
  103. #
  104.  
  105. # Valid worth types (Case insensitive):
  106.  
  107. # - CHEST
  108.  
  109. # - PLAYER_BALANCE
  110.  
  111. # - FACTION_BALANCE
  112.  
  113. # - SPAWNER
  114.  
  115. # - BLOCK
  116.  
  117. #
  118.  
  119. # Valid recalculation reasons (Case insensitive):
  120.  
  121. # - COMMAND
  122.  
  123. # - UNLOAD
  124.  
  125. # - CLAIM
  126.  
  127. # - BREAK
  128.  
  129. # - PLACE
  130.  
  131. # - EXPLODE
  132.  
  133. # - CHEST
  134.  
  135. #
  136.  
  137. # Placeholders:
  138.  
  139. # Header/Footer only:
  140.  
  141. # - {button:back} - Goes to previous page.
  142.  
  143. # - {button:next} - Goes to next page.
  144.  
  145. #
  146.  
  147. # Header, footer and body:
  148.  
  149. # - {page:back} - Previous page number.
  150.  
  151. # - {page:this} - Current page number.
  152.  
  153. # - {page:next} - Next page number.
  154.  
  155. # - {page:last} - Last page number.
  156.  
  157. #
  158.  
  159. # Body only:
  160.  
  161. # - {rank} - Faction rank.
  162.  
  163. # - {relcolor} - Relation color of the faction listed to the viewer.
  164.  
  165. # - {faction} - Faction name.
  166.  
  167. # - {worth:total} - Total worth of faction listed.
  168.  
  169. # - {count:total:spawner} - Total spawner count.
  170.  
  171. # - {worth:<worth type>} - Value of a specific worth type.
  172.  
  173. # - {count:spawner:<spawner>} - Count of a specific spawner type.
  174.  
  175. # - {count:material:<material>} - Count of a specific material.
  176.  
  177. #
  178.  
  179. # MVdW Placeholders:
  180.  
  181. # - {factionstop_name:*}
  182.  
  183. # - - The faction name of a rank by replacing * with a number.
  184.  
  185. # - - The faction name in last place by replacing * with "last".
  186.  
  187.  
  188. config-version: 7
  189.  
  190. messages:
  191.  
  192. count-format: '#,###'
  193.  
  194. currency-format: $#,###.##
  195.  
  196. button-back:
  197.  
  198. enabled: '&b[<]'
  199.  
  200. disabled: '&7[<]'
  201.  
  202. tooltip:
  203.  
  204. - '&dCommand: &b/f top {page:back}'
  205.  
  206. button-next:
  207.  
  208. enabled: '&b[>]'
  209.  
  210. disabled: '&7[>]'
  211.  
  212. tooltip:
  213.  
  214. - '&dCommand: &b/f top {page:next}'
  215.  
  216. header: '&6_______.[ &2Top Factions {button:back} &6{page:this}/{page:last} {button:next}
  217.  
  218. &6]._______'
  219.  
  220. no-entries: '&eNo entries to be displayed.'
  221.  
  222. body:
  223.  
  224. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  225.  
  226. tooltip:
  227.  
  228. - '&e&l-- General --'
  229.  
  230. - '&dTotal Worth: &b{worth:total}'
  231.  
  232. - '&dChest Worth: &b{worth:chest}'
  233.  
  234. - '&dSpawner Worth: &b{worth:spawner}'
  235.  
  236. - '&dPlayer Balances: &b{worth:player_balance}'
  237.  
  238. - '&dFaction Bank: &b{worth:faction_balance}'
  239.  
  240. - ''
  241.  
  242. - '&e&l-- Spawners --'
  243.  
  244. - '&dSlime: &b{count:spawner:slime}'
  245.  
  246. - '&dSkeleton: &b{count:spawner:skeleton}'
  247.  
  248. - '&dZombie: &b{count:spawner:zombie}'
  249.  
  250. - '&dBlaze: &b{count:spawner:blaze}'
  251.  
  252. - '&dCreeper: &b{count:spawner:creeper}'
  253.  
  254. - '&dIronGolem: &b{count:spawner:99}'
  255.  
  256. - '&dCow: &b{count:spawner:cow}'
  257.  
  258. - '&dPig: &b{count:spawner:pig}'
  259.  
  260. - '&dChicken: &b{count:spawner:chicken}'
  261.  
  262. - '&dEnderman: &b{count:spawner:enderman}'
  263.  
  264. - '&dPigman: &b{count:spawner:pigman}'
  265.  
  266. - '&dSpider: &b{count:spawner:spider}'
  267.  
  268. - '&dWitch: &b{count:spawner:witch}'
  269.  
  270. footer: ''
  271.  
  272. permission: '&cYou do not have permission.'
  273.  
  274. recalculation-start: '&eAll faction totals are being resynchronized'
  275.  
  276. recalculation-finish: '&eResynchronization of faction totals complete'
  277.  
  278. recalculation-stop: '&eResynchronization of faction totals stopped'
  279.  
  280. gui-settings:
  281.  
  282. command-aliases:
  283.  
  284. - f topgui
  285.  
  286. line-count: 1
  287.  
  288. inventory-name: '&lTop Factions | Page {page:this}'
  289.  
  290. layout:
  291.  
  292. - type: button_back
  293.  
  294. enabled:
  295.  
  296. text: '&bBack'
  297.  
  298. lore: []
  299.  
  300. material: wool
  301.  
  302. data: 5
  303.  
  304. disabled:
  305.  
  306. text: '&7Back'
  307.  
  308. lore: []
  309.  
  310. material: wool
  311.  
  312. data: 14
  313.  
  314. - type: faction_list
  315.  
  316. faction-count: 7
  317.  
  318. fill-empty: true
  319.  
  320. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  321.  
  322. lore:
  323.  
  324. - '&e&l-- General --'
  325.  
  326. - '&dTotal Worth: &b{worth:total}'
  327.  
  328. - '&dChest Worth: &b{worth:chest}'
  329.  
  330. - '&dSpawner Worth: &b{worth:spawner}'
  331.  
  332. - '&dPlayer Balances: &b{worth:player_balance}'
  333.  
  334. - '&dFaction Bank: &b{worth:faction_balance}'
  335.  
  336. - ''
  337.  
  338. - '&e&l-- Spawners --'
  339.  
  340. - '&dSlime: &b{count:spawner:slime}'
  341.  
  342. - '&dSkeleton: &b{count:spawner:skeleton}'
  343.  
  344. - '&dZombie: &b{count:spawner:zombie}'
  345.  
  346. - '&dBlaze: &b{count:spawner:blaze}'
  347.  
  348. - '&dCreeper: &b{count:spawner:creeper}'
  349.  
  350. - '&dIronGolem: &b{count:spawner:99}'
  351.  
  352. - '&dCow: &b{count:spawner:cow}'
  353.  
  354. - '&dPig: &b{count:spawner:pig}'
  355.  
  356. - '&dChicken: &b{count:spawner:chicken}'
  357.  
  358. - '&dEnderman: &b{count:spawner:enderman}'
  359.  
  360. - '&dPigman: &b{count:spawner:pigman}'
  361.  
  362. - '&dSpider: &b{count:spawner:spider}'
  363.  
  364. - '&dWitch: &b{count:spawner:witch}'
  365.  
  366. - type: button_next
  367.  
  368. enabled:
  369.  
  370. text: '&bNext'
  371.  
  372. lore: []
  373.  
  374. material: wool
  375.  
  376. data: 5
  377.  
  378. disabled:
  379.  
  380. text: '&7Next'
  381.  
  382. lore: []
  383.  
  384. material: wool
  385.  
  386. data: 14
  387.  
  388. settings:
  389.  
  390. command-aliases:
  391.  
  392. - f top
  393.  
  394. ignored-faction-ids:
  395.  
  396. - none
  397.  
  398. - safezone
  399.  
  400. - warzone
  401.  
  402. - '0'
  403.  
  404. - '-1'
  405.  
  406. - '-2'
  407.  
  408. disable-chest-events: false
  409.  
  410. factions-per-page: 9
  411.  
  412. sign-update-ticks: 1
  413.  
  414. liquid-update-ticks: 1
  415.  
  416. chunk-queue-size: 200
  417.  
  418. recalculate-chunks-per-tick: 10
  419.  
  420. chunk-recalculate-millis: 100000
  421.  
  422. chat:
  423.  
  424. enabled: false
  425.  
  426. rank-placeholder: '{factions_top_rank}'
  427.  
  428. rank-found: '&2[&e#{rank}&2]'
  429.  
  430. rank-not-found: ''
  431.  
  432. placeholders:
  433.  
  434. faction-not-found: '-'
  435.  
  436. enabled-ranks:
  437.  
  438. - 1
  439.  
  440. - 2
  441.  
  442. - 3
  443.  
  444. database:
  445.  
  446. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  447.  
  448. username: root
  449.  
  450. password: pa$$w0rd
  451.  
  452. maximum-pool-size: 10
  453.  
  454. max-lifetime: 5000
  455.  
  456. idle-timeout: 5000
  457.  
  458. connection-timeout: 5000
  459.  
  460. persist-interval: 40000
  461.  
  462. persist-factions: false
  463.  
  464. enabled:
  465.  
  466. chest: true
  467.  
  468. player_balance: true
  469.  
  470. faction_balance: true
  471.  
  472. spawner: true
  473.  
  474. block: true
  475.  
  476. perform-recalculate:
  477.  
  478. command: true
  479.  
  480. unload: true
  481.  
  482. claim: true
  483.  
  484. break: true
  485.  
  486. place: true
  487.  
  488. explode: true
  489.  
  490. chest: true
  491.  
  492. bypass-recalculate-delay:
  493.  
  494. command: true
  495.  
  496. unload: true
  497.  
  498. claim: true
  499.  
  500. break: false
  501.  
  502. place: false
  503.  
  504. explode: false
  505.  
  506. chest: false
  507.  
  508. spawner-prices:
  509.  
  510. skeleton: 325000
  511.  
  512. zombie: 300000
  513.  
  514. slime: 1250000
  515.  
  516. blaze: 650000
  517.  
  518. creeper: 2000000
  519.  
  520. spawner:99: 2000000
  521.  
  522. witch: 1300000
  523.  
  524. enderman: 1250000
  525.  
  526. cow: 250000
  527.  
  528. chicken: 125000
  529.  
  530. sheep: 130000
  531.  
  532. pig: 125000
  533.  
  534. spider: 250000
  535.  
  536. pigman: 500000
Add Comment
Please, Sign In to add comment