Advertisement
Guest User

Untitled

a guest
May 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. config-version: 3
  2. messages:
  3. count-format: '#,###'
  4. currency-format: $#,###.##
  5. button-back:
  6. enabled: '&b[<]'
  7. disabled: '&7[<]'
  8. tooltip:
  9. - '&dCommand: &b/f top {page:back}'
  10. button-next:
  11. enabled: '&b[>]'
  12. disabled: '&7[>]'
  13. tooltip:
  14. - '&dCommand: &b/f top {page:next}'
  15. header: '&6_______.[ &2Top Factions {button:back} &6{page:this}/{page:last} {button:next}
  16. &6]._______'
  17. no-entries: '&eNo entries to be displayed.'
  18. body:
  19. text: '&e{rank}. {relcolor}{faction} &b{worth:total}'
  20. tooltip:
  21. - '&e&l-- General --'
  22. - '&dTotal Worth: &b{worth:total}'
  23. - '&dBlock Worth: &b{worth:block}'
  24. - '&dChest Worth: &b{worth:chest}'
  25. - '&dSpawner Worth: &b{worth:spawner}'
  26. - '&dPlayer Balances: &b{worth:player_balance}'
  27. - '&dFaction Bank: &b{worth:faction_balance}'
  28. - ''
  29. - '&e&l-- Spawners --'
  30. - '&dIronGolem: &b{count:spawner:iron_golem}'
  31. - '&dCreeper: &b{count:spawner:creeper}'
  32. - '&dBlaze: &b{count:spawner:blaze}'
  33. - '&dEnderman: &b{count:spawner:enderman}'
  34. - '&dWitch: &b{count:spawner:witch}'
  35. - '&dZombiePigman: &b{count:spawner:zombiepigman}'
  36. - '&dZombie: &b{count:spawner:zombie}'
  37. - '&dSkeleton: &b{count:spawner:skeleton}'
  38. - '&dCow: &b{count:spawner:cow}'
  39. - '&dWolf: &b{count:spawner:wolf}'
  40. - '&dPig: &b{count:spawner:pig}'
  41. - '&dChicken: &b{count:spawner:chicken}'
  42. - '&dCaveSpider: &b{count:spawner:cavespider}'
  43. - '&dSpider: &b{count:spawner:spider}'
  44. - '&dSquid: &b{count:spawner:squid}'
  45. - '&dVillager: &b{count:spawner:villager}'
  46.  
  47. - ''
  48. - '&e&l-- Blocks --'
  49. - '&dBedrock: &b{count:material:bedrock}'
  50. - '&dObsidian: &b{count:material:obsidian}'
  51. footer: ''
  52. permission: '&cYou do not have permission.'
  53. settings:
  54. command-aliases:
  55. - f top
  56. ignored-faction-ids:
  57. - none
  58. - safezone
  59. - warzone
  60. - '0'
  61. - '-1'
  62. - '-2'
  63. disable-chest-events: false
  64. factions-per-page: 10
  65. sign-update-ticks: 1
  66. liquid-update-ticks: 100
  67. chunk-queue-size: 200
  68. chunk-recalculate-millis: 120000
  69. database:
  70. jdbc-url: jdbc:h2:./plugins/FactionsTop/database
  71. username: root
  72. password: pa$$w0rd
  73. maximum-pool-size: 10
  74. max-lifetime: 5000
  75. idle-timeout: 5000
  76. connection-timeout: 5000
  77. enabled:
  78. chest: true
  79. player_balance: true
  80. faction_balance: true
  81. spawner: true
  82. block: true
  83. perform-recalculate:
  84. unload: true
  85. claim: true
  86. break: true
  87. place: true
  88. explode: true
  89. piston: true
  90. chest: true
  91. bypass-recalculate-delay:
  92. unload: true
  93. claim: true
  94. break: false
  95. place: false
  96. explode: false
  97. piston: false
  98. chest: false
  99. spawner-prices:
  100. skeleton: 50000.0
  101. zombie: 50000.0
  102. enderman: 500000.0
  103. iron_golem: 1500000.0
  104. creeper: 650000.0
  105. blaze: 600000.0
  106. cow: 35000.0
  107. pig: 25000.0
  108. chicken: 10000.0
  109. zombie_pigman: 100000.0
  110. wolf: 25000.0
  111. spider: 10000.0
  112. cave_spider: 10000.0
  113. squid: 10000.0
  114. villager: 10000.0
  115. witch: 450000.0
  116. block-prices:
  117. BEDROCK: 1000000.0
  118. OBSIDIAN: 100.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement