Advertisement
Guest User

Untitled

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