Advertisement
Guest User

Untitled

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