Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 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: 05/08/2017 (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. factions:
  51. general:
  52. max_players: 10 # Max amount of faction members
  53. name:
  54. min_chars: 3 # Minimum name size
  55. max_chars: 16 # Maximum name size
  56. blocked: # What names should be blocked
  57. - "thecore" # Memes
  58. - "finup"
  59. dtr:
  60. starting_dtr: 1.1 # What DTR should a faction start at?
  61. dtr_per_player: 0.5 # How much DTR should a player be valued at?
  62. regeneration:
  63. amount: 0.1 # How much DTR should be regenerated each delay below
  64. delay: 60 # Every 60 seconds regenerates the amount defined above
  65. allies:
  66. enabled: true # Should allies be enabled?
  67. damage_allies: false # Should you be able to damage allied faction members?
  68. max_allies: 1 # How many allies should each faction be allowed? 0 = disabled
  69. claim:
  70. wand:
  71. item: "GOLDEN_HOE"
  72. data: 0
  73. name: "&cClaim Wand"
  74. lore:
  75. - "&aRight Click to set Point 1"
  76. - "&aLeft Click to set Point 2"
  77. - "&aShift+Left to confirm claiming"
  78. - "&aShift+Right to exit claiming"
  79. price_per_chunk: 100 # How much should 1 chunk cost?
  80. claim_wall:
  81. colour: 14 # Colour code
  82. chat:
  83. enabled: true
  84. no_faction: "&6[&c*&6]&r"
  85. friendly: "&6[&2%FACTION%&6]&r"
  86. ally: "&6[&d%FACTION%&6]&r"
  87. enemy: "&6[&e%FACTION%&6]&r"
  88. name_colours:
  89. enabled: true
  90. friendly: "DARK_GREEN"
  91. ally: "LIGHT_PURPLE"
  92. enemy: "YELLOW"
  93. ticks:
  94. timers: # All values in seconds
  95. combat: 32
  96. archer_tag: 10
  97. logout:
  98. time: 30
  99. cancel_range: 3
  100. cooldowns: # All values in seconds
  101. enderpearl: 16
  102. block_increase_modifier: # Percentage increase modifier
  103. furnace: 10
  104. brewing_stand: 10
  105. combat:
  106. entity: "SKELETON"
  107. despawn_time: 30 # How many seconds should it take for the combat logger to disappear?
  108. limiters:
  109. potions:
  110. - 8201
  111. - 8233
  112. - 16393
  113. - 8265
  114. - 16425
  115. - 16457
  116. - 16420
  117. - 8228
  118. - 8193
  119. - 8225
  120. - 8257
  121. - 16385
  122. - 16417
  123. - 16449
  124. - 16452
  125. - 8260
  126. - 8232
  127. - 8264
  128. - 16424
  129. - 16456
  130. - 8266
  131. - 16458
  132. - 8268
  133. - 8236
  134. - 16460
  135. - 16428
  136. enchants:
  137. DAMAGE_ALL: 1
  138. PROTECTION_ENVIRONMENTAL: 1
  139. ARROW_DAMAGE: 3
  140. ARROW_KNOCKBACK: 0
  141. FIRE_ASPECT: 0
  142. KNOCKBACK: 0
  143. THORNS: 0
  144. subclaim:
  145. enabled: true # Should subclaims be enabled?
  146. personal: "[Subclaim]" # Not case-sensitive
  147. officer: "[Officer]" # Not case-sensitive
  148. teleporting:
  149. faction_home:
  150. overworld:
  151. enabled: true
  152. time: 30
  153. end:
  154. enabled: true
  155. time: 30
  156. nether:
  157. enabled: true
  158. time: 30
  159. faction_stuck:
  160. overworld:
  161. enabled: true
  162. time: 90
  163. end:
  164. enabled: false
  165. time: 0
  166. nether:
  167. enabled: true
  168. time: 120
  169. scoreboard:
  170. title: "&6&lRocket"
  171. seperators:
  172. enabled: true
  173. placeholder: "&8&m---------------------" # Maximum 32 chars
  174. placeholders: # Supports multiple lines...
  175. enderpearl:
  176. - "&e&lEnderpearl: &7%ENDER_PEARL%"
  177. logout:
  178. - "&c&lLogout: &7%LOGOUT%"
  179. combat:
  180. - "&e&lCombat: &7%COMBAT%"
  181. pvp_protection:
  182. - "&9&lPvP Timer: &7%PVP_TIMER%"
  183. stuck:
  184. - "&c&lStuck: &7%STUCK%"
  185. home:
  186. - "&e&lHome: &7%HOME%"
  187. classes:
  188. class_warmup:
  189. - "&e&lClass Warmup: &7%CLASS_WARMUP%"
  190. class_active:
  191. - "&e&lClass:"
  192. - " &7%CLASS%"
  193. class_energy:
  194. - " &aEnergy: &7%ENERGY%"
  195. class_buff_cooldown:
  196. - " &aBuff: &7%BUFF_COOLDOWN%"
  197. events:
  198. koth:
  199. - "&d&l%KOTH%: &7%TIME%"
  200. conquest:
  201. status:
  202. - "&e&l%CONQUEST%:"
  203. - " &1%BLUE% &7: &4%RED%"
  204. - " &a%GREEN% &7: &e%YELLOW%"
  205. top_factions:
  206. amount_to_display: 3
  207. placeholder: " &a%FACTION%: &7%POINTS%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement