Guest User

Config

a guest
Feb 19th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 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. # {factions-top-rank-#} - The faction name of this specific rank.
  92. # {factions-top-rank-last} - The faction name ranked last place.
  93.  
  94. config-version: 7
  95. messages:
  96. count-format: '#,###'
  97. currency-format: $#,###.##
  98. button-back:
  99. enabled: ''
  100. disabled: ''
  101. tooltip:
  102. - '&dCommand: &b/f top {page:back}'
  103. button-next:
  104. enabled: ''
  105. disabled: ''
  106. tooltip:
  107. - '&dCommand: &b/f top {page:next}'
  108. header: '&8&m--------------&7 &8<&cRichest Factions &8(&7{page:this}/{page:last}&8)>
  109. &8&m--------------&7'
  110. no-entries: '&7No entries to be displayed.'
  111. body:
  112. text: '&f#{rank}. &7{faction} - &c{worth:total}&7 (Hover To View)'
  113. tooltip:
  114. - '&8:-'
  115. - '&7: Faction&8:&f {faction}'
  116. - '&7: Total Faction Values&8:'
  117. - '&7:'
  118. - '&7: Block Worth&8: &f{worth:block}'
  119. - '&7: Spawner Worth&8: &f{worth:spawner}'
  120. - '&7: Spawner Count&8: &f{count:total:spawner}'
  121. - '&7:'
  122. - '&7: Total Worth&8: &f{worth:total}'
  123. - '&8:-'
  124. footer: ''
  125. permission: '&8[&cTheNova&8]&7 You do not have permission.'
  126. recalculation-start: '&8[&cTheNova&8]&7 All faction totals are being resynchronized'
  127. recalculation-finish: '&8[&cTheNova&8]&7 Resynchronization of faction totals complete'
  128. recalculation-stop: '&8[&TheNova&8]&7 Resynchronization of faction totals stopped'
  129. gui-settings:
  130. command-aliases:
  131. - f topgui
  132. - f tg
  133. - ftg
  134. line-count: 1
  135. inventory-name: '&lTop Factions'
  136. layout:
  137. - type: button_back
  138. enabled:
  139. text: '&cBack'
  140. lore: '&7Proceed to the previous next page.'
  141. material: glass
  142. data: 5
  143. disabled:
  144. text: '&cBack'
  145. lore: '&7Proceed to the previous next page.'
  146. material: glass
  147. data: 14
  148. - type: faction_list
  149. faction-count: 7
  150. fill-empty: true
  151. text: '&f#{rank}. &7{faction} - &c{worth:total}'
  152. lore:
  153. - '&8:-'
  154. - '&7: Faction&8:&f {faction}'
  155. - '&7: Total Faction Values&8:'
  156. - '&7:'
  157. - '&7: Block Worth&8: &f{worth:block}'
  158. - '&7: Spawner Worth&8: &f{worth:spawner}'
  159. - '&7: Spawner Count&8: &f{count:total:spawner}'
  160. - '&7:'
  161. - '&7: Total Worth&8: &f{worth:total}'
  162. - '&8:-'
  163. - type: button_next
  164. enabled:
  165. text: '&cNext'
  166. lore: '&7Proceed to the next page.'
  167. material: glass
  168. data: 5
  169. disabled:
  170. text: '&cNext'
  171. lore: '&7Proceed to the next page.'
  172. material: glass
  173. data: 14
  174. settings:
  175. command-aliases:
  176. - f top
  177. - f t
  178. - ft
  179. ignored-faction-ids:
  180. - none
  181. - safezone
  182. - warzone
  183. - '0'
  184. - '-1'
  185. - '-2'
  186. disable-chest-events: false
  187. factions-per-page: 9
  188. sign-update-ticks: 1
  189. liquid-update-ticks: 100
  190. chunk-queue-size: 200
  191. recalculate-chunks-per-tick: 50
  192. chunk-recalculate-millis: 120000
  193. chat:
  194. enabled: false
  195. rank-placeholder: '{factions_top_rank}'
  196. rank-found: '&2[&e#{rank}&2]'
  197. rank-not-found: ''
  198. placeholders:
  199. faction-not-found: '-'
  200. enabled-ranks:
  201. - 1
  202. - 2
  203. - 3
  204. database:
  205. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  206. username: root
  207. password: pa$$w0rd
  208. maximum-pool-size: 10
  209. max-lifetime: 5000
  210. idle-timeout: 5000
  211. connection-timeout: 5000
  212. persist-interval: 60000
  213. persist-factions: false
  214. enabled:
  215. chest: true
  216. player_balance: true
  217. faction_balance: true
  218. spawner: true
  219. block: true
  220. perform-recalculate:
  221. command: true
  222. unload: true
  223. claim: true
  224. break: true
  225. place: true
  226. explode: true
  227. chest: true
  228. bypass-recalculate-delay:
  229. command: true
  230. unload: true
  231. claim: true
  232. break: false
  233. place: false
  234. explode: false
  235. chest: false
  236. spawner-prices:
  237. skeleton: 25000.0
  238. zombie: 35000.0
  239. slime: 75000.0
  240. blaze: 30000.0
  241. creeper: 200000.0
  242. zombie_pigman: 100000.0
  243. enderman: 100000.0
  244. villager_golem: 1000000.0
  245. cow: 20000.0
  246. witch: 30000.0
  247. wolf: 20000.0
  248. chicken: 10000.0
  249. cave_spider: 50000.0
  250. snowman: 25000.0
  251. spider: 75000.0
  252. block-prices:
  253. gold_block: 250.0
  254. iron_block: 75.0
  255. diamond_block: 1000.0
  256. emerald_block: 1250.0
  257. coal_block: 25.0
Add Comment
Please, Sign In to add comment