Guest User

Untitled

a guest
May 16th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 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: '&amp;b[&lt;]'
  101. disabled: '&amp;7[&lt;]'
  102. tooltip:
  103. - '&amp;dCommand: &amp;b/f top {page:back}'
  104. button-next:
  105. enabled: '&amp;b[&gt;]'
  106. disabled: '&amp;7[&gt;]'
  107. tooltip:
  108. - '&amp;dCommand: &amp;b/f top {page:next}'
  109. header: '&amp;6_______.[ &amp;2Top Factions {button:back} &amp;6{page:this}/{page:last} {button:next}
  110. &amp;6]._______'
  111. no-entries: '&amp;eNo entries to be displayed.'
  112. body:
  113. text: '&amp;e{rank}. {relcolor}{faction} &amp;b{worth:total}'
  114. tooltip:
  115. - '&amp;e&amp;l-- General --'
  116. - '&amp;dTotal Worth: &amp;b{worth:total}'
  117. - '&amp;dBlock Worth: &amp;b{worth:block}'
  118. - '&amp;dSpawner Worth: &amp;b{worth:spawner}'
  119.  
  120. - ''
  121. - '&amp;e&amp;l-- Spawners --'
  122. - '&amp;dIronGolem: &amp;b{count:spawner:iron_golem}'
  123. - '&amp;dCreeper: &amp;b{count:spawner:creeper}'
  124. - '&amp;dBlaze: &amp;b{count:spawner:blaze}'
  125. - '&amp;dEnderman: &amp;b{count:spawner:enderman}'
  126. - '&amp;dWitch: &amp;b{count:spawner:witch}'
  127. - '&amp;dZombiePigman: &amp;b{count:spawner:zombiepigman}'
  128. - '&amp;dZombie: &amp;b{count:spawner:zombie}'
  129. - '&amp;dSkeleton: &amp;b{count:spawner:skeleton}'
  130. - '&amp;dCow: &amp;b{count:spawner:cow}'
  131. - '&amp;dWolf: &amp;b{count:spawner:wolf}'
  132. - '&amp;dPig: &amp;b{count:spawner:pig}'
  133. - '&amp;dChicken: &amp;b{count:spawner:chicken}'
  134. - '&amp;dCaveSpider: &amp;b{count:spawner:cavespider}'
  135. - '&amp;dSpider: &amp;b{count:spawner:spider}'
  136. - '&amp;dSquid: &amp;b{count:spawner:squid}'
  137. - '&amp;dVillager: &amp;b{count:spawner:villager}'
  138.  
  139. - ''
  140. - '&amp;e&amp;l-- Blocks --'
  141. - '&amp;dBedrock: &amp;b{count:material:bedrock}'
  142. - '&amp;dObsidian: &amp;b{count:material:obsidian}'
  143. footer: ''
  144. permission: '&amp;cYou do not have permission.'
  145. settings:
  146. command-aliases:
  147. - f top
  148. ignored-faction-ids:
  149. - safezone
  150. - warzone
  151. - '0'
  152. - '-1'
  153. - '-2'
  154. disable-chest-events: false
  155. factions-per-page: 10
  156. sign-update-ticks: 1
  157. liquid-update-ticks: 100
  158. chunk-queue-size: 200
  159. chunk-recalculate-millis: 120000
  160. database:
  161. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  162. username: root
  163. password: pa$$w0rd
  164. maximum-pool-size: 10
  165. max-lifetime: 5000
  166. idle-timeout: 5000
  167. connection-timeout: 5000
  168. enabled:
  169. chest: true
  170. player_balance: true
  171. faction_balance: true
  172. spawner: true
  173. block: true
  174. perform-recalculate:
  175. unload: true
  176. claim: true
  177. break: true
  178. place: true
  179. explode: true
  180. piston: true
  181. chest: true
  182. bypass-recalculate-delay:
  183. unload: true
  184. claim: true
  185. break: false
  186. place: false
  187. explode: false
  188. piston: false
  189. chest: false
  190. spawner-prices:
  191. skeleton: 50000.0
  192. zombie: 50000.0
  193. enderman: 500000.0
  194. iron_golem: 1500000.0
  195. creeper: 650000.0
  196. blaze: 600000.0
  197. cow: 35000.0
  198. pig: 25000.0
  199. chicken: 10000.0
  200. zombie_pigman: 100000.0
  201. wolf: 25000.0
  202. spider: 10000.0
  203. cave_spider: 10000.0
  204. squid: 10000.0
  205. villager: 10000.0
  206. witch: 450000.0
  207. block-prices:
  208. BEDROCK: 1500000.0
  209. OBSIDIAN: 100.0
  210. </span></div></body>
  211. </html>
Add Comment
Please, Sign In to add comment