Guest User

Untitled

a guest
Nov 16th, 2017
302
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. # - SPAWNER
  56. # - BLOCK
  57. #
  58. # Valid recalculation reasons (Case insensitive):
  59. # - COMMAND
  60. # - UNLOAD
  61. # - CLAIM
  62. # - BREAK
  63. # - PLACE
  64. # - EXPLODE
  65. # - CHEST
  66. #
  67. # Placeholders:
  68. # Header/Footer only:
  69. # - {button:back} - Goes to previous page.
  70. # - {button:next} - Goes to next page.
  71. #
  72. # Header, footer and body:
  73. # - {page:back} - Previous page number.
  74. # - {page:this} - Current page number.
  75. # - {page:next} - Next page number.
  76. # - {page:last} - Last page number.
  77. #
  78. # Body only:
  79. # - {rank} - Faction rank.
  80. # - {relcolor} - Relation color of the faction listed to the viewer.
  81. # - {faction} - Faction name.
  82. # - {worth:total} - Total worth of faction listed.
  83. # - {count:total:spawner} - Total spawner count.
  84. # - {worth:<worth type>} - Value of a specific worth type.
  85. # - {count:spawner:<spawner>} - Count of a specific spawner type.
  86. # - {count:material:<material>} - Count of a specific material.
  87. #
  88. # MVdW Placeholders:
  89. # - {factionstop_name:*}
  90. # - - The faction name of a rank by replacing * with a number.
  91. # - - The faction name in last place by replacing * with "last".
  92.  
  93. config-version: 7
  94. messages:
  95. count-format: '#,###'
  96. currency-format: $#,###.##
  97. button-back:
  98. enabled: '&e[&b&l<&e]'
  99. disabled: '&e[&b&l<&e]'
  100. tooltip:
  101. - '&dCommand: &b/f top {page:back}'
  102. button-next:
  103. enabled: '&e[&b&l>&e]'
  104. disabled: '&e[&b&l>&e]'
  105. tooltip:
  106. - '&dCommand: &b/f top {page:next}'
  107. header: '&e[&dRichest Factions&e] &f{button:back} &f{page:this}/{page:last} {button:next}'
  108. no-entries: '&eNo entries to be displayed.'
  109. body:
  110. text: '&d&l{rank}) {relcolor}{faction} &b{worth:total}'
  111. tooltip:
  112. - '&7** &c&lGENERAL &7**'
  113. - '&eTotal Worth: &b{worth:total}'
  114. - '&eBlock Worth: &b{worth:block}'
  115. - '&eChest Worth: &b{worth:chest}'
  116. - '&eSpawner Worth: &b{worth:spawner}'
  117. - ''
  118. - '&7** &c&lSPAWNERS &7**'
  119. - '&eSilverfish: &b{count:spawner:silverfish}'
  120. - '&eIron Golem: &b{count:spawner:iron_golem}'
  121. - '&eBlaze: &b{count:spawner:blaze}'
  122. - '&eCreeper: &b{count:spawner:creeper}'
  123. - '&eEndermen: &b{count:spawner:endermen}'
  124. - '&eMooshroom: &b{count:spawner:mooshroom}'
  125. - '&eSkeleton: &b{count:spawner:skeleton}'
  126. - '&eZombie: &b{count:spawner:zombie}'
  127. - '&eSpider: &b{count:spawner:spider}'
  128. - '&eCave Spider: &b{count:spawner:cave_spider}'
  129. - '&eCow: &b{count:spawner:cow}'
  130. - '&ePig: &b{count:spawner:pig}'
  131. - ''
  132. - '&7** &c&lMaterials &7**'
  133. - '&eEmerald Block: &b{count:material:emerald_block}'
  134. - '&eDiamond Block: &b{count:material:diamond_block}'
  135. - '&eGold Block: &b{count:material:gold_block}'
  136. - '&eIron Block: &b{count:material:iron_block}'
  137. - '&eHopper: &b{count:material:hopper}'
  138. footer: ''
  139. permission: '&cYou do not have permission.'
  140. recalculation-start: '&eAll faction totals are being resynchronized'
  141. recalculation-finish: '&eResynchronization of faction totals complete'
  142. recalculation-stop: '&eResynchronization of faction totals stopped'
  143. gui-settings:
  144. command-aliases:
  145. -
  146. line-count: 1
  147. inventory-name: '&lTop Factions | Page {page:this}'
  148. layout:
  149. - type: button_back
  150. enabled:
  151. text: '&bBack'
  152. lore: []
  153. material: wool
  154. data: 5
  155. disabled:
  156. text: '&7Back'
  157. lore: []
  158. material: wool
  159. data: 14
  160. - type: faction_list
  161. faction-count: 7
  162. fill-empty: true
  163. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  164. lore:
  165. - '&e&l-- General --'
  166. - '&dTotal Worth: &b{worth:total}'
  167. - '&dBlock Worth: &b{worth:block}'
  168. - '&dChest Worth: &b{worth:chest}'
  169. - '&dSpawner Worth: &b{worth:spawner}'
  170. - '&dPlayer Balances: &b{worth:player_balance}'
  171. - '&dFaction Bank: &b{worth:faction_balance}'
  172. - ''
  173. - '&e&l-- Spawners --'
  174. - '&dSlime: &b{count:spawner:slime}'
  175. - '&dSkeleton: &b{count:spawner:skeleton}'
  176. - '&dZombie: &b{count:spawner:zombie}'
  177. - ''
  178. - '&e&l-- Materials --'
  179. - '&dEmerald Block: &b{count:material:emerald_block}'
  180. - '&dDiamond Block: &b{count:material:diamond_block}'
  181. - '&dGold Block: &b{count:material:gold_block}'
  182. - '&dIron Block: &b{count:material:iron_block}'
  183. - '&dCoal Block: &b{count:material:coal_block}'
  184. - type: button_next
  185. enabled:
  186. text: '&bNext'
  187. lore: []
  188. material: wool
  189. data: 5
  190. disabled:
  191. text: '&7Next'
  192. lore: []
  193. material: wool
  194. data: 14
  195. settings:
  196. command-aliases:
  197. - f top
  198. ignored-faction-ids:
  199. - none
  200. - safezone
  201. - warzone
  202. - '0'
  203. - '-1'
  204. - '-2'
  205. disable-chest-events: false
  206. factions-per-page: 10
  207. sign-update-ticks: 1
  208. liquid-update-ticks: 100
  209. chunk-queue-size: 200
  210. recalculate-chunks-per-tick: 50
  211. chunk-recalculate-millis: 120000
  212. chat:
  213. enabled: false
  214. rank-placeholder: '{factions_top_rank}'
  215. rank-found: '&2[&e#{rank}&2]'
  216. rank-not-found: ''
  217. placeholders:
  218. faction-not-found: '-'
  219. enabled-ranks:
  220. - 1
  221. - 2
  222. - 3
  223. database:
  224. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  225. username: root
  226. password: pa$$w0rd
  227. maximum-pool-size: 10
  228. max-lifetime: 5000
  229. idle-timeout: 5000
  230. connection-timeout: 5000
  231. persist-interval: 60000
  232. persist-factions: false
  233. enabled:
  234. chest: true
  235. player_balance: false
  236. faction_balance: false
  237. spawner: true
  238. block: true
  239. perform-recalculate:
  240. command: false
  241. unload: true
  242. claim: true
  243. break: false
  244. place: false
  245. explode: true
  246. chest: true
  247. bypass-recalculate-delay:
  248. command: false
  249. unload: true
  250. claim: true
  251. break: false
  252. place: false
  253. explode: false
  254. chest: false
  255. spawner-prices:
  256. skeleton: 30000.0
  257. zombie: 50000.0
  258. slime: 75000.0
  259. iron_golem: 1000000.0
  260. blaze: 275000.0
  261. creeper: 325000.0
  262. endermen: 325000.0
  263. skeleton: 50000.0
  264. sheep: 25000.0
  265. rabbit: 30000.0
  266. mooshroom: 75000.0
  267. pig: 12500.0
  268. cow: 50000.0
  269. spider: 50000.0
  270. cave_spider: 50000.0
  271. Silverfish: 10000000.0
  272. block-prices:
  273. gold_block: 1350.0
  274. iron_block: 900.0
  275. diamond_block: 27000.0
  276. emerald_block: 4500.0
  277. hopper: 5000.0
Add Comment
Please, Sign In to add comment