Advertisement
Guest User

Untitled

a guest
Oct 27th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. ### Backend Settings ###
  2. backend:
  3. driver: "REDIS" # MONGO, REDIS (MYSQL & SQLITE IN PROGRESS)
  4. sqlite:
  5. fileName: "storage.db"
  6. mysql:
  7. host: "localhost"
  8. port: 3306
  9. username: "root"
  10. password: "password"
  11. database: "hcf"
  12. redis:
  13. host: "localhost"
  14. port: 6379
  15. pass: "" # Leave empty for no authentication
  16. mongo:
  17. host: "localhost"
  18. port: 27017
  19. database: "hcf" # The map number will be added to the end if it's not already Ex. 'hcf' -> 'hcf1', 'hcf1' -> 'hcf1'
  20. auth:
  21. enable: false
  22. username: "root"
  23. password: "password"
  24. authDb: "admin"
  25.  
  26. ### Server Settings ###
  27. server:
  28. name: "VoltaneHCF"
  29. website: "https://hcf.com"
  30. teamspeak: "ts.voltanepvp.xyz"
  31. store: "https://store.voltanepvp.com"
  32. color:
  33. primary: "&6"
  34. secondary: "&e"
  35.  
  36. ### Tablist Settings ###
  37. tablist:
  38. primary: "&e"
  39. secondary: "&7"
  40.  
  41. ### Map Settings ###
  42. map:
  43. number: 1
  44. start-date: "01/01/2018 12:00:00"
  45.  
  46. ### Feature Settings ###
  47. features:
  48. kitmap: false
  49. tablist: true
  50. scoreboard: true
  51. deathbans: true
  52. death-lightning: true
  53. item-kills-and-deaths: true
  54.  
  55. ### Faction Settings ###
  56. factions:
  57. name:
  58. min: 3
  59. max: 16
  60. blocked:
  61. - "KYS"
  62. - "CANCER"
  63. - "LFF"
  64. - "LEAKEDCORE"
  65. - "HCSquads"
  66. - "MCTeams"
  67. - "VeltPvP"
  68. - "Arcane"
  69. - "Arcane"
  70. members:
  71. max: 10
  72. dtr:
  73. max: 5.5
  74. multiple: 1.1
  75. regen:
  76. delay: 3 # In seconds
  77. increment: 0.03
  78. allies:
  79. max: 1
  80. attacking:
  81. prevent: true # Disables attacking allies.
  82. damage-multiplier: 0.5 # If "prevent" is false, this multiplier will be used on the damage amount. (1.0 to disable)
  83. claim:
  84. buffer: 1 # In blocks, duh
  85. glass-buffer: 30 # What should the distance be around a faction to show glass (PVP Timer, Combat Timer when near spawn, Starting Timer, etc)
  86. price:
  87. multiplier: 250 # I recommend leaving this the same and changing the divisor, but that is your choice.
  88. selling-multiplier: 0.5 # Half of what the original price was.
  89. per-block: 0.25
  90. volume-divisor: 220 # Due to the way we handle prices, we get the claim's volume and divide it. This is the number the volume is divided by.
  91. sizes:
  92. warzone: 800
  93. warzone-build-limit: 500
  94. worlds:
  95. default:
  96. spawn: 50
  97. roads:
  98. width-left: 5
  99. width-right: 5
  100. length: 5000
  101. nether:
  102. spawn: 25
  103. roads:
  104. width-left: 5
  105. width-right: 5
  106. length: 5000
  107.  
  108. ### Koth Settings ###
  109. # Time is done in minutes
  110. koth:
  111. time: 5
  112. special-times:
  113. citadel: 30
  114. # What commands should run when someone captures a koth?
  115. on-capture:
  116. - "say %name% (%faction%) has just captured %koth%!"
  117.  
  118. ### Conquest Settings ###
  119. conquest:
  120. time: 30 # In seconds.
  121. points-per-cap: 5
  122. max-points: 250
  123. # What commands should run when someone captures a conquest?
  124. on-capture:
  125. - "say %name% (%faction%) has just captured %conquest%!"
  126.  
  127. ### Mountain Settings ###
  128. # Time is done in minutes
  129. mountain:
  130. reset-time: 120 # Default reset time
  131.  
  132. ### Scoreboard Settings ###
  133. board:
  134. title: "%primary%&l%servername% &7| &c1.0"
  135. line: "&7&m--------------------"
  136. combat: "&c&lSpawn Tag&7: &c%time%"
  137. enderpearl: "&e&lEnderpearl&7: &c%time%"
  138. apple: "&6&lApple&7: &c%time%"
  139. gapple: "&6&lGapple&7: &c%time%"
  140. home: "&9&lHome&7: &c%time%"
  141. stuck: "&4&lStuck&7: &c%time%"
  142. logout: "&4&lLogout&7: &c%time%"
  143. archer-mark: "&6&lArcher Tag&7: &c%time%"
  144. starting: "&a&lSOTW Timer&7: &c%time%"
  145. pvptimer: "&a&lPvP Timer&7: &c%time%"
  146. eotw: "&c&lEOTW&7: &c%time%"
  147. bard-effect: "&6&lBard Effect: &c%time%"
  148. speef-effect: "&b&lSpeed: &c%time%"
  149. jump-effect: "&b&lJump: &c%time%"
  150. kits:
  151. bard:
  152. energy: "&b&lEnergy: &c%energy%"
  153. kitmap:
  154. - "&4&lKills&7: &c%kills%"
  155. - "&4&lDeaths&7: &c%deaths%"
  156. - "&4&lKillstreak&7: &c%streak%"
  157. koth:
  158. normal: "&9&l%name%&7: &c%time%"
  159. special: "&5&l%name%&7: &c%time%"
  160. conquest:
  161. header: "&e&lConquest&7:"
  162. no-scores: " &7No scores yet"
  163. score: " &e%faction%&7: &c%points%"
  164.  
  165. ### Timer Settings ###
  166. # Time is done in seconds
  167. timers:
  168. apple: 10
  169. archer-mark: 10
  170. bard-effect: 5
  171. combat: 30
  172. enderpearl: 16
  173. gapple: 21600
  174. jump-effect: 15
  175. home: 10
  176. logout: 30
  177. pvptimer: 1800
  178. speed-effect: 15
  179. starting: 3600
  180. stuck: 150
  181. lff: 300 # The cooldown time for /lff
  182.  
  183. ### Limiter Settings ###
  184. limiters:
  185. entity:
  186. per-chunk: 25
  187. world-border: 6000
  188. beacon-strength: 2
  189. enchants: # EnchantName;MaxLevel
  190. - PROTECTION_ENVIRONMENTAL;2 # Protection
  191. - DAMAGE_ALL;2 # Sharpness
  192. - KNOCKBACK;0
  193. - FIRE_ASPECT;0
  194. - ARROW_DAMAGE;4 # Power
  195. potions: # PotionName;MaxLevel;MaxDuration (Duration in seconds)
  196. - POISON;1;93 # (1:33)
  197. - SLOWNESS;1;67 # (1:07)
  198. blocked-potions:
  199. - 2000
  200. - 3000
  201.  
  202. ### Listener Settings ###
  203. listeners:
  204. cook-speed-multiplier: 5.0 # 1.0 is for no increase
  205. brewing-speed-multiplier: 2 # 1 is for no increase
  206.  
  207. ### Elevator Settings ###
  208. elevators:
  209. sign: true
  210. minecart: true
  211.  
  212. ### Kit Settings ###
  213. kits:
  214. archer:
  215. enable: true
  216. bard:
  217. enable: true
  218. effect-range: 20 # How many blocks around a bard should it effects be applied to faction members?
  219. max-energy: 100 # What is the max energy level that a bard can have?
  220. miner:
  221. enable: true
  222. invis-level: 20 # At what y-axis should invisibility be activated at?
  223. rogue:
  224. enable: true
  225. backstab: 15 # % chance of the backstab happening
  226.  
  227. ### Kitmap Settings ###
  228. kitmap:
  229. rewards:
  230. '1':
  231. kills: 5
  232. name: "Golden Apple"
  233. commands:
  234. - "give %player% golden_apple:1 1"
  235. '2':
  236. kills: 10
  237. name: "Murderer"
  238. commands:
  239. - "eco add %player% 100"
  240. money-per-kill: all # Put 0 for none or 'all' for all of the dead player's money
  241.  
  242. ### Deathban Settings ###
  243. # Time is done in minutes.
  244. deathban:
  245. default-time: 120
  246. times:
  247. DonatorOne: 90
  248. DonatorTwo: 75
  249. DonatorThree: 60
  250.  
  251. ### Settings GUI Settings ###
  252. settings-gui:
  253. title: "%secondary%Settings"
  254. item-title: "%secondary%%name%"
  255. prefix:
  256. active: "%primary%» %secondary%"
  257. not-active: " &7"
  258. lore:
  259. - ""
  260. - "%primary%Do you want to see"
  261. - "%primary%%name%?"
  262. - ""
  263. - " %show_prefix%Show %name%"
  264. - " %hide_prefix%Hide %name%"
  265. - ""
  266.  
  267. ### Mod Mode Settings ###
  268. mod-mode:
  269. compass:
  270. name: "%primary%Teleportation Compass"
  271. permission: ""
  272. slot: 1
  273. data: 0
  274. itemId: 345
  275. fallbackItem: ""
  276. action: "UNHANDLED"
  277. lore: []
  278. inspector:
  279. name: "%primary%Inspection Book"
  280. permission: ""
  281. slot: 2
  282. data: 0
  283. itemId: 340
  284. fallbackItem: ""
  285. action: "INSPECTOR"
  286. lore: []
  287. worldedit-wand:
  288. name: "%primary%WorldEdit Wand"
  289. permission: "worldedit.wand"
  290. slot: 3
  291. data: 0
  292. itemId: 271
  293. fallbackItem: "better-view"
  294. action: "UNHANDLED"
  295. lore: []
  296. better-view:
  297. name: "%primary%Better View"
  298. permission: "worldedit.wand" # This has the permission worldedit.wand because worldedit will add this item in it's slot regardless of the permission on this item.
  299. slot: 4
  300. data: 1
  301. itemId: 171
  302. fallbackItem: ""
  303. action: "UNHANDLED"
  304. lore: []
  305. online-staff:
  306. name: "%primary%Online Staff"
  307. permission: ""
  308. slot: 8
  309. data: 3
  310. itemId: 397
  311. fallbackItem: ""
  312. action: "ONLINE_STAFF"
  313. lore: []
  314. vanish-hidden:
  315. name: "%primary%Become Visible"
  316. permission: ""
  317. slot: 9
  318. data: 8
  319. itemId: 351
  320. fallbackItem: ""
  321. action: "VANISH_OFF"
  322. lore: []
  323. vanish-visible:
  324. name: "%primary%Become Hidden"
  325. permission: ""
  326. slot: 9
  327. data: 10
  328. itemId: 351
  329. fallbackItem: ""
  330. action: "VANISH_ON"
  331. lore: []
  332.  
  333. ### Freeze Settings ###
  334. freeze:
  335. message-repeat: 30 # Time in seconds
  336. allowed-commands:
  337. - '/m'
  338. - '/r'
  339. - '/msg'
  340. - '/reply'
  341. - '/ts'
  342. - '/panic'
  343.  
  344. ### Rank Revive Settings ###
  345. revive:
  346. ranks:
  347. Iron: # Ex: /iron revive <player>
  348. permission: revive.iron
  349. cooldown: 60 # In minutes
  350. broadcast: '&b%reviver% &ehas revived &b%revived% &ewith their &b&lIron &erank!'
  351. Gold:
  352. permission: revive.gold
  353. cooldown: 45 # In minutes
  354. broadcast: '&d%reviver% &ehas revived &d%revived% &ewith their &4&lGold &erank!'
  355.  
  356. ### Rank Broadcast Settings ###
  357. rank-broadcast:
  358. enabled: true
  359. name: 'Gold'
  360. time: 5 # Time in minutes
  361. messages:
  362. broadcast: '&6Online Gold Donators &8> &r%players%'
  363. no-players: 'No online Gold players' # Leave empty for no broadcast
  364. joiner:
  365. color: '&a'
  366. character: ','
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement