Advertisement
Guest User

Untitled

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