Advertisement
blazex224

MobHunting Config 1/24/2018

Jan 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.55 KB | None | 0 0
  1. # ########################################################################
  2. # Rewards for killing mobs.
  3. # ########################################################################
  4. # Here is where you set the base prize in $ for killing a mob of each type
  5. # You can either set a decimal number ex 1.23 or a range 1.23:2.23
  6. # For each kill you can run a console command to give the player a reward.
  7. # You can use the following variables:
  8. # {killer},{killed},{player},{killed_player},{prize},{world},
  9. # {killerpos},{killedpos}. Killerpos and Killedpos will have the
  10. # format <x> <y> <z>. Which could be used to /summon items.
  11. # An example could be /summon apple {killedpos} 2. to summon two apples where
  12. # where the mob was killed or /summon apple {killerpos} 1. to summon an
  13. # an apple where the player is.
  14. # Another example could be to give the player permission to fly
  15. # for 1 hour or use give command to the player items.
  16. #
  17. # You can also specify the message send to the player.
  18. # The text can be color coded with these codes:
  19. # http://minecraft.gamepedia.com/Formatting_codes
  20. #
  21. # You can run many console commands on each line, each command
  22. # must be separated by |
  23. # The player will have the cmd run in {mob-cmd-run-chance} times in average. If mob-cmd-run-chance=0 it
  24. # will never run. If f.ex. mob-cmd-run-chance=0.50 and it will run run every second time in average.
  25. #
  26. # The mobname-head-prize is only used if you want the dropped heads after killing a mob to have a value.
  27. # Please also check the "dropmoneyonground" section in this file.
  28. mobs:
  29. blaze: '1.5'
  30. blaze-cmd: mobhunt head give {player} Blaze Blaze 1 silent|give {player} Iron_ingot
  31. 1
  32. blaze-cmd-desc: You got a Blaze skull and an Iron ingot.
  33. blaze-cmd-run-chance: 0.1
  34. blaze-head-prize: '0'
  35. cave-spider: 1.5:2
  36. cave-spider-cmd: mobhunt head give {player} Cave_Spider Cave_Spider 1 silent|give
  37. {player} Iron_ingot 1
  38. cave-spider-cmd-desc: You got a Cave Spider skull and an Iron ingot.
  39. cave-spider-cmd-run-chance: 0.1
  40. cave-spider-head-prize: '0'
  41. creeper: 1.5:2
  42. creeper-cmd: mobhunt head give {player} Creeper Creeper 1 silent|give {player} Iron_ingot
  43. 1
  44. creeper-cmd-desc: You got a Creeper skull and an Iron ingot.
  45. creeper-cmd-run-chance: 0.05
  46. creeper-head-prize: '0'
  47. elder-guardian: 40:80
  48. elder-guardian-cmd: mobhunt head give {player} ElderGuardian ElderGuardian 1 silent|give
  49. {player} Iron_ingot 1
  50. elder-guardian-cmd-desc: You got an Elder Guardian skull and an Iron ingot.
  51. elder-guardian-cmd-run-chance: 0.33
  52. elder-guardian-head-prize: '0'
  53. enderman: 1.5:2
  54. enderman-cmd: mobhunt head give {player} Enderman Enderman 1 silent|give {player}
  55. gold_ingot 1
  56. enderman-cmd-desc: You got an Enderman skull and a Gold ingot.
  57. enderman-cmd-run-chance: 0.1
  58. enderman-head-prize: '0'
  59. endermite: '1.5'
  60. endermite-cmd: mobhunt head give {player} Endermite Endermite 1 silent|give {player}
  61. Iron_ingot 1
  62. endermite-cmd-desc: You got an Endermite skull and an Iron ingot.
  63. endermite-cmd-run-chance: 0.1
  64. endermite-head-prize: '0'
  65. ghast: '10:20'
  66. ghast-cmd: mobhunt head give {player} Ghast Ghast 1 silent|give {player} 406 4
  67. ghast-cmd-desc: You got a Ghast skull and 4 Nether Quartz.
  68. ghast-cmd-run-chance: 0.1
  69. ghast-head-prize: '0'
  70. giant: '5.0'
  71. giant-cmd: mobhunt head give {player} Giant Giant 1 silent|give {player} Iron_ingot
  72. 1
  73. giant-cmd-desc: You got a Giant head and an Iron ingot.
  74. giant-cmd-run-chance: 0.05
  75. giant-head-prize: '0'
  76. Iron-golem: '5:10'
  77. iron-golem-cmd: mobhunt head give {player} Iron_Golem Iron_Golem 1 silent|give {player}
  78. Iron_ingot 4
  79. iron-golem-cmd-desc: You got an Iron Golem skull and 4 Iron ingots.
  80. iron-golem-cmd-run-chance: 0.1
  81. iron-golem-head-prize: '0'
  82. guardian: '5:10'
  83. guardian-cmd: mobhunt head give {player} Guardian Guardian 1 silent|give {player}
  84. Iron_ingot 1
  85. guardian-cmd-desc: You got a Guardian skull and an Iron ingot.
  86. guardian-cmd-run-chance: 0.1
  87. guardian-head-prize: '0'
  88. husk: 1.5:2
  89. husk-cmd: mobhunt head give {player} Husk Husk 1 silent|give {player} Iron_ingot
  90. 1
  91. husk-cmd-desc: You got a Zombie Husk skull and an Iron ingot.
  92. husk-cmd-run-chance: 0.1
  93. husk-head-prize: '0'
  94. killerrabbit: '200'
  95. killerrabbit-cmd: mobhunt head give {player} KillerRabbit KillerRabbit 1 silent|give
  96. {player} Iron_ingot 1
  97. killerrabbit-cmd-desc: You got Killer Rabbit Skull and an Iron ingot.
  98. killerrabbit-cmd-run-chance: 0.25
  99. killerrabbit-head-prize: '0'
  100.  
  101. # This is multiplied by the size of the magma cube. So a big natural magma cube is 4x this value
  102. magma-cube: 1.5:4
  103. magma-cube-cmd: mobhunt head give {player} MAGMA_CUBE MAGMA_CUBE 1 silent|give {player}
  104. Iron_ingot 1
  105. magma-cube-cmd-desc: You got a Magma Cube skull and an Iron ingot.
  106. magma-cube-cmd-run-chance: 0.1
  107. magma-cube-head-prize: '0'
  108. polar-bear: '2:5'
  109. polar-bear-cmd: mobhunt head give {player} Polar_Bear Polar_Bear 1 silent|give {player}
  110. Iron_ingot 1
  111. polar-bear-cmd-desc: You got a Polar Bear skull and an Iron ingot.
  112. polar-bear-cmd-run-chance: 0.25
  113. polar-bear-head-prize: '0'
  114.  
  115. # This is multiplied by the size of the slime. So a big natural slime is 4x this value
  116. slime-base: '1:2'
  117. slime-cmd: mobhunt head give {player} Slime Slime 1 silent|give {player} Iron_ingot
  118. 1
  119. slime-cmd-desc: You got a Slime skull and an Iron ingot.
  120. slime-cmd-run-chance: 0.05
  121. slime-head-prize: '0'
  122. shulker: '5:10'
  123. shulker-cmd: mobhunt head give {player} Shulker Shulker 1 silent|give {player} Iron_ingot
  124. 1
  125. shulker-cmd-desc: You got a Shulker skull and an Iron ingot.
  126. shulker-cmd-run-chance: 0.5
  127. shulker-head-prize: '0'
  128. stray: 1.5:2
  129. stray-cmd: mobhunt head give {player} Stray Stray 1 silent|give {player} Iron_ingot
  130. 1
  131. stray-cmd-desc: You got a Skeleton Stray skull and an Iron ingot.
  132. stray-cmd-run-chance: 0.2
  133. stray-head-prize: '0'
  134. silverfish: 1.5:2
  135. silverfish-cmd: mobhunt head give {player} Silverfish Silverfish 1 silent|give {player}
  136. Iron_ingot 1
  137. silverfish-cmd-desc: You got a Silverfish head and an Iron ingot.
  138. silverfish-cmd-run-chance: 0.2
  139. silverfish-head-prize: '0'
  140. skeleton: '1.5'
  141. skeleton-cmd: mobhunt head give {player} Skeleton Skeleton 1 silent|give {player}
  142. dye 1 4
  143. skeleton-cmd-desc: You got a Skeleton skull and one Lapis Lazuli.
  144. skeleton-cmd-run-chance: 0.05
  145. skeleton-head-prize: '0'
  146. spider: '1.5'
  147. spider-cmd: mobhunt head give {player} Spider Spider 1 silent|give {player} Iron_ingot
  148. 1
  149. spider-cmd-desc: You got a Spider skull and an Iron ingot.
  150. spider-cmd-run-chance: 0.05
  151. spider-head-prize: '0'
  152. zombie: '1.5'
  153. zombie-cmd: mobhunt head give {player} Zombie Zombie 1 silent|give {player} Iron_ingot
  154. 1
  155. zombie-cmd-desc: You got a Zombie skull and an Iron ingot.
  156. zombie-cmd-run-chance: 0.005
  157. zombie-head-prize: '0'
  158. zombie-pigman: 1.5:2
  159. zombie-pigman-cmd: mobhunt head give {player} Zombie_Pigman Zombie_Pigman 1 silent|give
  160. {player} Iron_ingot 1
  161. zombie-pigman-cmd-desc: You got a Zombie Pigman skull and an Iron ingot.
  162. zombie-pigman-cmd-run-chance: 0.1
  163. zombie-pigman-head-prize: '0'
  164. vex: '5:10'
  165. vex-cmd: mobhunt head give {player} Vex Vex 1 silent|give {player} gold_ingot 1
  166. vex-cmd-desc: You got a Vex skull and a Gold ingot.
  167. vex-cmd-run-chance: 0.5
  168. vex-head-prize: '0'
  169. witch: '2:4'
  170. witch-cmd: mobhunt head give {player} Witch Witch 1 silent|give {player} gold_ingot
  171. 1
  172. witch-cmd-desc: You got a Witch skull and a Gold ingot.
  173. witch-cmd-run-chance: 0.05
  174. witch-head-prize: '0'
  175. wither-skeleton: '2:6'
  176. wither-skeleton-cmd: mobhunt head give {player} WitherSkeleton WitherSkeleton 1
  177. silent|give {player} gold_ingot 1
  178. wither-skeleton-cmd-desc: You got a Wither Skeleton skull and a Gold ingot.
  179. wither-skeleton-cmd-run-chance: 0.1
  180. wither-skeleton-head-prize: '0'
  181. parrot: '0.5'
  182. parrot-cmd: mobhunt head give {player} Parrot Parrot 1 silent
  183. parrot-cmd-desc: You got a Parrot skull.
  184. parrot-cmd-run-chance: 0.1
  185. parrot-head-prize: '0'
  186.  
  187. # ########################################################################
  188. # Rewards for killing bosses
  189. # ########################################################################
  190. # Here is where you set the base prize in $ for killing the bosses
  191. boss:
  192. wither: 500.0:750.0
  193. wither-cmd: mobhunt head give {player} Wither Wither 1 silent|give {player} diamond
  194. 10
  195. wither-cmd-desc: You got a Wither skull and 10 Diamonds.
  196. wither-cmd-run-chance: 0.5
  197. wither-head-prize: '0'
  198. enderdragon: 1500.0:2500.0
  199. enderdragon-cmd: mobhunt head give {player} Enderdragon Enderdragon 1 silent|give
  200. {player} diamond 10
  201. enderdragon-cmd-desc: You got an Enderdragon skull and ten Diamonds.
  202. enderdragon-cmd-run-chance: 0.5
  203. enderdragon-head-prize: '0'
  204.  
  205. # ########################################################################
  206. # Rewards for killing villagers
  207. # ########################################################################
  208. # Here is where you set the base prize in $ for killing the villagers
  209. # MobHunting only handle Villagers on profession level, all careers is
  210. # handles as their profession. Info anbout Profession and Caarer:
  211. # http://minecraft.gamepedia.com/Villager#Professions_and_careers
  212. villager:
  213. blacksmith: '0'
  214. blacksmith-cmd: mobhunt head give {player} Blacksmith Blacksmith 1
  215. blacksmith-cmd-desc: You got a Blacksmith skull
  216. blacksmith-cmd-run-chance: 1.0
  217. blacksmith-head-prize: '0'
  218. butcher: '0'
  219. butcher-cmd: mobhunt head give {player} Butcher Butcher 1
  220. butcher-cmd-desc: You got a Butcher skull
  221. butcher-cmd-run-chance: 1.0
  222. butcher-head-prize: '0'
  223. evoker: 1.5:2
  224. evoker-cmd: mobhunt head give {player} Evoker Evoker 1 silent|give {player} Iron_ingot
  225. 1
  226. evoker-cmd-desc: You got a Evoker skull and an Iron ingot.
  227. evoker-cmd-run-chance: 0.5
  228. evoker-head-prize: '0'
  229. farmer: '0'
  230. farmer-cmd: mobhunt head give {player} farmer Farmer 1
  231. farmer-cmd-desc: You got a Farmer skull
  232. farmer-cmd-run-chance: 1.0
  233. farmer-head-prize: '0'
  234. illusioner: '5:15'
  235. illusioner-cmd: mobhunt head give {player} illusioner illusioner 1 silent|give {player}
  236. Iron_ingot 1
  237. illusioner-cmd-desc: You got an Illusioner skull and an Iron ingot.
  238. illusioner-cmd-run-chance: 0.1
  239. illusioner-head-prize: '0'
  240. librarian: '0'
  241. librarian-cmd: mobhunt head give {player} Librarian Librarian 1
  242. librarian-cmd-desc: You got a Librarian skull
  243. librarian-cmd-run-chance: 1.0
  244. librarian-head-prize: '0'
  245. nitwit: '0'
  246. nitwit-cmd: mobhunt head give {player} nitwit Nitwit 1
  247. nitwit-cmd-desc: You got a Nitwit skull
  248. nitwit-cmd-run-chance: 1.0
  249. nitwit-head-prize: '0'
  250. priest: '0'
  251. priest-cmd: mobhunt head give {player} Priest Priest 1
  252. priest-cmd-desc: You got a Priest skull
  253. priest-cmd-run-chance: 1.0
  254. priest-head-prize: '0'
  255.  
  256. # This is the Villager in MC1.7.10
  257. villager: '0'
  258. villager-cmd: mobhunt head give {player} Villager
  259. villager-cmd-desc: You got a Villager skull
  260. villager-cmd-run-chance: 0.3
  261. villager-head-prize: '0'
  262. vindicator: '2:6'
  263. vindicator-cmd: mobhunt head give {player} vindicator Vindicator 1 silent|give {player}
  264. gold_ingot 1
  265. vindicator-cmd-desc: You got a Vindicator skull and a Gold ingot.
  266. vindicator-cmd-run-chance: 0.05
  267. vindicator-head-prize: '0'
  268. zombie-villager: '1.5'
  269. zombie-villager-cmd: mobhunt head give {player} ZombieVillager ZombieVillager 1
  270. silent
  271. zombie-villager-cmd-desc: You got a ZombieVillager skull
  272. zombie-villager-cmd-run-chance: 0.05
  273. zombie-head-prize: '0'
  274.  
  275. # ########################################################################
  276. # Rewards for killing passive mobs
  277. # ########################################################################
  278. # Here is where you set the base prize in $ for killing passive/friendly mobs.
  279. # By default the player does not get a reward for killing friendly mobs.
  280. # If you make the number negative, the reward will be a fine for killing a passive animal.
  281. passive:
  282. bat: '0'
  283. bat-cmd: mobhunt head give {player} Bat Bat 1 silent
  284. bat-cmd-desc: You got a Bat skull
  285. bat-cmd-run-chance: 0.05
  286. bat-head-prize: '0'
  287. chicken: '0'
  288. chicken-cmd: mobhunt head give {player} Chicken Chicken 1 silent
  289. chicken-cmd-desc: You got a Chicken skull
  290. chicken-cmd-run-chance: 0.05
  291. chicken-head-prize: '0'
  292. cow: '0'
  293. cow-cmd: mobhunt head give {player} Cow Cow 1 silent
  294. cow-cmd-desc: You got a Cow skull
  295. cow-cmd-run-chance: 0.05
  296. cow-head-prize: '0'
  297. donkey: '0'
  298. donkey-cmd: mobhunt head give {player} donkey Donkey 1 silent
  299. donkey-cmd-desc: You got a Donkey skull
  300. donkey-cmd-run-chance: 0.05
  301. donkey-head-prize: '0'
  302. horse: '0'
  303. horse-cmd: mobhunt head give {player} Horse Horse 1 silent
  304. horse-cmd-desc: You got a Horse skull
  305. horse-cmd-run-chance: 0.05
  306. horse-head-prize: '0'
  307. llama: '0'
  308. llama-cmd: mobhunt head give {player} llama Llama 1
  309. llama-cmd-desc: You got a Llama skull
  310. llama-cmd-run-chance: 0.05
  311. llama-head-prize: '0'
  312. mule: '0'
  313. mule-cmd: mobhunt head give {player} mule Mule 1 silent
  314. mule-cmd-desc: You got a Mule skull
  315. mule-cmd-run-chance: 0.05
  316. mule-head-prize: '0'
  317. mushroom-cow: '0'
  318. mushroom-cow-cmd: mobhunt head give {player} Mushroom_Cow Mushroom_Cow 1 silent
  319. mushroom-cow-cmd-desc: You got a Mushroom Cow skull
  320. mushroom-cow-cmd-run-chance: 0.05
  321. mushroom-cow-head-prize: '0'
  322. ocelot: '0'
  323. ocelot-cmd: mobhunt head give {player} Ocelot Ocelot 1 silent
  324. ocelot-cmd-desc: You got an Ocelot skull
  325. ocelot-cmd-run-chance: 0.05
  326. ocelot-head-prize: '0'
  327. pig: '0'
  328. pig-cmd: mobhunt head give {player} Pig Pig 1 silent
  329. pig-cmd-desc: You got a Pig skull
  330. pig-cmd-run-chance: 0.05
  331. pig-head-prize: '0'
  332. rabbit: '0'
  333. rabbit-cmd: mobhunt head give {player} Rabbit Rabbit 1 silent
  334. rabbit-cmd-desc: You got a Rabbit skull
  335. rabbit-cmd-run-chance: 0.05
  336. rabbit-head-prize: '0'
  337. sheep: '0'
  338. sheep-cmd: mobhunt head give {player} Sheep Sheep 1 silent
  339. sheep-cmd-desc: You got a Sheep skull
  340. sheep-cmd-run-chance: 0.05
  341. sheep-head-prize: '0'
  342. skeletonhorse: '-10'
  343. skeletonhorse-cmd: mobhunt head give {player} skeletonhorse SkeletonHorse 1 silent
  344. skeletonhorse-cmd-desc: You got a SkeletonHorse skull
  345. skeletonhorse-cmd-run-chance: 0.05
  346. skeletonhorse-head-prize: '0'
  347. snowman: '0'
  348. snowman-cmd: mobhunt head give {player} SnowMan Snowman 1 silent
  349. snowman-cmd-desc: You got a Snowman skull
  350. snowman-cmd-run-chance: 0.05
  351. snowman-head-prize: '0'
  352. squid: '0'
  353. squid-cmd: mobhunt head give {player} Squid Squid 1 silent
  354. squid-cmd-desc: You got a Squid skull
  355. squid-cmd-run-chance: 0.05
  356. squid-head-prize: '0'
  357. wolf: '-5'
  358. wolf-cmd: mobhunt head give {player} Wolf Wolf 1 silent
  359. wolf-cmd-desc: You got a Wolf skull
  360. wolf-cmd-run-chance: 0.05
  361. wolf-head-prize: '0'
  362. zombiehorse: '-10'
  363. zombiehorse-cmd: mobhunt head give {player} zombiehorse ZombieHorse 1 silent
  364. zombiehorse-cmd-desc: You got a ZombieHorse skull
  365. zombiehorse-cmd-run-chance: 0.25
  366. zombiehorse-head-prize: '0'
  367.  
  368. # ########################################################################
  369. # Rewards for fishing
  370. # ########################################################################
  371. # Here is where you set the base prize in $ for catching a fish
  372. fishing:
  373.  
  374. # Set this to true if you want to disable all fishing rewards / features.
  375. disable-fishing-rewards: false
  376. rawfish: '1:2'
  377. rawfish-cmd: mobhunt head give {player} rawfish Raw_Fish 1 silent
  378. rawfish-cmd-desc: You got the head of a Raw Fish
  379. rawfish-cmd-run-chance: 0.05
  380. rawfish-head-prize: '0'
  381. rawsalmon: '1:2'
  382. rawsalmon-cmd: mobhunt head give {player} rawsalmon Raw_Salmon 1 silent
  383. rawsalmon-cmd-desc: You got the head of a Raw Salmon
  384. rawsalmon-cmd-run-chance: 0.05
  385. rawSalmon-head-prize: '0'
  386. clownfish: '4:10'
  387. clownfish-cmd: mobhunt head give {player} clownfish Clowfish 1 silent
  388. clownfish-cmd-desc: You got the head of a Clownfish
  389. clownfish-cmd-run-chance: 0.25
  390. clownfish-head-prize: '0'
  391. pufferfish: '2:6'
  392. pufferfish-cmd: mobhunt head give {player} pufferfish Pufferfish 1 silent
  393. pufferfish-cmd-desc: You got the head of a Pufferfish
  394. pufferfish-cmd-run-chance: 0.2
  395. pufferfish-head-prize: '0'
  396.  
  397. # ########################################################################
  398. # Bonus multipliers
  399. # ########################################################################
  400. # These are bonus multipliers that can modify the base prize.
  401. # REMEMBER: These are not in $ but they are a multiplier.
  402. # Setting to 1 will disable them.
  403. bonus:
  404. sneaky: 1.25
  405. return-to-sender: 1.25
  406. push-off-cliff: 2.0
  407. no-weapon: 2.0
  408.  
  409. # This is the PRO-Sniper bonus. The Sniper bonus is calulated as half of PRO-Sniper bonus.
  410. # If If PRO Sniper (far-shot) is 2, then Sniper will be = 1+((far-shot-1)/2)=1.5
  411. far-shot: 1.5
  412. mounted: 1.25
  413. friendly-fire: 4.0
  414. bonus-mob: 5.0
  415. bonusMob-head-prize: '100'
  416. critical: 1.25
  417.  
  418. # This is the chance (% chance 0-100) that a bonus mob will spawn.
  419. bonus-mob-chance: 0.1
  420.  
  421. # Bonus for killing a Baby mob.
  422. babyMultiplier: 1.15
  423.  
  424. # ########################################################################
  425. # Special / Achievements rewards
  426. # ########################################################################
  427. # Here is where you set the prize in $ for achieving a special kill.
  428. # For each achievment you can run a console command to give the player a reward.
  429. # You can use the following variables {player},{world}, {killerpos},
  430. # {monstertype} and more can be added on request.
  431. # monstertype is the monstername. A valid list can be found in your
  432. # lang file. Ex. if it is mobs.skeleton.name, monstertype will return skeleton
  433. # An example command could be to give the player permission to fly
  434. # for 1 hour or use give command to the player items.
  435. # You can also specify the message send to the player.
  436. # You can run many console commands on each line, each command
  437. # must be separated by |
  438. # Achievements will not be shown in the GUI if there is a reward for killing the mob,
  439. # unless you set show-achievements-without-reward=true.
  440. achievements:
  441.  
  442. # Put the names of the worlds here where you want to disable achievements.
  443. # Players will still get rewards for killings.
  444. disable-achievements-in-worlds:
  445. - worldname
  446.  
  447. # Set this to true if you want to see achievements when you use /mobhunt achievements
  448. # allthough there is no reward for this.
  449. show-achievements-without-reward: false
  450.  
  451. # Achievements
  452. charged-kill: 500.0
  453. charged-kill-cmd: give {player} gold_ingot 1
  454. charged-kill-cmd-desc: ''
  455. creeper-punch: 500.0
  456. creeper-punch-cmd: give {player} gold_ingot 1
  457. creeper-punch-cmd-desc: ''
  458. axe-murderer: 500.0
  459. axe-murderer-cmd: give {player} gold_ingot 1
  460. axe-murderer-cmd-desc: ''
  461. david-and-goliath: 500.0
  462. david-and-goliath-cmd: give {player} diamond_helmet 1
  463. david-and-goliath-cmd-desc: You got 500 and a Diamond Helmet for the kill
  464. recordhungry: 500.0
  465. recordhungry-cmd: give {player} gold_ingot 1
  466. recordhungry-cmd-desc: ''
  467. infighting: 1000.0
  468. infighting-cmd: give {player} gold_ingot 1
  469. infighting-cmd-desc: ''
  470. by-the-book: 500.0
  471. by-the-book-cmd: give {player} gold_ingot 1
  472. by-the-book-cmd-desc: ''
  473. creepercide: 500.0
  474. creepercide-cmd: give {player} gold_ingot 1
  475. creepercide-cmd-desc: ''
  476. hunt-begins: 250.0
  477. hunt-begins-cmd: ''
  478. hunt-begins-cmd-desc: ''
  479. itsmagic: 1000.0
  480. itsmagic-cmd: give {player} gold_ingot 1
  481. itsmagic-cmd-desc: Enjoy you Gold ingot
  482. fancypants: 500.0
  483. fancypants-cmd: give {player} gold_ingot 1
  484. fancypants-cmd-desc: Enjoy you Gold ingot
  485. master-sniper: 1000.0
  486. master-sniper-cmd: give {player} gold_ingot 1
  487. master-sniper-cmd-desc: Enjoy you Gold ingot
  488. justintime: 500.0
  489. justintime-cmd: give {player} gold_ingot 1
  490. justintime-cmd-desc: Enjoy you Gold ingot
  491. fangmaster: 500.0
  492. fangmaster-cmd: give {player} gold_ingot 1
  493. fangmaster-cmd-desc: Enjoy your Gold ingot
  494. hunter1: 500.0
  495. hunter1-cmd: give {player} gold_ingot 5
  496. hunter1-cmd-desc: Enjoy your 5 Gold ingots
  497. hunter2: 1250.0
  498. hunter2-cmd: give {player} gold_ingot 10
  499. hunter2-cmd-desc: Enjoy your 10 Gold ingots
  500. hunter3: 2500.0
  501. hunter3-cmd: give {player} gold_ingot 20
  502. hunter3-cmd-desc: Enjoy your 20 Gold ingots
  503. hunter4: 5000.0
  504. hunter4-cmd: give {player} gold_ingot 25
  505. hunter4-cmd-desc: Enjoy your 25 Gold ingots
  506. hunter5: 10000.0
  507. hunter5-cmd: give {player} gold_ingot 40
  508. hunter5-cmd-desc: Enjoy your 40 Gold ingots
  509. hunter6: 20000.0
  510. hunter6-cmd: give {player} gold_ingot 50
  511. hunter6-cmd-desc: Enjoy your 50 Gold ingots
  512. hunter7: 40000.0
  513. hunter7-cmd: give {player} gold_ingot 60
  514. hunter7-cmd-desc: Enjoy your 60 Gold ingots
  515. hunter8: 80000.0
  516. hunter8-cmd: give {player} gold_ingot 120
  517. hunter8-cmd-desc: Enjoy your 120 Gold ingots
  518.  
  519. # ########################################################################
  520. # Achievement Hunter levels
  521. # ########################################################################
  522. # Here is where you set how many mobs to kill to reach next level per mob.
  523. # You can only set the number of mobs to kill to reach level 1. the next
  524. # levels is automatically calculated this way.
  525. # Level 1: 100 (100 kills)
  526. # Level 2: x 2.5 (250 kills)
  527. # Level 3: x 5 (500 kills)
  528. # Level 4: x 10 (1000 kills)
  529. # Level 5: x 25 (2500 kills)
  530. # Level 6: x 50 (5000 kills)
  531. # Level 7: x 100 (10000 kills)
  532. # Level Achievements can be disabled by setting the number to 0
  533. achievement_levels:
  534. bat_level1: 100
  535. blaze_level1: 80
  536. blacksmith_level1: 100
  537. bonusmob_level1: 20
  538. butcher_level1: 100
  539. cartographer_level1: 100
  540. cave-spider_level1: 100
  541. chicken_level1: 100
  542. clownfish_level1: 100
  543. cow_level1: 100
  544. creeper_level1: 100
  545. donkey_level1: 100
  546. elder_guardian_level1: 50
  547. enderdragon_level1: 20
  548. enderman_level1: 100
  549. endermite_level1: 100
  550. evoker_level1: 50
  551. farmer_level1: 100
  552. ghast_level1: 80
  553. giant_level1: 100
  554. guardian_level1: 100
  555. horse_level1: 100
  556. husk_level1: 100
  557. illusioner_level1: 100
  558. iron-golem_level1: 100
  559. killerrabbit_level1: 100
  560. librarian_level1: 100
  561. llama_level1: 100
  562. magma-cube_level1: 100
  563. mule_level1: 100
  564. mushroom-cow_level1: 100
  565. nitwit_level1: 100
  566. ocelot_level1: 100
  567. parrot_level1: 100
  568. pig_level1: 100
  569. polar_bear_level1: 100
  570. priest_level1: 100
  571. pvpplayer_level1: 100
  572. pufferfish_level1: 100
  573. rabbit_level1: 100
  574. rawfish_level1: 100
  575. rawsalmon_level1: 100
  576. sheep_level1: 100
  577. shulker_level1: 100
  578. silverfish_level1: 100
  579. skeleton_level1: 100
  580. skeletonhorse_level1: 100
  581. slime-base_level1: 100
  582. snowman_level1: 100
  583. spider_level1: 100
  584. squid_level1: 100
  585. stray_level1: 100
  586. vex_level1: 100
  587. villager_level1: 100
  588. vindicator_level1: 100
  589. witch_level1: 80
  590. wither_level1: 20
  591. wither-skeleton_level1: 80
  592. wolf_level1: 100
  593. zombie_level1: 100
  594. zombiehorse_level1: 100
  595. zombie-pigman_level1: 100
  596. zombie_villager_level1: 100
  597.  
  598. # ########################################################################
  599. # Rewards for assisting killings
  600. # ########################################################################
  601. # They players can get an extra reward if they help each other killing mobs.
  602. assists:
  603.  
  604. # Enabling assist allows the second last player to attack a mob to get some money from it
  605. enable: true
  606.  
  607. # This should be a value that is multiplied against the mobs base kill value.
  608. # This is used to determine how much money an assister gets.
  609. multiplier: 0.25
  610.  
  611. # Should killstreak be applied to assists
  612. allow-killstreak: false
  613.  
  614. # Time in seconds after attacking a mob that can be counted as an assist
  615. timeout: 4
  616.  
  617. # ########################################################################
  618. # Grinding detection settings
  619. # ########################################################################
  620. # Here you can change the behavior of the grinding detection.
  621. grinding:
  622.  
  623. # Grinding detection.
  624. # Enabling this prevents a player from earning too much money from using a mob grinder.
  625. # Set 'enable-grinding-detection: false' to disable the grinding detection.
  626. # OBS: You can whitelist an area to allow grinding using '/mobhunt whitelistarea <add|remove>'
  627. # if the area is detected as a grinding area. See also '/mobhunt checkgrinding'
  628. # For each kill MobHunting check the number of kills within the range
  629. # If number of kills exceeds 10, the reward will decrese with 10% until the 'number of deaths'
  630. # is reached, whereafter the reward will be zero.
  631. enable-grinding-detection: false
  632. grinding-detection-range: 15
  633. grinding-detection-number-of-death: 20
  634. disable-natural-item-drops-on-player-grinding: false
  635. disable-natural-xp-drops-on-player-grinding: false
  636. blacklist-player-grinding-spots-as-server-worldwide-spots: false
  637.  
  638. # Killing stacked mobs (created by a mob stacking plugin)
  639. # is by nature detected as grinding and by default allowed. If you want to the the grinding detection to detect
  640. # killings of stacked to be detected as gring, you must set grinding-stacked-mobs-allowed to false.
  641. grinding-stacked-mobs-allowed: true
  642.  
  643. # Detect Grinding Farms.
  644. # When this is true, the plugin will try to detect if the players has build a Mob Grinding Farm.
  645. # Farm detection can be completly disabled or you can whitelist an area using the whitelist
  646. # command if you want the players to harvest mobs from a farm.
  647. detect-farms: false
  648.  
  649. # Nether Gold Farm detection.
  650. # When this is true, the plugin will try to detect if the players has build a Nether Gold Farm.
  651. # There is no guarantie that the plugin can detect all types of Nether Gold farms, but it has
  652. # been testet on this one: https://www.youtube.com/watch?v=jQWG9Q7HoUA
  653. # When searching for grinding the plugin measures how many mobs dies per timeframe within a range.
  654. # Be careful if you change this number there is a risk for false positives.
  655. detect-nether-gold-farms: true
  656.  
  657. # Put the names of the worlds here where you want to disable grinding detection
  658. # You would typically do this in creative worlds.
  659. disable-grinding-detection-in-worlds:
  660. - worldname
  661. seconds-to-search-for-grinding-on-nether-gold-farms: 30
  662. range-to-search-for-grinding-on-nether-gold-farms: 4.0
  663. number-of-deaths-when-searching-for-grinding-on-nether-gold-farms: 5
  664. disable-natural-item-drops-on-nether-gold-farms: false
  665. disable-natural-xp-drops-on-nether-gold-farms: false
  666.  
  667. # Other Farm detection.
  668. # When this is true, the plugin will try to detect if the players has build other Farms
  669. # where different mobs is falling into death. The plugin is still counting mobs which
  670. # dies from falling, with in a range and a time frame.
  671. detect-other-farms: true
  672. seconds-to-search-for-grinding-on-other-farms: 30
  673. range-to-search-for-grinding-on-other-farms: 4.0
  674. number-of-deaths-when-searching-for-grinding-on-other-farms: 10
  675. disable-natural-item-drops-on-other-farms: false
  676. disable-natural-xp-drops-on-other-farms: false
  677.  
  678. # ########################################################################
  679. # Penalty multipliers
  680. # ########################################################################
  681. # These are penalty multipliers that can modify the base prize.
  682. # REMEMBER: These are not in $ but they are a multiplier.
  683. # Setting to 1 will disable them.
  684. penalty:
  685.  
  686. # If a player flies at any point in a fight, this penalty will be applied
  687. flyingPenalty: 1.0
  688.  
  689. # This is the penalty if the player gets killed by a mob.
  690. # Set mob-rob-from-player=10 to let the mob steal 10 dollars
  691. # or 10% to let the mob steal 10% of the players balance.
  692. # Set mob-rob-from-player=0 to disable this
  693. mob-rob-from-player: '0'
  694.  
  695. # ########################################################################
  696. # Reward for kills in a row
  697. # ########################################################################
  698. # Set the multiplier when the player kills 1,2,3,4 mob in a row without getting damage.
  699. # Killstreak will be disabled if you set the multiplier: 1.0
  700. killstreak:
  701. level1: 5
  702. level1-multiplier: 1.25
  703. level2: 10
  704. level2-multiplier: 2.0
  705. level3: 20
  706. level3-multiplier: 3.0
  707. level4: 40
  708. level4-multiplier: 4.0
  709.  
  710. # ########################################################################
  711. # Rank multipliers and world difficulty multipliers
  712. # ########################################################################
  713. # You can add multipliers for players with different ranks/groups. To do this
  714. # you must set give the user/group permissions with a format like this:
  715. # mobhunting.multiplier.guest
  716. # mobhunting.multiplier.guardian
  717. # mobhunting.multiplier.staff
  718. # mobhunting.multiplier.hasVoted
  719. # mobhunting.multiplier.donator
  720. # mobhunting.multiplier.op <---- Notice 'op' is reserved for OP'ed players!
  721. # OP'ed players will only get the OP multiplier
  722. # you can make your own permission nodes. You just need to keep the format
  723. # mobhunting.multiplier.name 'value' in your permissions file and the format below in this file.
  724. multiplier:
  725.  
  726. # Ranks
  727. rank-multiplier:
  728. mobhunting:
  729. multiplier:
  730. donator: '3'
  731. staff: '1.05'
  732. hasVoted: '2'
  733. guest: '0.9'
  734. guardian: '1.02'
  735.  
  736. # This is the reward multiplier for the WorldDifficulty. Note that extrahard is
  737. # used for worlds where the plugin ExtraHardMode is enabled.
  738. world-difficulty-multiplier:
  739. difficulty:
  740. multiplier:
  741. peaceful: '0.5'
  742. hard: '2'
  743. normal: '1'
  744. easy: '0.75'
  745. extrahard: '2.5'
  746.  
  747. # ########################################################################
  748. # Pvp rewards
  749. # ########################################################################
  750. # Pvp configuration. Set pvp-allowed = true if you want give the players a reward when they kill eachother.
  751. # You can alsp run a console command when this happens to give the player a reward or punish him.
  752. # You can you the following variables {player},{world},{killed_player}.
  753. # An example could be to give the player permission to fly
  754. # for 1 hour or use give command to the player items.
  755. # You can also specify the message send to the player.
  756. # You can run many console commands on each line, each command
  757. # must be separated by |
  758. pvp:
  759.  
  760. # Set pvpAllowed=false to disable rewards on killing other players.
  761. pvp-allowed: true
  762.  
  763. # Set rob-from-victim=true to steal from the victim or
  764. # rob-from-victim=false to get the reward money from the server.
  765. rob-from-victim: false
  766.  
  767. # The kill prize can be a number to steal x dollars from the killed player,
  768. # or it can be a cut in percent of his balance. Rob from victiom is about where the money comes from.
  769. # If FALSE the money comes from from the server, if TRUE the money comes from the dead player.
  770. # If you dont want the player to get any money for PVP kills, you MUST set pvp-kill-prize: 0
  771. pvp-kill-prize: '5'
  772.  
  773. # One or more console commands to be run when a player kills another player.
  774. pvp-kill-cmd: mobhunt head give {player} {killed_player} {killed_player} 1 silent
  775.  
  776. # Write the message to the killer, describing the reward / console commands
  777. pvp-kill-cmd-desc: You got {killed_player}'s skull
  778.  
  779. # This is the chance for running the command. 1 = 100% (each time the player is killed), 0.5 ~ 50% and 0.001 = 0.1% (very rare)
  780. pvp-kill-cmd-run-chance: 0.25
  781.  
  782. # The Head price if you want playerheads to have a value like the bag of gold.
  783. pvp-head-prize: '10'
  784.  
  785. # ########################################################################
  786. # Disguises rewards
  787. # ########################################################################
  788. # Here is where can define the actions when a player is under disguise (attacker)
  789. # or when the attacked (victim)
  790. disguises:
  791.  
  792. # Disable integration with iDisguise
  793. disable-integration-i-disguise: false
  794.  
  795. # Disable integration with DisguiseCcraft
  796. disable-integration-disguisecraft: false
  797.  
  798. # Disable integration with LibsDisguises
  799. disable-integration-libsdisguises: false
  800.  
  801. # Set pvpAllowed=false to disable rewards on killing other players.
  802. remove-disguise-when-attacking: true
  803.  
  804. # Set pvpAllowed=false to disable rewards on killing other players.
  805. remove-disguise-when-attacked: true
  806.  
  807. # Bonus multiplier for killing while disgused.
  808. # Can be both positive an negative = reward or penalty
  809. # and over and under 1 = raise or lower the reward.
  810. undercover-multiplier: 0.95
  811.  
  812. # Bonus multiplier for killing a disgused player.
  813. # Can be both positive an negative = reward or penalty
  814. # and over and under 1 = raise or lower the reward.
  815. cover-blown-multiplier: 1.2
  816.  
  817. # ########################################################################
  818. # NPC / Citizens / MasterMobHunter settings.
  819. # ########################################################################
  820. npc:
  821.  
  822. # Disable integration with Citizens2
  823. disable-integration-citizens: false
  824.  
  825. # Set the number of seconds between each check. Recommended setting is
  826. # masterMobHunter_check_every: 300 ~ to update all MasterMobHunters every 5th minute.
  827. # Be careful not to lower this number too much. It can cause lag and server crashes
  828. # because of database lockings.
  829. masterMobHunter_check_every: 300
  830.  
  831. # ########################################################################
  832. # Bounty settings
  833. # ########################################################################
  834. # Here you can change the behavior of the Bounty Command or you can disable
  835. # the command completely.
  836. bounties:
  837.  
  838. # Set to true if you want to disable players to be able to put bounties on each other.
  839. disable-player-bounties: false
  840.  
  841. # Here you set how much of a bound the bounty owner get back if
  842. # he drop the bounty on another player
  843. bounty-return-pct: 50
  844.  
  845. # Here you set the number of days the Bounty is collectable.
  846. # After the number of days the Bounty will be removed automatically
  847. bounty_duration: 5
  848.  
  849. # Set enable_random_bounty=false to disable random bounties
  850. enable_random_bounty: false
  851.  
  852. # Time between Random Bounty is created in minutes
  853. time_between_random_bounties: 60
  854.  
  855. # Minimum number of players before the server starts to make random bounties
  856. minimum_number_of_online_players: 5
  857.  
  858. # Chance that a bounty is created on a player after the minimum time. Must be a number between 0 and 1. (0 = never, 0.5 = 50% 1 = always)
  859. chance_to_create_a_random_bounty: 0.5
  860.  
  861. # Random Bounty. Can be a number 100 or a range 100:200
  862. random_bounty_prize: 50:100
  863.  
  864. # ########################################################################
  865. # Stacked mobs settings
  866. # ########################################################################
  867. # Here you can change the behavior of stacked mobs integration, or you can disable
  868. # integration completely.
  869. stackedmobs:
  870.  
  871. # Disable integration with MobStacker.
  872. # https://www.spigotmc.org/resources/mobstacker.15596/
  873. disable-integration-mobstacker: true
  874.  
  875. # Disable integration with StackMob.
  876. # https://www.spigotmc.org/resources/stackmob.29999/
  877. disable-integration-stackmob: true
  878.  
  879. # Set to true if you want stacked mobs to pay a reward.
  880. get-reward-from-stacked-mobs: true
  881.  
  882. # ########################################################################
  883. # CustomMob settings
  884. # ########################################################################
  885. # Here you can change the behavior of CustomMobs Integration, or you can disable
  886. # integration completely.
  887. # https://www.spigotmc.org/resources/custommobs.7339/
  888. custommobs:
  889.  
  890. # Disable integration with CustomMobs
  891. # https://dev.bukkit.org/bukkit-plugins/custom-mobs/
  892. disable-integration-custommobs: false
  893.  
  894. # Can the players earn money on mobs spawned from CustomMobs Spawners and eggs?
  895. allow_custom_mobspawners_and_eggs: false
  896.  
  897. # ########################################################################
  898. # InfernalMobs settings
  899. # ########################################################################
  900. # Here you can change the behavior of InfernalMobs Integration, or you can disable
  901. # integration completely.
  902. # https://www.spigotmc.org/resources/infernal-mobs.2156/
  903. infernalmobs:
  904.  
  905. # Disable integration with InfernalMobs
  906. disable-integration-infernalmobs: false
  907.  
  908. # For InfernalMobs mob prize is calculated by the minecraft reward x multiplier_per_level^Infernal_Level
  909. # Ex.If multiplier=1.2 and level is 3 normal reward will be multiplied with 1.2*1.2*1.2=1,728
  910. multiplier_per_level: 1.25
  911.  
  912. # ########################################################################
  913. # Conquestia Mobs settings
  914. # ########################################################################
  915. # Here you can change the behavior of ConquestiaMobs Integration, or you can disable
  916. # integration completely.
  917. # https://www.spigotmc.org/resources/conquesita-mobs.21307/
  918. conquestiamobs:
  919.  
  920. # Disable integration with ConquestiaMobs
  921. # https://www.spigotmc.org/resources/conquesita-mobs.21307/
  922. disable-integration-conquestiamobs: true
  923.  
  924. # This is the multiplier per level mutiplied with the basic reward.
  925. # Becareful not to ruin the server economy by making the multiplier to big.
  926. # Example: If the reward is 10 and the multiplier is 1.05, the calculated
  927. # reward is:
  928. # Level 1: reward=10
  929. # Level 2: reward=10*1.05=10.5
  930. # Level 3: reward=10*1.05*1.05=11.03
  931. # Level 4: reward=10*1.05*1.05*1.05=11.58
  932. # Level 5: reward=10*1.05*1.05*1.05*1.05=12.16
  933. # Level 6: reward=10*1.05*1.05*1.05*1.05*1.05=12.76
  934. # Level 7: reward=10*1.05*1.05*1.05*1.05*1.05*1.05=13.40
  935. # Level 8: reward=10*1.05*1.05*1.05*1.05*1.05*1.05*1.05=14.07
  936. # Level 9: reward=10*1.05*1.05*1.05*1.05*1.05*1.05*1.05*1.05=14.77
  937. # Level 10: reward=10*1.05*1.05*1.05*.....=15.51
  938. # Level 20: reward=10*1.05*1.05*1.05*.....=25..27
  939. # Level 30: reward=10*1.05*1.05*1.05*.....=41.61
  940. # Level 40: reward=10*1.05*1.05*1.05*.....=67.05
  941. # Level 50: reward=10*1.05*1.05*1.05*.....=109.21
  942. # Level 100: reward=10*1.05*1.05*1.05*.....=1252.39
  943. multiplier_per_level: 1.05
  944.  
  945. # ########################################################################
  946. # Factions settings
  947. # ########################################################################
  948. # Here you can change the behavior of the Factions integration, or you can disable
  949. # integration completely.
  950. # https://www.spigotmc.org/resources/factions.1900/
  951. factions:
  952.  
  953. # Disable integration with Factions.
  954. # https://www.massivecraft.com/
  955. disable-integration-factions: false
  956.  
  957. # This is the bonus when a player kills a mob or a player in a Factions WarZone.
  958. factions_warzone_multiplier: 1.1
  959.  
  960. # ########################################################################
  961. # Towny settings
  962. # ########################################################################
  963. # Here you can change the behavior of the Towny integration, or you can disable
  964. # integration completely.
  965. # http://towny.palmergames.com/
  966. towny:
  967.  
  968. # Disable integration with Towny.
  969. # http://towny.palmergames.com/
  970. disable-integration-towny: false
  971.  
  972. # Disable rewards when the player is in his hometown.
  973. # http://towny.palmergames.com/
  974. disable-rewards-in-home-town: true
  975.  
  976. # Disable naturally drops and xp drops when the player kill mobs in his home town.
  977. disable-naturally-drops-and-xp-in-home-town: false
  978.  
  979. # ########################################################################
  980. # Towny settings
  981. # ########################################################################
  982. # Here you can change the behavior of the Residence integration, or you can disable
  983. # integration completely.
  984. # https://www.spigotmc.org/resources/residence-1-7-10-up-to-1-11.11480/
  985. residence:
  986.  
  987. # Disable integration with Residence.
  988. # http://towny.palmergames.com/
  989. disable-integration-residence: false
  990.  
  991. # Disable rewards when the player is protected against damage.
  992. # http://towny.palmergames.com/
  993. disable-rewards-in-home-town: true
  994.  
  995. # Disable naturally drops and xp drops when the player kill mobs in his home town.
  996. disable-naturally-drops-and-xp-in-protected-residence: false
  997.  
  998. # ########################################################################
  999. # DropMoneyOnGround Settings
  1000. # ########################################################################
  1001. dropmoneyonground:
  1002.  
  1003. # When a player get a money reward for a kill, the money will go directly
  1004. # into his pocket. If you set dropMoneyOnGround=true the reward will
  1005. # dropped on ground to be picked up by the player.
  1006. # Negative rewards will always be taken from the player.
  1007. drop-money-on-ground: false
  1008.  
  1009. # Here you can set the type of the ITEM to be dropped.
  1010. # You can choose between "ITEM","KILLED","SKULL","KILLER". The default is ITEM.
  1011. # The value will be showed above the item.
  1012. # ITEM: The reward is dropped as a normal Minecraft item.
  1013. # KILLED: The reward is dropped as the head of the mob/player you killed.
  1014. # SKULL: The reward is dropped as a SKULL with a custom texture. You can generate custom texture value
  1015. # and custom texture signature at http://mineskin.org
  1016. # KILLER: The reward is dropped as the killers head.
  1017. #
  1018. # OBS: If the Gringotts plugin is installed and support not disabled, the droped item will be the Gringotts chosen item.
  1019. # Examples:
  1020. #
  1021. # Bag of gold: (https://mineskin.org/6875)
  1022. #
  1023. # drop-money-on-ground-skull-reward-name: 'Bag of gold'
  1024. # drop-money-on-ground-skull-texture-value: 'eyJ0aW1lc3RhbXAiOjE0ODU5MTIwNjk3OTgsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5NmNlMTNmZjYxNTVmZGYzMjM1ZDhkMjIxNzRjNWRlNGJmNTUxMmYxYWRlZGExYWZhM2ZjMjgxODBmM2Y3In19fQ=='
  1025. # drop-money-on-ground-skull-texture-signature: 'm8u2ChI43ySVica7pcY0CsCuMCGgAdN7c9f/ZOxDZsPzJY8eiDrwxLIh6oPY1rvE1ja/rmftPSmdnbeHYrzLQ18QBzehFp8ZVegPsd9iNHc4FuD7nr1is2FD8M8AWAZOViiwlUKnfd8avb3SKfvFmhmVhQtE+atJYQrXhJwiqR4S+KTccA6pjIESM3AWlbCOmykg31ey7MQWB4YgtRp8NyFD3HNTLZ8alcEXBuG3t58wYBEME1UaOFah45tHuV1FW+iGBHHFWLu1UsAbg0Uw87Pp+KSTUGrhdwSc/55czILulI8IUnUfxmkaThRjd7g6VpH/w+9jLvm+7tOwfMQZlXp9104t9XMVnTAchzQr6mB3U6drCsGnuZycQzEgretQsUh3hweN7Jzz5knl6qc1n3Sn8t1yOvaIQLWG1f3l6irPdl28bwEd4Z7VDrGqYgXsd2GsOK/gCQ7rChNqbJ2p+jCja3F3ZohfmTYOU8W7DJ8Ne+xaofSuPnWODnZN9x+Y+3RE3nzH9tzP+NBMsV3YQXpvUD7Pepg7ScO+k9Fj3/F+KfBje0k6xfl+75s7kR3pNWQI5EVrO6iuky6dMuFPUBfNfq33fZV6Tqr/7o24aKpfA4WwJf91G9mC18z8NCgFR6iK4cPGmkTMvNtxUQ3MoB0LCOkRcbP0i7qxHupt8xE='
  1026. #
  1027. # Bag of gold (alternative): (https://mineskin.org/3384)
  1028. #
  1029. # drop-money-on-ground-skull-reward-name: 'Bag of gold'
  1030. # drop-money-on-ground-skull-texture-value: 'eyJ0aW1lc3RhbXAiOjE0NzQzMzI0MzY1MDYsInByb2ZpbGVJZCI6IjNlMjZiMDk3MWFjZDRjNmQ5MzVjNmFkYjE1YjYyMDNhIiwicHJvZmlsZU5hbWUiOiJOYWhlbGUiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg2NzczZDc0Y2Y1MDhmZDc3Yzc4MmZmZDI5ZGYyZmU0N2ZiNzE0YjViMGQ3ZGU2N2Q1Mjg2OTMxZTJmMWRmMiJ9fX0='
  1031. # drop-money-on-ground-skull-texture-signature: 'JdvJksowuxYQ0eqf56J+Dmczg7zvlw2DbIc58Q33kRt65uMUNn2iRCQsbNpztC1cAAgyYMOyFDiOUZQeIK03CSRoPLDtWp2u501YoGKqhjgrE0V0UDh3JetWKz4Ob0KmATtY+4R2vSoMjHFEFppM0Oq+8ZER12FAiVEMAzeseFN3Z9fWAMc/V10LoquGBpq6ExTfSCEEMDEGZopF1T8ZBKL0vf4DVendfz4v3yl7bRBzISZEAnF+ECTa9z36r8HRqS8+s0eO/AWYQcRaKIu9H+wSK5F/1v+rgifeSlMAnt1Na8m1b5tMfNuq6pXxWCq4nUGgYVTOLUinqs9ZcFz3Z6Mtx5YtymKk2M0mzxmTm9+AeOL4s3K/UrJYQlcmLBJSv4hd6EigJXoashzWNCHKmFDYCdEhh4FArq4G9vRZtoudcTeMsvi0VmXIgER8U5iSfoTtzXcGbf/GT0ECtgfeA40f5oCqyE4nXreudMmvlDCBr/KHbILQWeeH/jhtYqQ6OwJb3Ji2Bs9F5fQmICSqk7X4yKzexf8rdDhOG1z+/TCot7K8unPVuQx46sXPeP7t2hCiHOXMAnOMt8vuL3gQUURIEM6fMryjmlKsgvk8Jo0gawavRCIZQtA6vT0JRRnSAchzEOA7QP1iiVV3LnwX9Yqw7oMJ/+REV1hWesuzDOc='
  1032. #
  1033. # Chest: (https://mineskin.org/3136)
  1034. #
  1035. # drop-money-on-ground-skull-reward-name: 'Treasure chest'
  1036. # drop-money-on-ground-skull-texture-value: 'eyJ0aW1lc3RhbXAiOjE0NzI4Mzk3Nzk2ODMsInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJJbnZlbnRpdmVHYW1lcyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY5NDcxMjQ1YmNhN2M0ZmUwNjQ0MGQ5YjRiOWY3NDIxN2VkNzM0M2FhZDU5YTc5MThiMWExZDYxZDhiYTZkYSJ9fX0='
  1037. # drop-money-on-ground-skull-texture-signature: 'lVA2QIbvybpzhcXof5yWz/7nkHdhG/3MGO+1DyD1txdRCALV6BRwsDUBwIUg06MkLUpBkjmiOvFcCRgal/jDE/xkkJPyk2tb/w4NtQ5PiPiAe0oInVnuiSIVFIE4tnsCdvX0joll3uKwVu6XY3t1KEsqJATcPhA5hslVn1iOp/IfMziIfuCzzob04rScpwcw0mLNtbtbMVAl6LYR9gXVuOkAfXujuYq4lbI/iW0yuLxSAzr8i9QWBP2ftup4qQHwocQRTdUE6/G5G9LwJWXhhnqKWjgjfvL0y2FRFJkgN1cvuq7DvUDBVsePnRIHwU5YvBPMjcZe/KE8VPTSodsN84/+++5p95Puxe1DXMX822xR71IQsxM7eax7Ffrr/Tzxw2rSDh9ivGGlRAB85OHwp/ouUgWNSrT8inNMYImque9EuZku9p3OFet8iZsFhkMXANeNtTVL7LKV7/L/0YWwoeyBnw5QQqvGyWKw3dac5eDkRNCyCtdDIntM5vsd8FxnIFj36zxLWgmrJmOM9hg5PBM4gcDxxryBcug8jSe+W9XDU39OOJotXajj8dgSL8yUn+d7l4Qvat/vJbAE8lonMl7P0P9QBPzmcIUvlRMuHSpRZQYkoCbwc2Filahd/5INtm7I4Y28XYzzupdwLk3cavKfOloL5YrWNqaZr/+9Tbk='
  1038. #
  1039. # Birthday present: (https://mineskin.org/4743)
  1040. #
  1041. # drop-money-on-ground-skull-reward-name: 'Birthday present'
  1042. # drop-money-on-ground-skull-texture-value: 'eyJ0aW1lc3RhbXAiOjE0Nzk5MzEzNDMxMjgsInByb2ZpbGVJZCI6IjNlMjZiMDk3MWFjZDRjNmQ5MzVjNmFkYjE1YjYyMDNhIiwicHJvZmlsZU5hbWUiOiJOYWhlbGUiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NmNDRkZjIzMjBiNzYzMTI0N2FhZGY1OWMwZWNlOTdhNGJiNTdkZjI4YzFjZWU3OTM0ZjZhZTI4YWY4OTg5In19fQ=='
  1043. # drop-money-on-ground-skull-texture-signature: 'k1xQ6E1NuxG1ZN7nlQqRJltYrJn44XHVhNA9pSEu2Pt2mkuixMxhIDj2Tg6o+JWlTyGfXtPVWLxygeGymmeSGaVcmDTaCALg7PL11ZfSzSWSxaIufNbj1EcSi264jg5FrAa/2/DnFsgu16wjlWiIGtjCzgx2QabY8YofoPKw6Y6Y5FHZJVXpT8Rsxs8ok6ZHtfm/ZyyTgvRSzh2mKmVyQIYJ1ZKxuqWhDQfbtBpu3dlEzMAEJo85Dvb7uIFYa7WFitjFJue/c9qpqAnazWFLrx33nYpjjeYhcfAvsaNQW3JVFEkyxzEgzOHbdsbiZcqTCwO+49whu175xOqT7XhouEubDT7A3H1jiSvQvkUZJv/GzUF4qFYHSfxhr6OWoBrRGwWmPdcrYx7fUWKo43CAqa5inaiTV4gU70BWrx5i3LhIJxpnspAyTXs8tZBxeoh8IizWD7uXkYYqh3j9cwuHoxfwZuMpOx9CPTC6R/YwJ1YK5OgJBY1+QhNw+NOilWT3jTok82elFvOLm3a5yLyVs+/UPmLD7rZsFm7/DD3VnRcpgjKRiyy2j9vYsYLyNE2BVLVJxBVk2yyy9u7L4VR6PO+8v2dh9DQl7vM2ORCxKPl2lt6woHWM2+eT1PXr16LtMtAOGYT8mlKFhp8Ou2+9fu4AqWkX7n3swU6XLiK5cJs='
  1044. #
  1045. # Choose between "ITEM","KILLED","SKULL","KILLER"
  1046. drop-money-on-ground-itemtype: ITEM
  1047.  
  1048. # Use the reward as a currency (bag of gold) which can be sold, bought, stored in a
  1049. # protected chest or a protected area (a Bank?). Check the command /mh money sell.
  1050. # If false the bag of gold will be picked up as money, if true the bag of gold
  1051. # will be picked up as an item. OBS: If you want to use the bags as an Economy
  1052. # replacing Essentials/CraftConomy/... and more, then you have to install the
  1053. # BagOfGold plugin as well. (https://dev.bukkit.org/projects/bagofgold)
  1054. drop-money-use-item-as-currency: true
  1055.  
  1056. # Here you can change the command /mh money ... to /mh <alias> ...
  1057. # Example: gold,bag,silver,coin,????
  1058. drop-money-command-alias: money
  1059.  
  1060. # Here you can set which item should be used when you have chosen drop-money-on-ground-itemtype: ITEM.
  1061. # Use Minecraft Item names like:
  1062. # GOLD_NUGGET, DIAMOND, GOLD_INGOT, EMERALD, GOLDEN_APPLE
  1063. drop-money-on-ground-item: GOLD_INGOT
  1064.  
  1065. # Here you can set of the color of the number above the dropped item.
  1066. # Use color names like WHITE, RED, BLUE, GOLD
  1067. drop-money-on-ground-text-color: WHITE
  1068.  
  1069. # This is the name of the reward
  1070. drop-money-on-ground-skull-reward-name: Bag of gold
  1071.  
  1072. # This is the name of the reward in plural
  1073. drop-money-on-ground-skull-reward-name-plural: Bag of gold
  1074.  
  1075. # This is the Custom Texture Value generated at http://mineskin.org
  1076. drop-money-on-ground-skull-texture-value: eyJ0aW1lc3RhbXAiOjE0ODU5MTIwNjk3OTgsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5NmNlMTNmZjYxNTVmZGYzMjM1ZDhkMjIxNzRjNWRlNGJmNTUxMmYxYWRlZGExYWZhM2ZjMjgxODBmM2Y3In19fQ==
  1077.  
  1078. # This is the Custom Texture Signature generated at http://mineskin.org
  1079. drop-money-on-ground-skull-texture-signature: m8u2ChI43ySVica7pcY0CsCuMCGgAdN7c9f/ZOxDZsPzJY8eiDrwxLIh6oPY1rvE1ja/rmftPSmdnbeHYrzLQ18QBzehFp8ZVegPsd9iNHc4FuD7nr1is2FD8M8AWAZOViiwlUKnfd8avb3SKfvFmhmVhQtE+atJYQrXhJwiqR4S+KTccA6pjIESM3AWlbCOmykg31ey7MQWB4YgtRp8NyFD3HNTLZ8alcEXBuG3t58wYBEME1UaOFah45tHuV1FW+iGBHHFWLu1UsAbg0Uw87Pp+KSTUGrhdwSc/55czILulI8IUnUfxmkaThRjd7g6VpH/w+9jLvm+7tOwfMQZlXp9104t9XMVnTAchzQr6mB3U6drCsGnuZycQzEgretQsUh3hweN7Jzz5knl6qc1n3Sn8t1yOvaIQLWG1f3l6irPdl28bwEd4Z7VDrGqYgXsd2GsOK/gCQ7rChNqbJ2p+jCja3F3ZohfmTYOU8W7DJ8Ne+xaofSuPnWODnZN9x+Y+3RE3nzH9tzP+NBMsV3YQXpvUD7Pepg7ScO+k9Fj3/F+KfBje0k6xfl+75s7kR3pNWQI5EVrO6iuky6dMuFPUBfNfq33fZV6Tqr/7o24aKpfA4WwJf91G9mC18z8NCgFR6iK4cPGmkTMvNtxUQ3MoB0LCOkRcbP0i7qxHupt8xE=
  1080.  
  1081. # Dark room mobspawners usually collect items in a HOPPER. This is allowed by default.
  1082. # If you want to deny HOPPERS to collect MobHunting Money rewards
  1083. # set "deny-hoppers-to-pickup-money-on-ground"=false
  1084. deny-hoppers-to-pickup-money-on-ground: true
  1085.  
  1086. # ########################################################################
  1087. # Integration to McMMO
  1088. # ########################################################################
  1089. # This section only relevant if you use McMMO.
  1090. # Here you configure if the player will get McMMO Levels for MobHunting kills and
  1091. # and the chance to get the xp.
  1092. mcmmo:
  1093.  
  1094. # Here you can disable the integration with McMMO.
  1095. # https://www.spigotmc.org/resources/mcmmo.2445/
  1096. disable-integration-mcmmo: false
  1097.  
  1098. # Set 'enable-mcmmo-level-rewards: true' to let the players get Level as a MobHunting reward.
  1099. enable-mcmmo-level-rewards: true
  1100. bat-mcmmo-skillreward-amount: '1'
  1101. bat-mcmmo-skillreward-chance: 0.025
  1102. blacksmith-mcmmo-skillreward-amount: '1'
  1103. blacksmith-mcmmo-skillreward-chance: 0.025
  1104. blaze-mcmmo-skillreward-amount: '1'
  1105. blaze-mcmmo-skillreward-chance: 0.05
  1106. bonusmob-mcmmo-skillreward-amount: '1'
  1107. bonusmob-mcmmo-skillreward-chance: 0.05
  1108. butcher-mcmmo-skillreward-amount: '1'
  1109. butcher-mcmmo-skillreward-chance: 0.025
  1110. cartographer-mcmmo-skillreward-amount: '1'
  1111. cartographer-mcmmo-skillreward-chance: 0.025
  1112. cave-spider-mcmmo-skillreward-amount: '1'
  1113. cave-spider-mcmmo-skillreward-chance: 0.04
  1114. chicken-mcmmo-skillreward-amount: '1'
  1115. chicken-mcmmo-skillreward-chance: 0.025
  1116. clownfish-mcmmo-skillreward-amount: '1'
  1117. clownfish-mcmmo-skillreward-chance: 0.075
  1118. cow-mcmmo-skillreward-amount: '1'
  1119. cow-mcmmo-skillreward-chance: 0.025
  1120. creeper-mcmmo-skillreward-amount: '1'
  1121. creeper-mcmmo-skillreward-chance: 0.04
  1122. donkey-mcmmo-skillreward-amount: '1'
  1123. donkey-mcmmo-skillreward-chance: 0.025
  1124. elder_guardian-mcmmo-skillreward-amount: '1:2'
  1125. elder_guardian-mcmmo-skillreward-chance: 0.1
  1126. enderdragon-mcmmo-skillreward-amount: '5'
  1127. enderdragon-mcmmo-skillreward-chance: 0.33
  1128. enderman-mcmmo-skillreward-amount: '1'
  1129. enderman-mcmmo-skillreward-chance: 0.04
  1130. endermite-mcmmo-skillreward-amount: '1:2'
  1131. endermite-mcmmo-skillreward-chance: 0.2
  1132. evoker-mcmmo-skillreward-amount: '1'
  1133. evoker-mcmmo-skillreward-chance: 0.05
  1134. farmer-mcmmo-skillreward-amount: '1'
  1135. farmer-mcmmo-skillreward-chance: 0.025
  1136. ghast-mcmmo-skillreward-amount: '1'
  1137. ghast-mcmmo-skillreward-chance: 0.05
  1138. giant-mcmmo-skillreward-amount: '1:2'
  1139. giant-mcmmo-skillreward-chance: 0.1
  1140. guardian-mcmmo-skillreward-amount: '1'
  1141. guardian-mcmmo-skillreward-chance: 0.05
  1142. horse-mcmmo-skillreward-amount: '1'
  1143. horse-mcmmo-skillreward-chance: 0.025
  1144. husk-mcmmo-skillreward-amount: '1'
  1145. husk-mcmmo-skillreward-chance: 0.04
  1146. illusioner-mcmmo-skillreward-amount: '1'
  1147. illusioner-mcmmo-skillreward-chance: 0.05
  1148. iron-golem-mcmmo-skillreward-amount: '1'
  1149. iron-golem-mcmmo-skillreward-chance: 0.05
  1150. killerrabbit-mcmmo-skillreward-amount: '5'
  1151. killerrabbit-mcmmo-skillreward-chance: 1.0
  1152. llama-mcmmo-skillreward-amount: '1'
  1153. llama-mcmmo-skillreward-chance: 0.025
  1154. librarian-mcmmo-skillreward-amount: '1'
  1155. librarian-mcmmo-skillreward-chance: 0.025
  1156. magma-cube-mcmmo-skillreward-amount: '1'
  1157. magma-cube-mcmmo-skillreward-chance: 0.04
  1158. mule-mcmmo-skillreward-amount: '1'
  1159. mule-mcmmo-skillreward-chance: 0.025
  1160. mushroom-cow-mcmmo-skillreward-amount: '1'
  1161. mushroom-cow-mcmmo-skillreward-chance: 0.025
  1162. nitwit-mcmmo-skillreward-amount: '1'
  1163. nitwit-mcmmo-skillreward-chance: 0.025
  1164. ocelot-mcmmo-skillreward-amount: '1'
  1165. ocelot-mcmmo-skillreward-chance: 0.025
  1166. parrot-mcmmo-skillreward-amount: '1'
  1167. parrot-mcmmo-skillreward-chance: 0.025
  1168. pig-mcmmo-skillreward-amount: '1'
  1169. pig-mcmmo-skillreward-chance: 0.025
  1170. polar_bear-mcmmo-skillreward-amount: '1'
  1171. polar_bear-mcmmo-skillreward-chance: 0.05
  1172. priest-mcmmo-skillreward-amount: '1'
  1173. priest-mcmmo-skillreward-chance: 0.025
  1174. pufferfish-mcmmo-skillreward-amount: '1'
  1175. pufferfish-mcmmo-skillreward-chance: 0.06
  1176. pvpplayer-mcmmo-skillreward-amount: '1'
  1177. pvpplayer-mcmmo-skillreward-chance: 0.025
  1178. rabbit-mcmmo-skillreward-amount: '1'
  1179. rabbit-mcmmo-skillreward-chance: 0.025
  1180. rawfish-mcmmo-skillreward-amount: '1'
  1181. rawfish-mcmmo-skillreward-chance: 0.05
  1182. rawsalmon-mcmmo-skillreward-amount: '1'
  1183. rawsalmon-mcmmo-skillreward-chance: 0.06
  1184. sheep-mcmmo-skillreward-amount: '1'
  1185. sheep-mcmmo-skillreward-chance: 0.025
  1186. shulker-mcmmo-skillreward-amount: '1'
  1187. shulker-mcmmo-skillreward-chance: 0.05
  1188. silverfish-mcmmo-skillreward-amount: '1'
  1189. silverfish-mcmmo-skillreward-chance: 0.04
  1190. skeleton-mcmmo-skillreward-amount: '1'
  1191. skeleton-mcmmo-skillreward-chance: 0.04
  1192. skeletonhorse-mcmmo-skillreward-amount: '1'
  1193. skeletonhorse-mcmmo-skillreward-chance: 0.025
  1194. slime-base-mcmmo-skillreward-amount: '1'
  1195. slime-base-mcmmo-skillreward-chance: 0.04
  1196. snowman-mcmmo-skillreward-amount: '1'
  1197. snowman-mcmmo-skillreward-chance: 0.025
  1198. spider-mcmmo-skillreward-amount: '1'
  1199. spider-mcmmo-skillreward-chance: 0.04
  1200. squid-mcmmo-skillreward-amount: '1'
  1201. squid-mcmmo-skillreward-chance: 0.025
  1202. stray-mcmmo-skillreward-amount: '1'
  1203. stray-mcmmo-skillreward-chance: 0.04
  1204. vex-mcmmo-skillreward-amount: '1'
  1205. vex-mcmmo-skillreward-chance: 0.04
  1206. villager-mcmmo-skillreward-amount: '1'
  1207. villager-mcmmo-skillreward-chance: 0.025
  1208. vindicator-mcmmo-skillreward-amount: '1'
  1209. vindicator-mcmmo-skillreward-chance: 0.05
  1210. witch-mcmmo-skillreward-amount: '1'
  1211. witch-mcmmo-skillreward-chance: 0.05
  1212. wither-mcmmo-skillreward-amount: '5'
  1213. wither-mcmmo-skillreward-chance: 0.33
  1214. wither-skeleton-mcmmo-skillreward-amount: '1'
  1215. wither-skeleton-mcmmo-skillreward-chance: 0.05
  1216. wolf-mcmmo-skillreward-amount: '1'
  1217. wolf-mcmmo-skillreward-chance: 0.04
  1218. zombie-mcmmo-skillreward-amount: '1'
  1219. zombie-mcmmo-skillreward-chance: 0.4
  1220. zombiehorse-mcmmo-skillreward-amount: '1'
  1221. zombiehorse-mcmmo-skillreward-chance: 0.025
  1222. zombie-pigman-mcmmo-skillreward-amount: '1'
  1223. zombie-pigman-mcmmo-skillreward-chance: 0.05
  1224. zombie_villager-mcmmo-skillreward-amount: '1'
  1225. zombie_villager-mcmmo-skillreward-chance: 0.04
  1226.  
  1227. # ########################################################################
  1228. # Integration to CrackShot
  1229. # ########################################################################
  1230. # This section only relevant if you use CrackShot.
  1231. # Here you configure if the player will get a multiplier for using a CrackShot weapon
  1232. crackshot:
  1233.  
  1234. # Disable integration with CrackShot.
  1235. # https://dev.bukkit.org/projects/crackshot
  1236. disable-integration-crackshot: false
  1237. crackshot-multiplier: 0.7
  1238.  
  1239. # ########################################################################
  1240. # Integration to other plugins.
  1241. # ########################################################################
  1242. plugins:
  1243.  
  1244. # Disable integration with MobArena
  1245. disable-integration-mobarena: false
  1246.  
  1247. # Set to true if you want the players to get rewards while playing MobArena.
  1248. mobarena-get-rewards: false
  1249.  
  1250. # Disable integration with PvpArena
  1251. disable-integration-pvparena: false
  1252.  
  1253. # Set to true if you want the players to get rewards while playing pvpArena.
  1254. pvparena-get-rewards: false
  1255.  
  1256. # Disable integration with MythicMobs
  1257. disable-integration-mythicmobs: false
  1258.  
  1259. # Disable integration with MyPet
  1260. disable-integration-mypet: false
  1261.  
  1262. # Disable integration with MiniGames
  1263. disable-integration-minigames: false
  1264.  
  1265. # Disable integration with MiniGamesLib
  1266. # https://www.spigotmc.org/resources/minigameslib.23844/
  1267. disable-integration-minigameslib: false
  1268.  
  1269. # Disable integration with WorldGuard
  1270. disable-integration-worldguard: false
  1271.  
  1272. # Disable integration with Essentials
  1273. # http://dev.bukkit.org/bukkit-plugins/essentialsx/
  1274. disable-integration-essentials: false
  1275.  
  1276. # Disable integration with BattleArena
  1277. disable-integration-battlearena: false
  1278.  
  1279. # Disable integration with BossBarAPI. If you want messages in player chat you can set this to true.
  1280. disable-integration-bossbarapi: false
  1281.  
  1282. # Disable integration with BarAPI. If you want messages in player chat you can set this to true.
  1283. # https://dev.bukkit.org/projects/bar-api
  1284. disable-integration-barapi: false
  1285.  
  1286. # Disable integration with TitleAPI
  1287. disable-integration-titleapi: false
  1288.  
  1289. # Disable integration with VanishNoPacket
  1290. disable-integration-vanishnopacket: false
  1291.  
  1292. # Disable integration with TitleManger. If you want messages in player chat you can set this to true.
  1293. # https://www.spigotmc.org/resources/titlemanager.1049/
  1294. disable-integration-titlemanager: false
  1295.  
  1296. # Disable integration with Actionbar. If you want messages in player chat you can set this to true.
  1297. disable-integration-actionbar: false
  1298.  
  1299. # Disable integration with ActionBarAPI. If you want messages in player chat you can set this to true.
  1300. # https://www.spigotmc.org/resources/actionbarapi-1-8-1-9-1-10.1315/
  1301. disable-integration-actionbarapi: false
  1302.  
  1303. # Disable integration with ActionAnnouncer. If you want messages in player chat you can set this to true.
  1304. # https://www.spigotmc.org/resources/actionannouncer.1320/
  1305. disable-integration-actionannouncer: false
  1306.  
  1307. # Disable integration with Gringotts Economy.
  1308. # http://dev.bukkit.org/bukkit-plugins/gringotts/
  1309. disable-integration-gringotts: false
  1310.  
  1311. # Disable integration with TARDIS Weeping Angels.
  1312. # http://dev.bukkit.org/bukkit-plugins/tardisweepingangels/
  1313. disable-integration-tardis-weeping-angels: false
  1314.  
  1315. # Disable integration with ProtocolLib.
  1316. # https://www.spigotmc.org/resources/protocollib.1997/
  1317. disable-integration-protocollib: false
  1318.  
  1319. # Disable integration with MysteriousHalloween.
  1320. # https://www.spigotmc.org/resources/mysterioushalloween.13059/
  1321. disable-integration-mysterious-halloween: false
  1322.  
  1323. # Disable integration with SmartGiants.
  1324. # https://www.spigotmc.org/threads/smartgiants.55208/
  1325. disable-integration-smartgiants: false
  1326.  
  1327. # Disable integration with PlaceholderAPI.
  1328. # https://www.spigotmc.org/resources/placeholderapi.6245/
  1329. disable-integration-placeholderapi: false
  1330.  
  1331. # Disable integration with BossShop.
  1332. # https://www.spigotmc.org/resources/bossshop-powerful-and-playerfriendly-chest-gui-shop-menu-plugin.222/
  1333. disable-integration-bossshop: false
  1334.  
  1335. # Disable integration with ExtraHardmode.
  1336. # https://www.spigotmc.org/resources/extra-hard-mode.19673/
  1337. disable-integration-extra-hard-mode: false
  1338.  
  1339. # Disable integration with Herobrine.
  1340. # https://www.theprogrammersworld.net/Herobrine/
  1341. disable-integration-herobrine: false
  1342.  
  1343. # Disable integration with Holograms.
  1344. # https://www.spigotmc.org/resources/holograms.4924/
  1345. disable-integration-holograms: false
  1346.  
  1347. # Disable integration with Holograms.
  1348. # https://dev.bukkit.org/projects/holographic-displays
  1349. disable-integration-holographic-displays: false
  1350.  
  1351. # Disable integration with PreciousStones.
  1352. # https://www.spigotmc.org/resources/preciousstones.5270/
  1353. disable-integration-preciousstones: false
  1354.  
  1355. # ########################################################################
  1356. # Database Settings.
  1357. # ########################################################################
  1358. database:
  1359.  
  1360. # Type of database to use. Valid values are: sqlite, mysql
  1361. type: sqlite
  1362. username: user
  1363. password: password
  1364. host: localhost:3306
  1365. database: mobhunting
  1366.  
  1367. # This is the database layout version. Mostly for internal use and you should not need
  1368. # to change this value. In case you decide to delete your database and let it recreate
  1369. # or if you change database type sqlite/mysql you should set this value to 0 again.
  1370. database_version: 6
  1371.  
  1372. # ########################################################################
  1373. # Update settings
  1374. # ########################################################################
  1375. updates:
  1376.  
  1377. # Check if there is a new version of the plugin available.
  1378. update-check: true
  1379.  
  1380. # Set the number of seconds between each check. Recommended setting is
  1381. # check_every: 7200 ~ to check every second hour.
  1382. check_every: 7200
  1383.  
  1384. # Set 'autoupdate: true' if you want new updates downloaded and installed.
  1385. # You will still have to reboot the server manually.
  1386. autoupdate: false
  1387.  
  1388. # ########################################################################
  1389. # General Settings
  1390. # ########################################################################
  1391. general:
  1392.  
  1393. # Put the names of the worlds here that you do not wish for mobhunting to be enabled in.
  1394. disabled-in-worlds:
  1395. - worldname
  1396.  
  1397. # The language (file) to use. You can put the name of the language file as the language code
  1398. # (eg. en_US, de_DE, fr_FR, ect.) or you can specify the name of a custom file without the .lang
  1399. # Please check the lang/ folder for a list of all available translations.
  1400. language: en_US
  1401.  
  1402. # Can the players earn money on mobs spawned from mobspawners, eggs and from eggs from Dispensers?
  1403. # If you disable this you are still able to get rewards from specific Spawners, if you white list the area
  1404. # using '/mh whitelistarea'.
  1405. disable_money_rewards_from_mobspawners_and_eggs: true
  1406.  
  1407. # Let the players get the naturally dropped items from mobs spawned from mobspawners, eggs and from eggs from Dispensers ?
  1408. disable_naturally_dropped_items_from_mobspawners_and_eggs: false
  1409.  
  1410. # Let the players get the naturally dropped XP from mobs spawned from mobspawners, eggs and from eggs from Dispensers ?
  1411. disable_naturally_dropped_xp_from_mobspawners_and_eggs: false
  1412.  
  1413. # As of V 5.0.0 MobHunting utilizises the Advancement system (L key) to to show which
  1414. # Achievements the players has made. This is still BETA feature and it is only Supported on Spigot Servers and if you have any problems, you can set 'disable_mobhunting_advancements: true and the reload the plugin.
  1415. disable_mobhunting_advancements: true
  1416.  
  1417. # Broadcast messages will be send in the ActionBar if MobHunting finds a supported ActionBar plugin.
  1418. use-actionbar-for-broadcasts: true
  1419.  
  1420. # Should achievements be broadcasted?
  1421. broadcast-achievement: true
  1422.  
  1423. # Should the hunt begins achievement be broadcasted?
  1424. broadcast-first-achievement: true
  1425.  
  1426. # Time between saves in ticks (20 ticks ~ 1 sec) This number must be higher that 1200 ticks = 2 minutes,
  1427. # but I recommend to save every 5th minute = 6000 ticks
  1428. save-period: 6000
  1429.  
  1430. # Time between leaderboard updates in ticks (20 ticks ~ 1 sec) This number must be higher that 1200 ticks = 2 minutes,
  1431. # but I recommend to update leaderboards max every 5 min = 6000 ticks
  1432. leaderboard-update-period: 6000
  1433.  
  1434. # Time in seconds after attacking a mob that can be counted as a kill
  1435. kill-timeout: 4
  1436.  
  1437. # If kills are not being registered in mob hunting. Enable this to see why they arent
  1438. kill-debug: false
  1439.  
  1440. # Rounding of rewards when you uses a range or %. (ex creeperPrize=10:30) the reward.
  1441. # All numbers except 0 can be used.
  1442. # Set rounding_reward=1 if you want integers. IE. 10,11,12,13,14...
  1443. # Set rounding_reward=0.01 if you want 2 decimals 10.00, 10.01, 10.02... integers.
  1444. # Set rounding_reward=5 if you want multipla of 5 IE. 10,15,20,25...
  1445. # Set rounding_reward=2 if you want multipla of 2 IE. 10,12,14,16...
  1446. reward_rounding: 0.01
  1447.  
  1448. # This is the minimum reward which will which will be paid to the player 0.01 will be fine
  1449. # in most installation, but Gringott users who want very low rewards (like 0.001 for killing
  1450. # a mob) will have to lower the minimum reward. Remember that some multipliers are less than 1
  1451. # and grinding detection and penalties. The minimum_reward should therefor be less than 10%
  1452. # of smallest reward. In the Gringotts example minimum_reward should be 0.0001 or 0.00005.
  1453. minimum_reward: 0.01
  1454.  
  1455. # When a new playerjoins the server he will by default start
  1456. # in 'LEARNING MODE' and get extra information about when he get rewards and not,
  1457. # when killing Mobs. The player can disable this InGame by using the command '/mobhunt learn'
  1458. newplayer_learning_mode: false
  1459.  
  1460. # When use_gui_for_achivements=true the status of players achievements will
  1461. # be showed in a Inventory GUI.
  1462. use_gui_for_achievements: true
  1463.  
  1464. # When use_gui_for_bounties=true the open bounties and most wanted players will
  1465. # be showed in a Inventory GUI.
  1466. use_gui_for_bounties: true
  1467.  
  1468. # Disable natural drops when a mob is killed
  1469. # (because player is grinding or protected by Worldguard or in God mode or similar)
  1470. # If you want the mobs to drops normal rewards set
  1471. # "disable-natural-item-drops"=false
  1472. disable-natural-item-drops: false
  1473.  
  1474. # Disable natural xp drops when a mob is killed
  1475. # (because player is grinding or protected by Worldguard or in God mode or similar)
  1476. # If you want the mobs to drop normal XP set
  1477. # "disable-natural-xp-drops"=false
  1478. disable-natural-xp-drops: false
  1479.  
  1480. # Try to cancel natural drops when a mob is killed the player is in creative mode.
  1481. # If you want the mobs to drops normal rewards set
  1482. # "try-to-cancel-natural-drops-when-in-creative"=false
  1483. try-to-cancel-natural-drops-when-in-creative: false
  1484.  
  1485. # Try to cancel XP drops when a mob is killed while the player is in creative mode.
  1486. # If you want the mobs to drop normal XP set
  1487. # "try-to-cancel-xp-drops-when-in-creative"=false
  1488. try-to-cancel-xp-drops-when-in-creative: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement