Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. ##################################################################################
  2. # ____ _ _ __ __ #
  3. # | _ \| |_ _ __ _(_)_ __ | \/ | __ _ _ __ __ _ __ _ ___ _ __ #
  4. # | |_) | | | | |/ _` | | '_ \| |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__| #
  5. # | __/| | |_| | (_| | | | | | | | | (_| | | | | (_| | (_| | __/ | #
  6. # |_| |_|\__,_|\__, |_|_| |_|_| |_|\__,_|_| |_|\__,_|\__, |\___|_| #
  7. # |___/ S O F T W A R E |___/ #
  8. # #
  9. # PRODUCT: ROCKET HCF CORE #
  10. # DATE COMPILED: N/A (DD/MM/YYYY) #
  11. # #
  12. # Copyright (c) 2017, PluginManager LTD. All rights reserved. #
  13. # #
  14. # Redistribution and use in source and binary forms, with or without #
  15. # modification, are permitted provided that the following conditions #
  16. # are met: #
  17. # #
  18. # - Redistributions of source code must retain the above copyright #
  19. # notice, this list of conditions and the following disclaimer. #
  20. # #
  21. # - Redistributions in binary form must reproduce the above copyright #
  22. # notice, this list of conditions and the following disclaimer in the #
  23. # documentation and/or other materials provided with the distribution. #
  24. # #
  25. # - The name of PluginManager LTD may not be used to endorse or #
  26. # promote products derived from this software without specific #
  27. # prior written permission. #
  28. # #
  29. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS #
  30. # IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, #
  31. # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR #
  32. # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR #
  33. # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
  34. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, #
  35. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR #
  36. # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF #
  37. # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
  38. # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS #
  39. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #
  40. # #
  41. ##################################################################################
  42. database:
  43. type: "sqlite" # sqlite, mysql, redis, mongodb, any other database in existance...
  44. auth: false # Is the database using a password?
  45. details:
  46. host: "127.0.0.1" # Database server IP
  47. port: "3306" # You database port
  48. user: "username" # Your database username
  49. password: "password" # Your database password
  50. general:
  51. kitmap: false
  52. warzone_size: 500
  53. chat:
  54. format: "%FACTION_TAG% %DISPLAY_NAME%&e: &7%MESSAGE%"
  55. factions:
  56. general:
  57. max_players: 10 # Max amount of faction members
  58. name:
  59. min_chars: 3 # Minimum name size
  60. max_chars: 16 # Maximum name size
  61. blocked: # What names should be blocked
  62. - "thecore" # Memes
  63. - "finup"
  64. - "jimslip"
  65. dtr:
  66. starting_dtr: 1.1 # What DTR should a faction start at?
  67. dtr_per_player: 0.5 # How much DTR should a player be valued at?
  68. regeneration:
  69. amount: 0.1 # How much DTR should be regenerated each delay below
  70. delay: 60 # Every 60 seconds regenerates the amount defined above
  71. allies:
  72. enabled: true # Should allies be enabled?
  73. damage_allies: false # Should you be able to damage allied faction members?
  74. max_allies: 1 # How many allies should each faction be allowed? 0 = disabled
  75. claim:
  76. wand:
  77. item: "GOLDEN_HOE"
  78. data: 0
  79. name: "&cClaim Wand"
  80. lore:
  81. - "&aRight Click to set Point 1"
  82. - "&aLeft Click to set Point 2"
  83. - "&aShift+Left to confirm claiming"
  84. - "&aShift+Right to exit claiming"
  85. price_per_block: 0.05 # How much should 1 block cost?
  86. claim_wall:
  87. colour: 14 # Colour code
  88. chat:
  89. enabled: true
  90. no_faction: "&6[&c*&6]&r"
  91. friendly: "&6[&2%FACTION%&6]&r"
  92. ally: "&6[&d%FACTION%&6]&r"
  93. enemy: "&6[&e%FACTION%&6]&r"
  94. name_colours:
  95. enabled: true
  96. friendly: "DARK_GREEN"
  97. ally: "LIGHT_PURPLE"
  98. enemy: "YELLOW"
  99. ticks:
  100. timers: # All values in seconds
  101. combat: 32
  102. archer_tag: 10
  103. logout:
  104. time: 30
  105. cancel_range: 3
  106. cooldowns: # All values in seconds
  107. enderpearl: 16
  108. block_increase_modifier: # Percentage increase modifier
  109. furnace: 10
  110. brewing_stand: 10
  111. combat:
  112. entity: "SKELETON"
  113. despawn_time: 30 # How many seconds should it take for the combat logger to disappear?
  114. limiters:
  115. potions:
  116. - 8201
  117. - 8233
  118. - 16393
  119. - 8265
  120. - 16425
  121. - 16457
  122. - 16420
  123. - 8228
  124. - 8193
  125. - 8225
  126. - 8257
  127. - 16385
  128. - 16417
  129. - 16449
  130. - 16452
  131. - 8260
  132. - 8232
  133. - 8264
  134. - 16424
  135. - 16456
  136. - 8266
  137. - 16458
  138. - 8268
  139. - 8236
  140. - 16460
  141. - 16428
  142. enchants:
  143. DAMAGE_ALL: 1
  144. PROTECTION_ENVIRONMENTAL: 1
  145. ARROW_DAMAGE: 3
  146. ARROW_KNOCKBACK: 0
  147. FIRE_ASPECT: 0
  148. KNOCKBACK: 0
  149. THORNS: 0
  150. subclaim:
  151. enabled: true # Should subclaims be enabled?
  152. personal: "[Subclaim]" # Not case-sensitive
  153. officer: "[Officer]" # Not case-sensitive
  154. teleporting:
  155. faction_home:
  156. overworld:
  157. enabled: true
  158. time: 30
  159. end:
  160. enabled: true
  161. time: 30
  162. nether:
  163. enabled: true
  164. time: 30
  165. faction_stuck:
  166. overworld:
  167. enabled: true
  168. time: 90
  169. end:
  170. enabled: false
  171. time: 0
  172. nether:
  173. enabled: true
  174. time: 120
  175. scoreboard:
  176. title: "&6&lRocket"
  177. seperators:
  178. enabled: true
  179. placeholder: "&8&m---------------------" # Maximum 32 chars
  180. placeholders: # Supports multiple lines...
  181. enderpearl:
  182. - "&e&lEnderpearl: &7%ENDER_PEARL%"
  183. logout:
  184. - "&c&lLogout: &7%LOGOUT%"
  185. combat:
  186. - "&e&lCombat: &7%COMBAT%"
  187. pvp_protection:
  188. - "&9&lPvP Timer: &7%PVP_TIMER%"
  189. stuck:
  190. - "&c&lStuck: &7%STUCK%"
  191. home:
  192. - "&e&lHome: &7%HOME%"
  193. classes:
  194. class_warmup:
  195. - "&e&lClass Warmup: &7%CLASS_WARMUP%"
  196. class_active:
  197. - "&e&lClass:"
  198. - " &7%CLASS%"
  199. class_energy:
  200. - " &aEnergy: &7%ENERGY%"
  201. class_buff_cooldown:
  202. - " &aBuff: &7%BUFF_COOLDOWN%"
  203. events:
  204. koth:
  205. - "&d&l%KOTH%: &7%TIME%"
  206. conquest:
  207. status:
  208. - "&e&l%CONQUEST%:"
  209. - " &1%BLUE% &7: &4%RED%"
  210. - " &a%GREEN% &7: &e%YELLOW%"
  211. top_factions:
  212. amount_to_display: 3
  213. placeholder: " &a%FACTION%: &7%POINTS%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement