Guest User

F top config

a guest
Jul 15th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. # FactionsTop by Novucs.
  2. #
  3. # Configuration walkthrough:
  4. # - config-version: Should not be touched, determines config version.
  5. # - command-aliases: List of command to rebind to "/ftop".
  6. # - gui-settings: All settings related to GUIs.
  7. # - - line-count: Number of inventory lines.
  8. # - - inventory-name: Name used in inventory header.
  9. # - - layout: Fully configurable GUI layout.
  10. # - ignored-faction-ids: Faction IDs to not calculate for factions top.
  11. # - disable-chest-events: Disables chest events, improves performance.
  12. # - factions-per-page: Number of factions displayed per page in "/ftop".
  13. # - sign-update-ticks: Duration in ticks between sign updates.
  14. # - liquid-update-ticks: Duration in ticks between liquid economy updates.
  15. # - chunk-queue-size: Hard-limit maximum chunks to be queued for recalculation.
  16. # - chunk-recalculate-millis: Duration in millis between chunk recalculations.
  17. # - chat: Chat placeholder settings.
  18. # - - enabled: Are FactionsTop placeholders going to be used?
  19. # - - rank-placeholder: The text to replace in the original chat format.
  20. # - - rank-found: How the placeholder should look when a rank is found.
  21. # - - rank-not-found: How the placeholder should look when a rank is NOT found.
  22. # - placeholders: MVdWPlaceholderAPI settings.
  23. # - - faction-not-found: What to replace with when no faction is found.
  24. # - - enabled-ranks: The ranks to be loaded into the MVdWPlaceholderAPI.
  25. # - database: Various database settings, MySQL and H2 are supported.
  26. # - - persist-interval: Millis between database updates.
  27. # - - persist-factions: Saves factions in database for websites to parse.
  28. # - enabled: Toggles whether specific worth types should be recalculated.
  29. # - perform-recalculate: Toggles chunk recalculation for the listed reasons.
  30. # - bypass-recalculate-delay: Toggles which reason bypasses the delay.
  31. # - spawner-prices: Value for specific spawners.
  32. # - block-prices: Value for specific blocks.
  33. #
  34. # Layout types:
  35. # - button_back/button_next: When clicked, moves to relavent page.
  36. # - - enabled/disabled: Button looks, enabled when the page is available.
  37. # - - - text: Item name.
  38. # - - - lore: Item lore.
  39. # - - - material: Item material.
  40. # - - - data: Item data.
  41. # - faction_list: Adds a list of factions to the GUI.
  42. # - - faction-count: Number of factions to add to the GUI.
  43. # - - fill-empty: Leaves the remainder slots blank when true.
  44. # - - text: Item name.
  45. # - - lore: Item lore.
  46. #
  47. # Valid spawners (Case insensitive):
  48. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  49. #
  50. # Valid materials (Case insensitive):
  51. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  52. #
  53. # Valid worth types (Case insensitive):
  54. # - CHEST
  55. # - PLAYER_BALANCE
  56. # - FACTION_BALANCE
  57. # - SPAWNER
  58. # - BLOCK
  59. #
  60. # Valid recalculation reasons (Case insensitive):
  61. # - COMMAND
  62. # - UNLOAD
  63. # - CLAIM
  64. # - BREAK
  65. # - PLACE
  66. # - EXPLODE
  67. # - CHEST
  68. #
  69. # Placeholders:
  70. # Header/Footer only:
  71. # - {button:back} - Goes to previous page.
  72. # - {button:next} - Goes to next page.
  73. #
  74. # Header, footer and body:
  75. # - {page:back} - Previous page number.
  76. # - {page:this} - Current page number.
  77. # - {page:next} - Next page number.
  78. # - {page:last} - Last page number.
  79. #
  80. # Body only:
  81. # - {rank} - Faction rank.
  82. # - {relcolor} - Relation color of the faction listed to the viewer.
  83. # - {faction} - Faction name.
  84. # - {worth:total} - Total worth of faction listed.
  85. # - {count:total:spawner} - Total spawner count.
  86. # - {worth:<worth type>} - Value of a specific worth type.
  87. # - {count:spawner:<spawner>} - Count of a specific spawner type.
  88. # - {count:material:<material>} - Count of a specific material.
  89. #
  90. # MVdW Placeholders:
  91. # - {factionstop_name:*}
  92. # - - The faction name of a rank by replacing * with a number.
  93. # - - The faction name in last place by replacing * with "last".
  94.  
  95. config-version: 7
  96. messages:
  97. count-format: '#,###'
  98. currency-format: $#,###.##
  99. button-back:
  100. enabled: '&b[<]'
  101. disabled: '&7[<]'
  102. tooltip:
  103. - '&dCommand: &b/f top {page:back}'
  104. button-next:
  105. enabled: '&b[>]'
  106. disabled: '&7[>]'
  107. tooltip:
  108. - '&dCommand: &b/f top {page:next}'
  109. header: '&6_______.[ &2Top Factions {button:back} &6{page:this}/{page:last} {button:next}
  110. &6]._______'
  111. no-entries: '&eNo entries to be displayed.'
  112. body:
  113. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  114. tooltip:
  115. - '&e&l-- General --'
  116. - '&dTotal Worth: &b{worth:total}'
  117. - '&dBlock Worth: &b{worth:block}'
  118. - '&dChest Worth: &b{worth:chest}'
  119. - '&dSpawner Worth: &b{worth:spawner}'
  120. - '&dPlayer Balances: &b{worth:player_balance}'
  121. - '&dFaction Bank: &b{worth:faction_balance}'
  122. - ''
  123. - '&e&l-- Spawners --'
  124. - '&dSlime: &b{count:spawner:slime}'
  125. - '&dSkeleton: &b{count:spawner:skeleton}'
  126. - '&dZombie: &b{count:spawner:zombie}'
  127. - '&dIronGolem: &b{count:spawner:iron_golem}'
  128. - '&dBlaze: &b{count:spawner:blaze}'
  129. - '&dCreeper: &b{count:spawner:creeper}'
  130. - '&dCow: &b{count:spawner:cow}'
  131. - '&dPig: &b{count:spawner:pig}'
  132. - '&dSheep: &b{count:spawner:sheep}'
  133. - '&dChicken: &b{count:spawner:chicken}'
  134. - ''
  135. - '&e&l-- Blocks --'
  136. - '&6EmeraldBlock: &b{count:material:EMERALD_BLOCK}'
  137. - '&6DiamondBlock: &b{count:material:DIAMOND_BLOCK}'
  138. - '&6GoldBlock: &b{count:material:GOLD_BLOCK}'
  139. - '&6IronBlock: &b{count:material:IRON_BLOCK}'
  140. - '&6Hoppers: &b{count:material:HOPPER}'
  141. footer: ''
  142. permission: '&cYou do not have permission.'
  143. recalculation-start: '&eAll faction totals are being resynchronized'
  144. recalculation-finish: '&eResynchronization of faction totals complete'
  145. recalculation-stop: '&eResynchronization of faction totals stopped'
  146. gui-settings:
  147. command-aliases:
  148. - f topgui
  149. line-count: 1
  150. inventory-name: '&lTop Factions | Page {page:this}'
  151. layout:
  152. - type: button_back
  153. enabled:
  154. text: '&bBack'
  155. lore: []
  156. material: wool
  157. data: 5
  158. disabled:
  159. text: '&7Back'
  160. lore: []
  161. material: wool
  162. data: 14
  163. - type: faction_list
  164. faction-count: 7
  165. fill-empty: true
  166. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  167. lore:
  168. - '&e&l-- General --'
  169. - '&dTotal Worth: &b{worth:total}'
  170. - '&dBlock Worth: &b{worth:block}'
  171. - '&dChest Worth: &b{worth:chest}'
  172. - '&dSpawner Worth: &b{worth:spawner}'
  173. - '&dPlayer Balances: &b{worth:player_balance}'
  174. - '&dFaction Bank: &b{worth:faction_balance}'
  175. - ''
  176. - '&e&l-- Spawners --'
  177. - '&dSlime: &b{count:spawner:slime}'
  178. - '&dSkeleton: &b{count:spawner:skeleton}'
  179. - '&dZombie: &b{count:spawner:zombie}'
  180. - '&dCow: &b{count:spawner:cow}'
  181. - ''
  182. - '&e&l-- Materials --'
  183. - '&dEmerald Block: &b{count:material:emerald_block}'
  184. - '&dDiamond Block: &b{count:material:diamond_block}'
  185. - '&dGold Block: &b{count:material:gold_block}'
  186. - '&dIron Block: &b{count:material:iron_block}'
  187. - '&dCoal Block: &b{count:material:coal_block}'
  188. - type: button_next
  189. enabled:
  190. text: '&bNext'
  191. lore: []
  192. material: wool
  193. data: 5
  194. disabled:
  195. text: '&7Next'
  196. lore: []
  197. material: wool
  198. data: 14
  199. settings:
  200. command-aliases:
  201. - f top
  202. ignored-faction-ids:
  203. - none
  204. - safezone
  205. - warzone
  206. - '0'
  207. - '-1'
  208. - '-2'
  209. disable-chest-events: false
  210. factions-per-page: 9
  211. sign-update-ticks: 1
  212. liquid-update-ticks: 100
  213. chunk-queue-size: 200
  214. recalculate-chunks-per-tick: 50
  215. chunk-recalculate-millis: 120000
  216. chat:
  217. enabled: false
  218. rank-placeholder: '{factions_top_rank}'
  219. rank-found: '&2[&e#{rank}&2]'
  220. rank-not-found: ''
  221. placeholders:
  222. faction-not-found: '-'
  223. enabled-ranks:
  224. - 1
  225. - 2
  226. - 3
  227. database:
  228. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  229. username: root
  230. password: pa$$w0rd
  231. maximum-pool-size: 10
  232. max-lifetime: 5000
  233. idle-timeout: 5000
  234. connection-timeout: 5000
  235. persist-interval: 60000
  236. persist-factions: false
  237. enabled:
  238. chest: true
  239. player_balance: true
  240. faction_balance: true
  241. spawner: true
  242. block: true
  243. perform-recalculate:
  244. command: true
  245. unload: true
  246. claim: true
  247. break: true
  248. place: true
  249. explode: true
  250. chest: true
  251. piston: true
  252. bypass-recalculate-delay:
  253. command: true
  254. unload: true
  255. claim: true
  256. break: false
  257. place: false
  258. explode: false
  259. chest: false
  260. piston: false
  261. spawner-prices:
  262. skeleton: 150000.0
  263. zombie: 150000.0
  264. slime: 75000.0
  265. iron_golem: 1100000.0
  266. creeper: 500000.0
  267. blaze: 400000.0
  268. cow: 100000.0
  269. pig: 75000.0
  270. chicken: 50000.0
  271. zombie_pigman: 350000.0
  272. sheep: 50000.0
  273. spider: 1000000.0
  274. block-prices:
  275. gold_block: 250.0
  276. iron_block: 75.0
  277. diamond_block: 1000.0
  278. emerald_block: 1250.0
  279. coal_block: 25.0
  280. OBSIDIAN: 5.0
  281. hopper: 25000.0
Add Comment
Please, Sign In to add comment