Guest User

Untitled

a guest
Nov 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. mongo:
  2. host: "localhost:27017"
  3. username: ""
  4. password: ""
  5. database: "HCF"
  6.  
  7. max-slots: 1000
  8.  
  9. factions:
  10. max_faction_size: 5
  11. max_allies: 0
  12.  
  13. details:
  14. website: "http://www.potionpvp.org"
  15. teamspeak: "ts.potionpvp.org"
  16. store: "store.potionpvp.org"
  17.  
  18. map:
  19. number: 1
  20.  
  21. scoreboard:
  22. title: "&5&lPotionPVP &7(Map %map%)"
  23. breakers: "&7&m----------------------"
  24.  
  25. locations:
  26. overworld: "world"
  27. nether: "world_nether"
  28. end: "world_the_end"
  29.  
  30. end_portals: 1000 # 1000, -1000
  31.  
  32. overworld_spawn:
  33. x: 0
  34. y: 70
  35. z: 0
  36. nether_spawn:
  37. x: 0
  38. y: 0
  39. z: 0
  40. end_spawn:
  41. x: 0
  42. y: 70
  43. z: 0
  44. end_return:
  45. x: 0
  46. y: 70
  47. z: 400
  48.  
  49. glowstone_mountain:
  50. mineable_area:
  51. location_1: # don't put any subtract symbols here
  52. x: 467
  53. y: 64
  54. z: -457
  55. location_2: # don't put any subtract symbols here
  56. x: 462
  57. y: 59
  58. z: -462
  59.  
  60. area: # this is added from the center of the mineable area
  61. radius: 100 # 100 blocks away from the center
  62.  
  63.  
  64.  
  65. mob_stack_blacklist:
  66. - "PLAYER"
  67. - "VILLAGER"
  68. - "WOLF"
  69. - "HORSE"
  70. - "SLIME"
  71. - "MAGMA_CUBE"
  72. - "ENDERMAN"
  73. - "PIG_ZOMBIE"
  74. - "GHAST"
  75.  
  76. enchantment_limits:
  77. - "DAMAGE_ALL:1"
  78. - "PROTECTION_ENVIRONMENTAL:1"
  79. - "ARROW_DAMAGE:2"
  80. - "ARROW_FIRE:-1"
  81. - "ARROW_KNOCKBACK:-1"
  82. - "THORNS:-1"
  83. - "FIRE_ASPECT:-1"
  84. - "KNOCKBACK:-1"
  85.  
  86. potion_limits:
  87. - 8201
  88. - 8265
  89. - 8193
  90. - 8225
  91. - 8257
  92. - 16385
  93. - 16417
  94. - 16449
  95. - 8200
  96. - 8232
  97. - 8264
  98. - 16392
  99. - 16424
  100. - 16456
  101. - 8233
  102. - 16393
  103. - 16425
  104. - 16457
  105. - 8204
  106. - 8236
  107. - 8268
  108. - 16396
  109. - 16428
  110. - 16460
  111. - 16398
  112. - 8228
  113. - 8260
  114. - 16420
  115. - 16452
  116. - 8234
  117. - 8266
  118. - 16458
  119.  
  120. koth:
  121. win_time: 9000
Add Comment
Please, Sign In to add comment