Advertisement
Guest User

Untitled

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