Guest User

Untitled

a guest
Aug 1st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 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: '&8&m-------&8[ &eTop Factions {button:back} &b&n{page:this}&e/&b&n{page:last}&r {button:next}
  110. &8]&8&m-------'
  111. no-entries: '&eNo entries to be displayed.'
  112. body:
  113. text: '&e{rank}. {relcolor}{faction} &b&n{worth:total}'
  114. tooltip:
  115. - '&c&l-- General --'
  116. - '&eTotal Worth: &b&n{worth:total}'
  117. - '&eBlock Worth: &b&n{worth:block}'
  118. - '&eChest Worth: &b&n{worth:chest}'
  119. - '&eSpawner Worth: &b&n{worth:spawner}'
  120. - '&ePlayer Balances: &b&n{worth:player_balance}'
  121. - ''
  122. - '&c&l-- Spawners --'
  123. - '&eSilverfish: &b&n{count:spawner:silverfish}'
  124. - '&eMooshroom Cow: &b&n{count:spawner:MUSHROOM_COW}'
  125. - '&eIronGolem: &b&n{count:spawner:Iron_Golem}'
  126. - '&eBlaze: &b&n{count:spawner:blaze}'
  127. - '&eCreeper: &b&n{count:spawner:creeper}'
  128. - '&eEnderman: &b&n{count:spawner:enderman}'
  129. - '&eZombiePigman: &b&n{count:spawner:Pig_Zombie}'
  130. - '&eSpider: &b&n{count:spawner:spider}'
  131. - '&eSlime: &b&n{count:spawner:slime}'
  132. - '&eSkeleton: &b&n{count:spawner:skeleton}'
  133. - '&eZombie: &b&n{count:spawner:zombie}'
  134. - '&eCow: &b&n{count:spawner:cow}'
  135. - ''
  136. - '&c&l-- Materials --'
  137. - '&eEmerald Block: &b&n{count:material:emerald_block}'
  138. - '&eDiamond Block: &b&n{count:material:diamond_block}'
  139. - '&eGold Block: &b&n{count:material:gold_block}'
  140. - '&eIron Block: &b&n{count:material:iron_block}'
  141. - '&eCoal Block: &b&n{count:material:coal_block}'
  142. - '&eHopper: &b&n{count:material:hopper}'
  143. footer: ''
  144. permission: '&cYou do not have permission.'
  145. recalculation-start: '&eAll faction totals are being resynchronized'
  146. recalculation-finish: '&eResynchronization of faction totals complete'
  147. recalculation-stop: '&eResynchronization of faction totals stopped'
  148. gui-settings:
  149. command-aliases:
  150. - f topgui
  151. line-count: 1
  152. inventory-name: '&lTop Factions | Page {page:this}'
  153. layout:
  154. - type: button_back
  155. enabled:
  156. text: '&bBack'
  157. lore: []
  158. material: wool
  159. data: 5
  160. disabled:
  161. text: '&7Back'
  162. lore: []
  163. material: wool
  164. data: 14
  165. - type: faction_list
  166. faction-count: 7
  167. fill-empty: true
  168. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  169. lore:
  170. - '&c&l-- General --'
  171. - '&eTotal Worth: &b&n{worth:total}'
  172. - '&eBlock Worth: &b&n{worth:block}'
  173. - '&eChest Worth: &b&n{worth:chest}'
  174. - '&eSpawner Worth: &b&n{worth:spawner}'
  175. - '&ePlayer Balances: &b&n{worth:player_balance}'
  176. - ''
  177. - '&c&l-- Spawners --'
  178. - '&eSilverfish: &b&n{count:spawner:silverfish}'
  179. - '&eMooshroom Cow: &b&n{count:spawner:MUSHROOM_COW}'
  180. - '&eIronGolem: &b&n{count:spawner:Iron_Golem}'
  181. - '&eBlaze: &b&n{count:spawner:blaze}'
  182. - '&eCreeper: &b&n{count:spawner:creeper}'
  183. - '&eEnderman: &b&n{count:spawner:enderman}'
  184. - '&eZombiePigman: &b&n{count:spawner:Pig_Zombie}'
  185. - '&eSpider: &b&n{count:spawner:spider}'
  186. - '&eSlime: &b&n{count:spawner:slime}'
  187. - '&eSkeleton: &b&n{count:spawner:skeleton}'
  188. - '&eZombie: &b&n{count:spawner:zombie}'
  189. - '&eCow: &b&n{count:spawner:cow}'
  190. - ''
  191. - '&c&l-- Materials --'
  192. - '&eEmerald Block: &b&n{count:material:emerald_block}'
  193. - '&eDiamond Block: &b&n{count:material:diamond_block}'
  194. - '&eGold Block: &b&n{count:material:gold_block}'
  195. - '&eIron Block: &b&n{count:material:iron_block}'
  196. - '&eCoal Block: &b&n{count:material:coal_block}'
  197. - '&eHopper: &b&n{count:material:hopper}'
  198. - type: button_next
  199. enabled:
  200. text: '&bNext'
  201. lore: []
  202. material: wool
  203. data: 5
  204. disabled:
  205. text: '&7Next'
  206. lore: []
  207. material: wool
  208. data: 14
  209. settings:
  210. command-aliases:
  211. - f top
  212. ignored-faction-ids:
  213. - none
  214. - safezone
  215. - warzone
  216. - '0'
  217. - '-1'
  218. - '-2'
  219. disable-chest-events: false
  220. factions-per-page: 9
  221. sign-update-ticks: 1
  222. liquid-update-ticks: 100
  223. chunk-queue-size: 200
  224. recalculate-chunks-per-tick: 50
  225. chunk-recalculate-millis: 120000
  226. chat:
  227. enabled: false
  228. rank-placeholder: '{factions_top_rank}'
  229. rank-found: '&2[&e#{rank}&2]'
  230. rank-not-found: ''
  231. placeholders:
  232. faction-not-found: '-'
  233. enabled-ranks:
  234. - 1
  235. - 2
  236. - 3
  237. database:
  238. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  239. username: root
  240. password: pa$$w0rd
  241. maximum-pool-size: 10
  242. max-lifetime: 5000
  243. idle-timeout: 5000
  244. connection-timeout: 5000
  245. persist-interval: 60000
  246. persist-factions: false
  247. enabled:
  248. chest: true
  249. player_balance: true
  250. faction_balance: true
  251. spawner: true
  252. block: true
  253. perform-recalculate:
  254. command: true
  255. unload: true
  256. claim: true
  257. break: true
  258. place: true
  259. explode: true
  260. chest: true
  261. bypass-recalculate-delay:
  262. command: true
  263. unload: true
  264. claim: true
  265. break: false
  266. place: false
  267. explode: false
  268. chest: false
  269. spawner-prices:
  270. skeleton: 75000.0
  271. zombie: 75000.0
  272. slime: 75000.0
  273. blaze: 300000.0
  274. iron_golem: 1250000.0
  275. spider: 100000.0
  276. creeper: 250000.0
  277. enderman: 200000.0
  278. cow: 50000.0
  279. Pig_Zombie: 200000.0
  280. MUSHROOM_COW: 2500000
  281. silverfish: 4500000
  282. block-prices:
  283. gold_block: 250.0
  284. iron_block: 75.0
  285. diamond_block: 1000.0
  286. emerald_block: 1250.0
  287. coal_block: 25.0
  288. hopper: 5000
Add Comment
Please, Sign In to add comment