StefVDM

Untitled

Jan 4th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 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: '&a[<]'
  101. disabled: '&c[<]'
  102. tooltip:
  103. - '&fCommand: &6/f top {page:back}'
  104. button-next:
  105. enabled: '&a[>]'
  106. disabled: '&c[>]'
  107. tooltip:
  108. - '&fCommand: &6/f top {page:next}'
  109. header: '&7&m----------&f &6&lFACTION TOP&f &7&m----------'
  110. no-entries: '&fNo entries to be displayed.'
  111. body:
  112. text: '&f &8&l*&7 #{rank}: {relcolor}{faction} &8- &2{worth:total}'
  113. tooltip:
  114. - '&6&lFaction:&e {faction}'
  115. - ''
  116. - '&f &8&l*&f Total Worth: &a{worth:total}'
  117. - ''
  118. - '&6&lSpawners:'
  119. - '&f &8&l*&f Cow: &8{count:spawner:cow}'
  120. - '&f &8&l*&f Zombie: &8{count:spawner:zombie}'
  121. - '&f &8&l*&f Skeleton: &8{count:spawner:skeleton}'
  122. - '&f &8&l*&f Blaze: &8{count:spawner:blaze}'
  123. - '&f &8&l*&f Creeper: &8{count:spawner:creeper}'
  124. - '&f &8&l*&f Iron Golem: &8{count:spawner:iron_golem}'
  125. - '&f &8&l*&f Villager: &8{count:spawner:villager}'
  126. footer: '&7&m--------------------------------'
  127. permission: '&4&lF-TOP&f &8» &fYou do not have permission.'
  128. recalculation-start: '&4&lF-TOP&f &8» &fAll faction totals are being resynchronized'
  129. recalculation-finish: '&4&lF-TOP&f &8» &fResynchronization of faction totals complete'
  130. recalculation-stop: '&4&lF-TOP&f &8» &fResynchronization of faction totals stopped'
  131. gui-settings:
  132. command-aliases:
  133. - f topgui
  134. line-count: 1
  135. inventory-name: '&8&lTOP FACTIONS | PAGE #{page:this}'
  136. layout:
  137. - type: button_back
  138. enabled:
  139. text: '&f&lPREVIOUS PAGE'
  140. lore: []
  141. material: wool
  142. data: 5
  143. disabled:
  144. text: '&f&lPREVIOUS PAGE'
  145. lore: []
  146. material: wool
  147. data: 14
  148. - type: faction_list
  149. faction-count: 7
  150. fill-empty: true
  151. text: '&f &8&l*&7 #{rank}: {relcolor}{faction} &8- &2{worth:total}'
  152. lore:
  153. - ''
  154. - '&6&lFaction:&e {faction}'
  155. - ''
  156. - '&f &8&l*&f Total Worth: &a{worth:total}'
  157. - ''
  158. - '&6&lSpawners:'
  159. - '&f &8&l*&f Cow: &8{count:spawner:cow}'
  160. - '&f &8&l*&f Zombie: &8{count:spawner:zombie}'
  161. - '&f &8&l*&f Skeleton: &8{count:spawner:skeleton}'
  162. - '&f &8&l*&f Blaze: &8{count:spawner:blaze}'
  163. - '&f &8&l*&f Creeper: &8{count:spawner:creeper}'
  164. - '&f &8&l*&f Iron Golem: &8{count:spawner:iron_golem}'
  165. - '&f &8&l*&f Villager: &8{count:spawner:villager}'
  166. - type: button_next
  167. enabled:
  168. text: '&f&lNEXT PAGE'
  169. lore: []
  170. material: wool
  171. data: 5
  172. disabled:
  173. text: '&f&lNEXT PAGE'
  174. lore: []
  175. material: wool
  176. data: 14
  177. settings:
  178. command-aliases:
  179. - f top
  180. ignored-faction-ids:
  181. - none
  182. - safezone
  183. - warzone
  184. - '0'
  185. - '-1'
  186. - '-2'
  187. disable-chest-events: false
  188. factions-per-page: 10
  189. sign-update-ticks: 1
  190. liquid-update-ticks: 100
  191. chunk-queue-size: 200
  192. recalculate-chunks-per-tick: 50
  193. chunk-recalculate-millis: 120000
  194. chat:
  195. enabled: false
  196. rank-placeholder: '{factions_top_rank}'
  197. rank-found: '&2[&e#{rank}&2]'
  198. rank-not-found: ''
  199. placeholders:
  200. faction-not-found: '-'
  201. enabled-ranks:
  202. - 1
  203. - 2
  204. - 3
  205. database:
  206. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  207. username: root
  208. password: pa$$w0rd
  209. maximum-pool-size: 10
  210. max-lifetime: 5000
  211. idle-timeout: 5000
  212. connection-timeout: 5000
  213. persist-interval: 60000
  214. persist-factions: false
  215. enabled:
  216. chest: false
  217. player_balance: false
  218. faction_balance: false
  219. spawner: true
  220. block: false
  221. perform-recalculate:
  222. command: true
  223. unload: false
  224. claim: false
  225. break: false
  226. place: false
  227. explode: false
  228. chest: false
  229. bypass-recalculate-delay:
  230. command: true
  231. unload: false
  232. claim: false
  233. break: false
  234. place: false
  235. explode: false
  236. chest: false
  237. spawner-prices:
  238. cow: 100000.0
  239. zombie: 250000.0
  240. skeleton: 500000.0
  241. blaze: 750000.0
  242. creeper: 1000000.0
  243. iron_golem: 2000000.0
  244. villager: 3000000.0
  245. block-prices:
  246. emerald_block: 0.0
Add Comment
Please, Sign In to add comment