Advertisement
Guest User

mob hunting config

a guest
Mar 5th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.14 KB | None | 0 0
  1.  
  2. # ########################################################################
  3. # Example of a mob configuration of rewards for killing a mob.
  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. #
  8. # For each kill you can run a console command to give the player a reward.
  9. # You can use the following variables:
  10. # {killer},{killed},{player},{killed_player},{prize},{world},
  11. # {killerpos},{killedpos}. Killerpos and Killedpos will have the
  12. # format <x> <y> <z>. Which could be used to /summon items.
  13. # An example could be /summon apple {killedpos} 2. to summon two apples where
  14. # where the mob was killed or /summon apple {killerpos} 1. to summon an
  15. # an apple where the player is.
  16. # Another example could be to give the player permission to fly
  17. # for 1 hour or use give command to the player items.
  18. #
  19. # You can also specify the message send to the player.
  20. # The text can be color coded with these codes:
  21. # http://minecraft.gamepedia.com/Formatting_codes
  22. #
  23. # You can run many console commands on each line, each command
  24. # must be separated by |
  25. # The player will have the cmd run in {mob_cmd_run_chance} times in average. If mob_cmd_run_chance=0 it
  26. # will never run. If f.ex. mob_cmd_run_chance=0.50 and it will run run every second time in average.
  27. #
  28. # The mobname_head_prize is only used if you want the dropped heads after killing a mob to have a value.
  29. # Please also check the "dropmoneyonground" section in this file.
  30. example:
  31. mobname:
  32.  
  33. # Enable MobHunting rewards for this mob (true or false)
  34. enabled: true
  35.  
  36. # The message you want when this mob is killed
  37. message: The Mobname dropped {prize} BagOfGold.
  38. money:
  39.  
  40. # The amount of money you want to be dropped / paid
  41. amount: '10.0'
  42.  
  43. # The chance to drop/pay the amount of money (0-1)
  44. chance: 1.0
  45.  
  46. # You can use any command you want, each command has some options.
  47. # 'cmd:' and 'chance:' is mandatory fields, 'message:' and 'permission:' is optional
  48. # If you add a permission, the command will only be run if the player has this permission.
  49. commands:
  50. - chance: '0.5'
  51. cmd: pex user {player} add any.permission {world}
  52. message: 'You got permission to do ..... '
  53. - chance: '0.2'
  54. cmd: give {player} Iron_ingot 1
  55. message: You got an iron ingot!
  56. - chance: '1'
  57. cmd: say {player} killed an {killed}
  58. message: You killed an §1{killed}
  59. - chance: '1'
  60. permission: any.permission
  61. cmd: Say {player} killed an {killed}
  62. message: You shout to all other players.
  63. head:
  64.  
  65. # Set to true or false if you want a head to be dropped as a reward
  66. drophead: true
  67.  
  68. # The value you want the head to have when dropped
  69. value: '5'
  70.  
  71. # The chance to drop a head (a number between 0 and 1
  72. chance: 0.5
  73.  
  74. # The message you want when a head is dropped
  75. message: §aThe §1{killed} §adropped a skull on the ground
  76.  
  77. # ########################################################################
  78. # Rewards for killing mobs.
  79. # ########################################################################
  80. # Here is where you set the rewards for killing agressive mobs.
  81. mobs:
  82.  
  83. # ### Blaze settings ###
  84. blaze:
  85. enabled: true
  86. message: You got a Blaze skull and an Iron ingot.
  87. money:
  88. amount: '10.0'
  89. chance: 1.0
  90. commands:
  91. - chance: '0.1'
  92. cmd: give {player} Iron_ingot 1
  93. head:
  94. drophead: true
  95. value: '0'
  96. chance: 0.1
  97. message: §aThe §1{killed} §adropped a skull on the ground
  98.  
  99. # ### Cave Spider settings ###
  100. cave_spider:
  101. enabled: true
  102. message: You got a Cave Spider skull and an Iron ingot.
  103. money:
  104. amount: '10:20'
  105. chance: 1.0
  106. commands:
  107. - chance: '0.1'
  108. cmd: give {player} Iron_ingot 1
  109. head:
  110. drophead: true
  111. value: '0'
  112. chance: 0.1
  113. message: §aThe §1{killed} §adropped a skull on the ground
  114.  
  115. # ### Creeper settings ###
  116. creeper:
  117. enabled: true
  118. message: You got a Creeper skull and an Iron ingot.
  119. money:
  120. amount: '10.0'
  121. chance: 1.0
  122. commands:
  123. - chance: '0.05'
  124. cmd: give {player} Iron_ingot 1
  125. head:
  126. drophead: true
  127. value: '0'
  128. chance: 0.05
  129. message: §aThe §1{killed} §adropped a skull on the ground
  130.  
  131. # ### Elder Guardian settings ###
  132. elder_guardian:
  133. enabled: true
  134. message: You got an Elder Guardian skull and an Iron ingot.
  135. money:
  136. amount: 40:80
  137. chance: 1.0
  138. commands:
  139. - chance: '0.33'
  140. cmd: give {player} Iron_ingot 1
  141. head:
  142. drophead: true
  143. value: '0'
  144. chance: 0.33
  145. message: §aThe §1{killed} §adropped a skull on the ground
  146.  
  147. # ### Enderman settings ###
  148. enderman:
  149. enabled: true
  150. message: You got an Endermite skull and an Iron ingot.
  151. money:
  152. amount: '20:40'
  153. chance: 1.0
  154. commands:
  155. - chance: '0.2'
  156. cmd: give {player} gold_ingot 1
  157. head:
  158. drophead: true
  159. value: '0'
  160. chance: 0.2
  161. message: §aThe §1{killed} §adropped a skull on the ground
  162.  
  163. # ### Endermite settings ###
  164. endermite:
  165. enabled: true
  166. money:
  167. amount: '10'
  168. chance: 1.0
  169. commands:
  170. - chance: '0.1'
  171. cmd: give {player} Iron_ingot 1
  172. head:
  173. drophead: true
  174. value: '0'
  175. chance: 0.1
  176. message: §aThe §1{killed} §adropped a skull on the ground
  177.  
  178. # ### Ghast settings ###
  179. ghast:
  180. enabled: true
  181. message: You got a Ghast skull and 4 Nether Quartz.
  182. money:
  183. amount: 40:80
  184. chance: 1.0
  185. commands:
  186. - chance: '0.1'
  187. cmd: give {player} 406 4
  188. head:
  189. drophead: true
  190. value: '0'
  191. chance: 0.1
  192. message: §aThe §1{killed} §adropped a skull on the ground
  193.  
  194. # ### Giant settings ###
  195. giant:
  196. enabled: true
  197. message: You got a Giant head and an Iron ingot.
  198. money:
  199. amount: '5.0'
  200. chance: 1.0
  201. commands:
  202. - chance: '0.05'
  203. cmd: give {player} Iron_ingot 1
  204. head:
  205. drophead: true
  206. value: '0'
  207. chance: 0.05
  208. message: §aThe §1{killed} §adropped a skull on the ground
  209.  
  210. # ### Iron Golem settings ###
  211. iron_golem:
  212. enabled: true
  213. message: You got an Iron Golem skull and 4 Iron ingots.
  214. money:
  215. amount: '20:40'
  216. chance: 1.0
  217. commands:
  218. - chance: '0.1'
  219. cmd: give {player} Iron_ingot 4
  220. head:
  221. drophead: true
  222. value: '0'
  223. chance: 0.1
  224. message: §aThe §1{killed} §adropped a skull on the ground
  225.  
  226. # ### Guardian settings ###
  227. guardian:
  228. enabled: true
  229. message: You got a Guardian skull and an Iron ingot.
  230. money:
  231. amount: '20:40'
  232. chance: 1.0
  233. commands:
  234. - chance: '0.1'
  235. cmd: give {player} Iron_ingot 1
  236. head:
  237. drophead: true
  238. value: '0'
  239. chance: 0.1
  240. message: §aThe §1{killed} §adropped a skull on the ground
  241.  
  242. # ### Husk settings ###
  243. husk:
  244. enabled: true
  245. message: You got a Zombie Husk skull and an Iron ingot.
  246. money:
  247. amount: '9:13'
  248. chance: 1.0
  249. commands:
  250. - chance: '0.2'
  251. cmd: give {player} Iron_ingot 1
  252. head:
  253. drophead: true
  254. value: '0'
  255. chance: 0.2
  256. message: §aThe §1{killed} §adropped a skull on the ground
  257.  
  258. # ### Killer Rabbit settings ###
  259. killer_rabbit:
  260. enabled: true
  261. message: You got Killer Rabbit Skull and an Iron ingot.
  262. money:
  263. amount: '200'
  264. chance: 1.0
  265. commands:
  266. - chance: '0.25'
  267. cmd: give {player} Iron_ingot 1
  268. head:
  269. drophead: true
  270. value: '0'
  271. chance: 0.25
  272. message: §aThe §1{killed} §adropped a skull on the ground
  273.  
  274. # ### Magma Cube settings ###
  275. magma_cube:
  276. enabled: true
  277. message: You got a Magma Cube skull and an Iron ingot.
  278. money:
  279. amount: '10:20'
  280. chance: 1.0
  281. commands:
  282. - chance: '0.1'
  283. cmd: give {player} Iron_ingot 1
  284. head:
  285. drophead: true
  286. value: '0'
  287. chance: 0.1
  288. message: §aThe §1{killed} §adropped a skull on the ground
  289.  
  290. # ### Polar Bear settings ###
  291. polar_bear:
  292. enabled: true
  293. message: You got a Polar Bear skull and an Iron ingot.
  294. money:
  295. amount: '25'
  296. chance: 1.0
  297. commands:
  298. - chance: '0.25'
  299. cmd: give {player} Iron_ingot 1
  300. head:
  301. drophead: true
  302. value: '0'
  303. chance: 0.25
  304. message: §aThe §1{killed} §adropped a skull on the ground
  305.  
  306. # ### Slime settings ###
  307. slime:
  308. enabled: true
  309. message: You got a Slime skull and an Iron ingot.
  310. money:
  311. amount: '25'
  312. chance: 1.0
  313. commands:
  314. - chance: '0.05'
  315. cmd: give {player} Iron_ingot 1
  316. head:
  317. drophead: true
  318. value: '0'
  319. chance: 0.05
  320. message: §aThe §1{killed} §adropped a skull on the ground
  321.  
  322. # ### Shulker settings ###
  323. shulker:
  324. enabled: true
  325. message: You got a Shulker skull and an Iron ingot.
  326. money:
  327. amount: '25'
  328. chance: 1.0
  329. commands:
  330. - chance: '0.5'
  331. cmd: give {player} Iron_ingot 1
  332. head:
  333. drophead: true
  334. value: '0'
  335. chance: 0.5
  336. message: §aThe §1{killed} §adropped a skull on the ground
  337.  
  338. # ### Silverfish settings ###
  339. silverfish:
  340. enabled: true
  341. message: You got a Silverfish head and an Iron ingot.
  342. money:
  343. amount: '10'
  344. chance: 1.0
  345. commands:
  346. - chance: '0.2'
  347. cmd: give {player} Iron_ingot 1
  348. head:
  349. drophead: true
  350. value: '0'
  351. chance: 0.2
  352. message: §aThe §1{killed} §adropped a skull on the ground
  353.  
  354. # ### Skeleton settings ###
  355. skeleton:
  356. enabled: true
  357. message: You got a Skeleton skull and one Lapis Lazuli.
  358. money:
  359. amount: '10:30'
  360. chance: 1.0
  361. commands:
  362. - chance: '0.05'
  363. cmd: give {player} dye 1 4
  364. head:
  365. drophead: true
  366. value: '0'
  367. chance: 0.05
  368. message: §aThe §1{killed} §adropped a skull on the ground
  369.  
  370. # ### Spider settings ###
  371. spider:
  372. enabled: true
  373. message: You got a Spider skull and an Iron ingot.
  374. money:
  375. amount: 5.5:10.5
  376. chance: 1.0
  377. commands:
  378. - chance: '0.05'
  379. cmd: give {player} Iron_ingot 1
  380. head:
  381. drophead: true
  382. value: '0'
  383. chance: 0.05
  384. message: §aThe §1{killed} §adropped a skull on the ground
  385.  
  386. # ### Stray settings ###
  387. stray:
  388. enabled: true
  389. message: You got a Skeleton Stray skull and an Iron ingot.
  390. money:
  391. amount: '15:35'
  392. chance: 1.0
  393. commands:
  394. - chance: '0.2'
  395. cmd: give {player} Iron_ingot 1
  396. head:
  397. drophead: true
  398. value: '0'
  399. chance: 0.2
  400. message: §aThe §1{killed} §adropped a skull on the ground
  401.  
  402. # ### Zombie settings ###
  403. zombie:
  404. enabled: true
  405. message: You got a Zombie skull and an Iron ingot.
  406. money:
  407. amount: '7:11'
  408. chance: 1.0
  409. commands:
  410. - chance: '0.005'
  411. cmd: give {player} Iron_ingot 1
  412. head:
  413. drophead: true
  414. value: '0'
  415. chance: 0.005
  416. message: §aThe §1{killed} §adropped a skull on the ground
  417.  
  418. # ### Zombie Pigman settings ###
  419. zombie_pigman:
  420. enabled: true
  421. message: You got a Zombie Pigman skull and an Iron ingot.
  422. money:
  423. amount: '4:8'
  424. chance: 1.0
  425. commands:
  426. - chance: '0.1'
  427. cmd: give {player} Iron_ingot 1
  428. head:
  429. drophead: true
  430. value: '0'
  431. chance: 0.1
  432. message: §aThe §1{killed} §adropped a skull on the ground
  433.  
  434. # ### Vex settings ###
  435. vex:
  436. enabled: true
  437. message: You got a Vex skull and a Gold ingot.
  438. money:
  439. amount: '10:15'
  440. chance: 1.0
  441. commands:
  442. - chance: '0.5'
  443. cmd: give {player} gold_ingot 1
  444. head:
  445. drophead: true
  446. value: '0'
  447. chance: 0.5
  448. message: §aThe §1{killed} §adropped a skull on the ground
  449.  
  450. # ### Witch settings ###
  451. witch:
  452. enabled: true
  453. message: You got a Witch skull and a Gold ingot.
  454. money:
  455. amount: '10:15'
  456. chance: 1.0
  457. commands:
  458. - chance: '0.05'
  459. cmd: give {player} gold_ingot 1
  460. head:
  461. drophead: true
  462. value: '0'
  463. chance: 0.05
  464. message: §aThe §1{killed} §adropped a skull on the ground
  465.  
  466. # ### Wither Skeleton settings ###
  467. wither_skeleton:
  468. enabled: true
  469. message: You got a Wither Skeleton skull and a Gold ingot.
  470. money:
  471. amount: '30:50'
  472. chance: 1.0
  473. commands:
  474. - chance: '0.1'
  475. cmd: give {player} gold_ingot 1
  476. head:
  477. drophead: true
  478. value: '0'
  479. chance: 0.1
  480. message: §aThe §1{killed} §adropped a skull on the ground
  481.  
  482. # ########################################################################
  483. # Rewards for killing bosses
  484. # ########################################################################
  485. # Here is where you set the base prize in $ for killing the bosses
  486. boss:
  487.  
  488. # ### Wither settings ###
  489. wither:
  490. enabled: true
  491. message: You got a Wither skull and 10 Diamonds.
  492. money:
  493. amount: 1000.0:2000.0
  494. chance: 1.0
  495. commands:
  496. - chance: '0.5'
  497. cmd: give {player} diamond 10
  498. head:
  499. drophead: true
  500. value: '0'
  501. chance: 0.5
  502. message: §aThe §1{killed} §adropped a skull on the ground
  503.  
  504. # ### Ender Dragon settings ###
  505. ender_dragon:
  506. enabled: true
  507. message: You got an Enderdragon skull and ten Diamonds.
  508. money:
  509. amount: 2000.0:5000.0
  510. chance: 0.1
  511. commands:
  512. - chance: '0.5'
  513. cmd: give {player} diamond 10
  514. head:
  515. drophead: true
  516. value: '0'
  517. chance: 0.5
  518. message: §aThe §1{killed} §adropped a skull on the ground
  519.  
  520. # ########################################################################
  521. # Rewards for killing villagers
  522. # ########################################################################
  523. # Here is where you set the base prize in $ for killing the villagers
  524. # MobHunting only handle Villagers on profession level, all careers is
  525. # handles as their profession. Info anbout Profession and Caarer:
  526. # http://minecraft.gamepedia.com/Villager#Professions_and_careers
  527. villager:
  528.  
  529. # ### Blacksmith settings ###
  530. blacksmith:
  531. enabled: true
  532. message: You got a Blacksmith skull
  533. money:
  534. amount: '1:2'
  535. chance: 1.0
  536. commands: []
  537. head:
  538. drophead: true
  539. value: '0'
  540. chance: 1.0
  541. message: §aThe §1{killed} §adropped a skull on the ground
  542.  
  543. # ### Butcher settings ###
  544. butcher:
  545. enabled: true
  546. message: You got a Butcher skull
  547. money:
  548. amount: '1:2'
  549. chance: 1.0
  550. commands: []
  551. head:
  552. drophead: true
  553. value: '0'
  554. chance: 1.0
  555. message: §aThe §1{killed} §adropped a skull on the ground
  556.  
  557. # ### Evoker settings ###
  558. evoker:
  559. enabled: true
  560. message: You got a Evoker skull and an Iron ingot.
  561. money:
  562. amount: '10'
  563. chance: 0.5
  564. commands:
  565. - chance: '0.5'
  566. cmd: give {player} Iron_ingot 1
  567. head:
  568. drophead: true
  569. value: '0'
  570. chance: 0.5
  571. message: §aThe §1{killed} §adropped a skull on the ground
  572.  
  573. # ### Farmer settings ###
  574. farmer:
  575. enabled: true
  576. message: You got a Farmer skull
  577. money:
  578. amount: '1:2'
  579. chance: 1.0
  580. commands: []
  581. head:
  582. drophead: true
  583. value: '0'
  584. chance: 1.0
  585. message: §aThe §1{killed} §adropped a skull on the ground
  586.  
  587. # ### Illusioner settings ###
  588. illusioner:
  589. enabled: true
  590. message: You got an Illusioner skull and an Iron ingot.
  591. money:
  592. amount: '30:50'
  593. chance: 0.1
  594. commands:
  595. - chance: '0.1'
  596. cmd: give {player} Iron_ingot 1
  597. head:
  598. drophead: true
  599. value: '0'
  600. chance: 0.1
  601. message: §aThe §1{killed} §adropped a skull on the ground
  602. librarian:
  603. enabled: true
  604. message: You got a Librarian skull
  605. money:
  606. amount: '1:2'
  607. chance: 1.0
  608. commands: []
  609. head:
  610. drophead: true
  611. value: '0'
  612. chance: 1.0
  613. message: §aThe §1{killed} §adropped a skull on the ground
  614.  
  615. # ### Nitwit settings ###
  616. nitwit:
  617. enabled: true
  618. message: You got a Nitwit skull
  619. money:
  620. amount: '1:2'
  621. chance: 1.0
  622. commands: []
  623. head:
  624. drophead: true
  625. value: '0'
  626. chance: 1.0
  627. message: §aThe §1{killed} §adropped a skull on the ground
  628.  
  629. # ### Priest settings ###
  630. priest:
  631. enabled: true
  632. message: You got a Priest skull
  633. money:
  634. amount: '1:2'
  635. chance: 1.0
  636. commands: []
  637. head:
  638. drophead: true
  639. value: '0'
  640. chance: 1.0
  641. message: §aThe §1{killed} §adropped a skull on the ground
  642.  
  643. # ### Villager settings ###
  644. villager:
  645. enabled: true
  646. message: You got a Villager skull
  647. money:
  648. amount: '1'
  649. chance: 1.0
  650. commands: []
  651. head:
  652. drophead: true
  653. value: '0'
  654. chance: 0.3
  655. message: §aThe §1{killed} §adropped a skull on the ground
  656.  
  657. # ### Vindicator settings ###
  658. vindicator:
  659. enabled: true
  660. message: You got a Vindicator skull and a Gold ingot.
  661. money:
  662. amount: '10:15'
  663. chance: 1.0
  664. commands:
  665. - chance: '0.05'
  666. cmd: give {player} gold_ingot 1
  667. head:
  668. drophead: true
  669. value: '0'
  670. chance: 0.05
  671. message: §aThe §1{killed} §adropped a skull on the ground
  672.  
  673. # ### Zombie Villager settings ###
  674. zombie_villager:
  675. enabled: true
  676. message: You got a ZombieVillager skull
  677. money:
  678. amount: '1:2'
  679. chance: 1.0
  680. commands: []
  681. head:
  682. drophead: true
  683. value: '0'
  684. chance: 0.05
  685. message: §aThe §1{killed} §adropped a skull on the ground
  686.  
  687. # ########################################################################
  688. # Rewards for killing passive mobs
  689. # ########################################################################
  690. # Here is where you set the base prize in $ for killing passive/friendly mobs.
  691. # By default the player does not get a reward for killing friendly mobs.
  692. # If you make the number negative, the reward will be a fine for killing a passive animal.
  693. passive:
  694.  
  695. # ### Bat settings ###
  696. bat:
  697. enabled: true
  698. message: You got a Bat skull
  699. money:
  700. amount: '0'
  701. chance: 0.05
  702. commands: []
  703. head:
  704. drophead: true
  705. value: '0'
  706. chance: 0.05
  707. message: §aThe §1{killed} §adropped a skull on the ground
  708.  
  709. # ### Chicken settings ###
  710. chicken:
  711. enabled: true
  712. message: You got a Chicken skull
  713. money:
  714. amount: '0'
  715. chance: 1.0
  716. commands: []
  717. head:
  718. drophead: true
  719. value: '0'
  720. chance: 0.05
  721. message: §aThe §1{killed} §adropped a skull on the ground
  722.  
  723. # ### Cow settings ###
  724. cow:
  725. enabled: true
  726. message: You got a Cow skull
  727. money:
  728. amount: '5'
  729. chance: 1.0
  730. commands: []
  731. head:
  732. drophead: true
  733. value: '0'
  734. chance: 0.05
  735. message: §aThe §1{killed} §adropped a skull on the ground
  736.  
  737. # ### Donkey settings ###
  738. donkey:
  739. enabled: true
  740. message: You got a Donkey skull
  741. money:
  742. amount: '5'
  743. chance: 1.0
  744. commands: []
  745. head:
  746. drophead: true
  747. value: '0'
  748. chance: 0.05
  749. message: §aThe §1{killed} §adropped a skull on the ground
  750.  
  751. # ### Horse settings ###
  752. horse:
  753. enabled: true
  754. message: You got a Horse skull
  755. money:
  756. amount: '0'
  757. chance: 0.05
  758. commands: []
  759. head:
  760. drophead: true
  761. value: '0'
  762. chance: 0.05
  763. message: §aThe §1{killed} §adropped a skull on the ground
  764.  
  765. # ### Llama settings ###
  766. llama:
  767. enabled: true
  768. message: You got a Llama skull
  769. money:
  770. amount: '0'
  771. chance: 1.0
  772. commands: []
  773. head:
  774. drophead: true
  775. value: '0'
  776. chance: 0.05
  777. message: §aThe §1{killed} §adropped a skull on the ground
  778.  
  779. # ### Mule settings ###
  780. mule:
  781. enabled: true
  782. message: You got a Mule skull
  783. money:
  784. amount: '0'
  785. chance: 1.0
  786. commands: []
  787. head:
  788. drophead: true
  789. value: '0'
  790. chance: 0.05
  791. message: §aThe §1{killed} §adropped a skull on the ground
  792.  
  793. # ### Mushroom Cow settings ###
  794. mushroom_cow:
  795. enabled: true
  796. message: You got a Mushroom Cow skull
  797. money:
  798. amount: '0'
  799. chance: 1.0
  800. commands: []
  801. head:
  802. drophead: true
  803. value: '0'
  804. chance: 0.05
  805. message: §aThe §1{killed} §adropped a skull on the ground
  806.  
  807. # ### Ocelot settings ###
  808. ocelot:
  809. enabled: true
  810. message: You got an Ocelot skull
  811. money:
  812. amount: '0'
  813. chance: 1.0
  814. commands: []
  815. head:
  816. drophead: true
  817. value: '0'
  818. chance: 0.05
  819. message: §aThe §1{killed} §adropped a skull on the ground
  820.  
  821. # ### Parrot settings ###
  822. parrot:
  823. enabled: true
  824. message: You got a Parrot skull.
  825. money:
  826. amount: '2'
  827. chance: 1.0
  828. commands: []
  829. head:
  830. drophead: true
  831. value: '0'
  832. chance: 0.1
  833. message: §aThe §1{killed} §adropped a skull on the ground
  834.  
  835. # ### Pig settings ###
  836. pig:
  837. enabled: true
  838. message: You got a Pig skull
  839. money:
  840. amount: '0'
  841. chance: 1.0
  842. commands: []
  843. head:
  844. drophead: true
  845. value: '0'
  846. chance: 0.05
  847. message: §aThe §1{killed} §adropped a skull on the ground
  848.  
  849. # ### Rabbit settings ###
  850. rabbit:
  851. enabled: true
  852. message: You got a Rabbit skull
  853. money:
  854. amount: '0'
  855. chance: 1.0
  856. commands: []
  857. head:
  858. drophead: true
  859. value: '0'
  860. chance: 0.05
  861. message: §aThe §1{killed} §adropped a skull on the ground
  862.  
  863. # ### Sheep settings ###
  864. sheep:
  865. enabled: true
  866. message: You got a Sheep skull
  867. money:
  868. amount: '0'
  869. chance: 1.0
  870. commands: []
  871. head:
  872. drophead: true
  873. value: '0'
  874. chance: 0.05
  875. message: §aThe §1{killed} §adropped a skull on the ground
  876.  
  877. # ### Skeleton Horse settings ###
  878. skeleton_horse:
  879. enabled: true
  880. message: You got a SkeletonHorse skull
  881. money:
  882. amount: '-10'
  883. chance: 1.0
  884. commands: []
  885. head:
  886. drophead: true
  887. value: '0'
  888. chance: 0.05
  889. message: §aThe §1{killed} §adropped a skull on the ground
  890.  
  891. # ### Snowman settings ###
  892. snowman:
  893. enabled: true
  894. message: You got a Snowman skull
  895. money:
  896. amount: '0'
  897. chance: 0.0
  898. commands: []
  899. head:
  900. drophead: true
  901. value: '0'
  902. chance: 0.05
  903. message: §aThe §1{killed} §adropped a skull on the ground
  904.  
  905. # ### Squid settings ###
  906. squid:
  907. enabled: true
  908. message: You got a Squid skull
  909. money:
  910. amount: '0'
  911. chance: 1.0
  912. commands: []
  913. head:
  914. drophead: true
  915. value: '0'
  916. chance: 0.05
  917. message: §aThe §1{killed} §adropped a skull on the ground
  918.  
  919. # ### Wolf settings ###
  920. wolf:
  921. enabled: true
  922. message: You got a Wolf skull
  923. money:
  924. amount: '-10'
  925. chance: 1.0
  926. commands: []
  927. head:
  928. drophead: true
  929. value: '0'
  930. chance: 0.05
  931. message: §aThe §1{killed} §adropped a skull on the ground
  932.  
  933. # ### Zombie Horse settings ###
  934. zombie_horse:
  935. enabled: true
  936. message: You got a ZombieHorse skull
  937. money:
  938. amount: '-10'
  939. chance: 1.0
  940. commands: []
  941. head:
  942. drophead: true
  943. value: '0'
  944. chance: 0.25
  945. message: §aThe §1{killed} §adropped a skull on the ground
  946.  
  947. # ########################################################################
  948. # Rewards for fishing
  949. # ########################################################################
  950. # Here is where you set the base prize in $ for catching a fish
  951. fishing:
  952.  
  953. # Set this to true if you want to disable all fishing rewards / features.
  954. enable_fishing_rewards: true
  955.  
  956. # ### Raw Fish settings ###
  957. raw_fish:
  958. enabled: true
  959. message: You got the head of a Raw Fish
  960. money:
  961. amount: '1:3'
  962. chance: 1.0
  963. commands: []
  964. head:
  965. drophead: true
  966. value: '0'
  967. chance: 0.05
  968. message: §aThe §1{killed} §adropped a skull on the ground
  969.  
  970. # ### Raw Salmon settings ###
  971. raw_salmon:
  972. enabled: true
  973. message: You got the head of a Raw Salmon
  974. money:
  975. amount: '2:8'
  976. chance: 1.0
  977. commands: []
  978. head:
  979. drophead: true
  980. value: '0'
  981. chance: 0.1
  982. message: §aThe §1{killed} §adropped a skull on the ground
  983.  
  984. # ### Clownfish settings ###
  985. clownfish:
  986. enabled: true
  987. message: You got the head of a Clownfish
  988. money:
  989. amount: '20:40'
  990. chance: 1.0
  991. commands: []
  992. head:
  993. drophead: true
  994. value: '0'
  995. chance: 0.5
  996. message: §aThe §1{killed} §adropped a skull on the ground
  997.  
  998. # ### Pufferfish settings ###
  999. pufferfish:
  1000. enabled: true
  1001. message: You got the head of a Pufferfish
  1002. money:
  1003. amount: '5:15'
  1004. chance: 1.0
  1005. commands: []
  1006. head:
  1007. drophead: true
  1008. value: '0'
  1009. chance: 0.4
  1010. message: §aThe §1{killed} §adropped a skull on the ground
  1011.  
  1012. # ########################################################################
  1013. # Pvp rewards
  1014. # ########################################################################
  1015. # Pvp configuration. Set pvp_allowed = true if you want give the players a reward when they kill eachother.
  1016. # You can alsp run a console command when this happens to give the player a reward or punish him.
  1017. # You can you the following variables {player},{world},{killed_player}.
  1018. # An example could be to give the player permission to fly
  1019. # for 1 hour or use give command to the player items.
  1020. # You can also specify the message send to the player.
  1021. # You can run many console commands on each line, each command
  1022. # must be separated by |
  1023. pvp:
  1024. player:
  1025.  
  1026. # Set pvpAllowed=false to disable rewards on killing other players.
  1027. pvp_allowed: true
  1028.  
  1029. # Set rob_from_victim=true to steal from the victim or
  1030. # rob_from_victim=false to get the reward money from the server.
  1031. rob_from_victim: false
  1032.  
  1033. # Write the message to the killer, describing the reward / console commands
  1034. message: You got {killed_player}'s skull
  1035.  
  1036. # The kill prize can be a number to steal x dollars from the killed player,
  1037. # or it can be a cut in percent of his balance. Rob from victiom is about where the money comes from.
  1038. # If FALSE the money comes from from the server, if TRUE the money comes from the dead player.
  1039. # If you dont want the player to get any money for PVP kills, you MUST set pvp_kill_prize: 0
  1040. money:
  1041. amount: 1.0%
  1042. chance: 1.0
  1043.  
  1044. # One or more console commands to be run when a player kills another player.
  1045. commands: []
  1046.  
  1047. # Drop a head of the killed player
  1048. head:
  1049. drophead: true
  1050.  
  1051. # The Head price if you want playerheads to have a value like the bag of gold.
  1052. value: '10'
  1053. chance: 0.5
  1054. message: §1{killed} §adropped a skull on the ground
  1055.  
  1056. # ########################################################################
  1057. # Special / Achievements rewards
  1058. # ########################################################################
  1059. # Here is where you set the prize in $ for achieving a special kill.
  1060. # For each achievment you can run a console command to give the player a reward.
  1061. # You can use the following variables {player},{world}, {killerpos},
  1062. # {monstertype} and more can be added on request.
  1063. # monstertype is the monstername. A valid list can be found in your
  1064. # lang file. Ex. if it is mobs.skeleton.name, monstertype will return skeleton
  1065. # An example command could be to give the player permission to fly
  1066. # for 1 hour or use give command to the player items.
  1067. # You can also specify the message send to the player.
  1068. # You can run many console commands on each line, each command
  1069. # must be separated by |
  1070. # Achievements will not be shown in the GUI if there is a reward for killing the mob,
  1071. # unless you set show_achievements_without_reward=true.
  1072. achievements:
  1073.  
  1074. # Put the names of the worlds here where you want to disable achievements.
  1075. # Players will still get rewards for killings.
  1076. disable_achievements_in_worlds:
  1077. - worldname
  1078.  
  1079. # Set this to true if you want to see achievements when you use /mobhunt achievements
  1080. # allthough there is no reward for this.
  1081. show_achievements_without_reward: false
  1082.  
  1083. # ########################################################################
  1084. # ### Specials ###
  1085. # ########################################################################
  1086. specials:
  1087. charged_kill:
  1088. money: 1000.0
  1089. commands: give {player} gold_ingot 1
  1090. creeper_punch:
  1091. money: 1000.0
  1092. commands: give {player} gold_ingot 1
  1093. axe_murderer:
  1094. money: 1000.0
  1095. commands: give {player} gold_ingot 1
  1096. david_and_goliath:
  1097. money: 1000.0
  1098. commands: give {player} diamond_helmet 1
  1099. message: You got 1000 and a Diamond Helmet for the kill
  1100. recordhungry:
  1101. money: 1000.0
  1102. commands: give {player} gold_ingot 1
  1103. infighting:
  1104. money: 2000.0
  1105. commands: give {player} gold_ingot 1
  1106. by_the_book:
  1107. money: 1000.0
  1108. commands: give {player} gold_ingot 1
  1109. creepercide:
  1110. money: 1000.0
  1111. commands: give {player} gold_ingot 1
  1112. hunt_begins:
  1113. money: 500.0
  1114. itsmagic:
  1115. money: 2000.0
  1116. commands: give {player} gold_ingot 1
  1117. message: Enjoy you Gold ingot
  1118. fancypants:
  1119. money: 1000.0
  1120. commands: give {player} gold_ingot 1
  1121. message: Enjoy you Gold ingot
  1122. master_sniper:
  1123. money: 2000.0
  1124. commands: give {player} gold_ingot 1
  1125. message: Enjoy you Gold ingot
  1126. justintime:
  1127. money: 1000.0
  1128. commands: give {player} gold_ingot 1
  1129. message: Enjoy you Gold ingot
  1130. fangmaster:
  1131. money: 1000.0
  1132. commands: give {player} gold_ingot 1
  1133. message: Enjoy your Gold ingot
  1134.  
  1135. # ########################################################################
  1136. # ### Hunter Levels ###
  1137. # ########################################################################
  1138. hunter:
  1139. level1:
  1140. money: 1000.0
  1141. commands: give {player} gold_ingot 5
  1142. message: Enjoy your 5 Gold ingots
  1143. level2:
  1144. money: 2500.0
  1145. commands: give {player} gold_ingot 10
  1146. message: Enjoy your 10 Gold ingots
  1147. level3:
  1148. money: 5000.0
  1149. commands: give {player} gold_ingot 20
  1150. message: Enjoy your 20 Gold ingots
  1151. level4:
  1152. money: 10000.0
  1153. commands: give {player} gold_ingot 25
  1154. message: Enjoy your 25 Gold ingots
  1155. level5:
  1156. money: 20000.0
  1157. commands: give {player} gold_ingot 40
  1158. message: Enjoy your 40 Gold ingots
  1159. level6:
  1160. money: 40000.0
  1161. commands: give {player} gold_ingot 50
  1162. message: Enjoy your 50 Gold ingots
  1163. level7:
  1164. money: 80000.0
  1165. commands: give {player} gold_ingot 60
  1166. message: Enjoy your 60 Gold ingots
  1167. level8:
  1168. money: 160000.0
  1169. commands: give {player} gold_ingot 120
  1170. message: Enjoy your 120 Gold ingots
  1171.  
  1172. # Achievement Hunter Levels - First Mob level
  1173. # Here is where you set how many mobs to kill to reach next level per mob.
  1174. # You can only set the number of mobs to kill to reach level 1. the next
  1175. # levels is automatically calculated this way.
  1176. # Level 1: 100 (100 kills)
  1177. # Level 2: x 2.5 (250 kills)
  1178. # Level 3: x 5 (500 kills)
  1179. # Level 4: x 10 (1000 kills)
  1180. # Level 5: x 25 (2500 kills)
  1181. # Level 6: x 50 (5000 kills)
  1182. # Level 7: x 100 (10000 kills)
  1183. # Level Achievements can be disabled by setting the number to 0
  1184. mob_level:
  1185. bat_level1: 100
  1186. blaze_level1: 80
  1187. blacksmith_level1: 100
  1188. bonusmob_level1: 20
  1189. butcher_level1: 100
  1190. cartographer_level1: 100
  1191. cave_spider_level1: 100
  1192. chicken_level1: 100
  1193. clownfish_level1: 100
  1194. cow_level1: 100
  1195. creeper_level1: 100
  1196. donkey_level1: 100
  1197. elder_guardian_level1: 50
  1198. enderdragon_level1: 20
  1199. enderman_level1: 100
  1200. endermite_level1: 100
  1201. evoker_level1: 50
  1202. farmer_level1: 100
  1203. ghast_level1: 80
  1204. giant_level1: 100
  1205. guardian_level1: 100
  1206. horse_level1: 100
  1207. husk_level1: 100
  1208. illusioner_level1: 100
  1209. iron_golem_level1: 100
  1210. killerrabbit_level1: 100
  1211. librarian_level1: 100
  1212. llama_level1: 100
  1213. magma_cube_level1: 100
  1214. mule_level1: 100
  1215. mushroom_cow_level1: 100
  1216. nitwit_level1: 100
  1217. ocelot_level1: 100
  1218. parrot_level1: 100
  1219. pig_level1: 100
  1220. polar_bear_level1: 100
  1221. priest_level1: 100
  1222. pvpplayer_level1: 100
  1223. pufferfish_level1: 100
  1224. rabbit_level1: 100
  1225. rawfish_level1: 100
  1226. rawsalmon_level1: 100
  1227. sheep_level1: 100
  1228. shulker_level1: 100
  1229. silverfish_level1: 100
  1230. skeleton_level1: 100
  1231. skeletonhorse_level1: 100
  1232. slime_base_level1: 100
  1233. snowman_level1: 100
  1234. spider_level1: 100
  1235. squid_level1: 100
  1236. stray_level1: 100
  1237. vex_level1: 100
  1238. villager_level1: 100
  1239. vindicator_level1: 100
  1240. witch_level1: 80
  1241. wither_level1: 20
  1242. wither_skeleton_level1: 80
  1243. wolf_level1: 100
  1244. zombie_level1: 100
  1245. zombiehorse_level1: 100
  1246. zombie_pigman_level1: 100
  1247. zombie_villager_level1: 100
  1248.  
  1249. # ########################################################################
  1250. # Rewards for assisting killings
  1251. # ########################################################################
  1252. # They players can get an extra reward if they help each other killing mobs.
  1253. assists:
  1254.  
  1255. # Enabling assist allows the second last player to attack a mob to get some money from it
  1256. enable: true
  1257.  
  1258. # This should be a value that is multiplied against the mobs base kill value.
  1259. # This is used to determine how much money an assister gets.
  1260. multiplier: 0.25
  1261.  
  1262. # Should killstreak be applied to assists
  1263. allow_killstreak: false
  1264.  
  1265. # Time in seconds after attacking a mob that can be counted as an assist
  1266. timeout: 4
  1267.  
  1268. # ########################################################################
  1269. # Grinding detection settings
  1270. # ########################################################################
  1271. # Here you can chance the behavior of the grinding detection.
  1272. grinding:
  1273. enable_grinding_detection: false
  1274.  
  1275. # Put the names of the worlds here where you want to disable grinding detection
  1276. # You would typically do this in creative worlds.
  1277. disable_grinding_detection_in_worlds:
  1278. - world2
  1279.  
  1280. # Killing stacked mobs (created by a mob stacking plugin)
  1281. # is by nature detected as grinding and by default allowed. If you want to the the grinding detection to detect
  1282. # killings of stacked to be detected as gring, you must set grinding_stacked_mobs_allowed to false.
  1283. grinding_stacked_mobs_allowed: true
  1284.  
  1285. # Area grinding detection.
  1286. # Enabling this prevents a player from earning too much money from using a mob grinder.
  1287. # Set 'enable_grinding_detection: false' to disable the grinding detection.
  1288. # OBS: You can whitelist an area to allow grinding using '/mobhunt whitelistarea <add|remove>'
  1289. # if the area is detected as a grinding area. See also '/mobhunt checkgrinding'
  1290. # For each kill MobHunting check the number of kills within the range
  1291. # If number of kills exceeds 10, the reward will decrese with 10% until the 'number of deaths'
  1292. # is reached, whereafter the reward will be zero.
  1293. area:
  1294. detect_grinding_areas: true
  1295. grinding_detection_range: 15
  1296. grinding_detection_number_of_death: 20
  1297. disable_natural_item_drops_on_player_grinding: false
  1298. disable_natural_xp_drops_on_player_grinding: false
  1299. blacklist_player_grinding_spots_as_server_worldwide_spots: false
  1300.  
  1301. # Detect Grinding Farms.
  1302. # When this is true, the plugin will try to detect if the players has build a Mob Grinding Farm.
  1303. # Farm detection can be completly disabled or you can whitelist an area using the whitelist
  1304. # command if you want the players to harvest mobs from a farm.
  1305. farms:
  1306. detect_farms: false
  1307. nether_gold_farms:
  1308. detect_nether_gold_farms: false
  1309. seconds_to_search_for_grinding: 30
  1310. range_to_search_for_grinding: 4.0
  1311. number_of_deaths_when_searching_for_grinding: 5
  1312. disable_natural_item_drops: false
  1313. disable_natural_xp_drops: false
  1314. otherfarms:
  1315. detect_other_farms: false
  1316. seconds_to_search_for_grinding: 30
  1317. range_to_search_for_grinding: 4.0
  1318. number_of_deaths_when_searching_for_grinding: 10
  1319. disable_natural_item_drops: false
  1320. disable_natural_xp_drops: false
  1321.  
  1322. # ########################################################################
  1323. # Multiplier Section
  1324. # ########################################################################
  1325. multiplier:
  1326.  
  1327. # ########################################################################
  1328. # Bonus multipliers
  1329. # ########################################################################
  1330. # These are bonus multipliers that can modify the base prize.
  1331. # REMEMBER: These are not in $ but they are a multiplier.
  1332. # Setting to 1 will disable them.
  1333. bonus:
  1334. sneaky: 2.0
  1335. return_to_sender: 2.0
  1336. push_off_cliff: 2.0
  1337. no_weapon: 2.0
  1338.  
  1339. # This is the PRO_Sniper bonus. The Sniper bonus is calulated as half of PRO_Sniper bonus.
  1340. # If If PRO Sniper (far_shot) is 2, then Sniper will be = 1+((far_shot_1)/2)=1.5
  1341. far_shot: 2.0
  1342. mounted: 1.5
  1343. friendly_fire: 4.0
  1344. bonus_mob: 10.0
  1345. bonusMob_head_prize: '100'
  1346. critical: 2.0
  1347.  
  1348. # This is the chance (% chance 0-100) that a bonus mob will spawn.
  1349. bonus_mob_chance: 0.2
  1350.  
  1351. # Bonus for killing a Baby mob.
  1352. babyMultiplier: 1.2
  1353.  
  1354. # ########################################################################
  1355. # Reward for kills in a row
  1356. # ########################################################################
  1357. # Set the multiplier when the player kills 1,2,3,4 mob in a row without getting damage.
  1358. # Killstreak will be disabled if you set the multiplier: 1.0
  1359. killstreak:
  1360. level1: 5
  1361. level1_multiplier: 1.5
  1362. level2: 10
  1363. level2_multiplier: 2.0
  1364. level3: 20
  1365. level3_multiplier: 3.0
  1366. level4: 40
  1367. level4_multiplier: 4.0
  1368.  
  1369. # ########################################################################
  1370. # Rank multipliers########################################################################
  1371. # You can add multipliers for players with different ranks/groups. To do this"
  1372. #
  1373. # you must set give the user/group permissions with a format like this:
  1374. # mobhunting.multiplier.guest
  1375. # mobhunting.multiplier.guardian
  1376. # mobhunting.multiplier.staff
  1377. # mobhunting.multiplier.hasVoted
  1378. # mobhunting.multiplier.donator
  1379. # mobhunting.multiplier.op <____ Notice 'op' is reserved for OP'ed players!
  1380. # OP'ed players will only get the OP multiplier
  1381. # you can make your own permission nodes. You just need to keep the format
  1382. # mobhunting.multiplier.name 'value' in your permissions file and the
  1383. # format below in this file.
  1384. rank:
  1385.  
  1386. # Ranks
  1387. rank_multiplier:
  1388. mobhunting:
  1389. multiplier:
  1390. donator: '3'
  1391. staff: '1.05'
  1392. hasVoted: '2'
  1393. guest: '0.9'
  1394. guardian: '1.02'
  1395.  
  1396. # ########################################################################
  1397. # Penalty multipliers
  1398. # ########################################################################
  1399. # You can chance the multiplier for different world difficulties.
  1400. # A player which play in a HARD world should get more that a player
  1401. # a player who is player in a peaceful world.The difficulty multipliers
  1402. # with the mobs basic reward.
  1403. # REMEMBER: These are not money, but a multiplier. Setting to 1 will disable them.
  1404. difficulty:
  1405.  
  1406. # This is the reward multiplier for the WorldDifficulty. Note that extrahard is
  1407. # used for worlds where the plugin ExtraHardMode is enabled.
  1408. world_difficulty_multiplier:
  1409. difficulty:
  1410. multiplier:
  1411. peaceful: '0.5'
  1412. hard: '2'
  1413. normal: '1'
  1414. easy: '0.75'
  1415. extrahard: '2.5'
  1416.  
  1417. # ########################################################################
  1418. # Penalty multipliers
  1419. # ########################################################################
  1420. # These are penalty multipliers that can modify the base prize.
  1421. # REMEMBER: These are not in $ but they are a multiplier.
  1422. # Setting to 1 will disable them.
  1423. penalty:
  1424.  
  1425. # If a player flies at any point in a fight, this penalty will be applied
  1426. flyingPenalty: 0.2
  1427.  
  1428. # This is the penalty if the player gets killed by a mob.
  1429. # Set mob_rob_from_player=10 to let the mob steal 10 dollars
  1430. # or 10% to let the mob steal 10% of the players balance.
  1431. # Set mob_rob_from_player=0 to disable this
  1432. mob_rob_from_player: 0%
  1433.  
  1434. # ########################################################################
  1435. # Bounty settings
  1436. # ########################################################################
  1437. # Here you can chance the behavior of the Bounty Command or you can disable
  1438. # the command completely.
  1439. bounties:
  1440.  
  1441. # Set to true if you want to disable players to be able to put bounties on each other.
  1442. enable_player_bounties: true
  1443.  
  1444. # Here you set how much of a bound the bounty owner get back if
  1445. # he drop the bounty on another player
  1446. bounty_return_pct: 50
  1447.  
  1448. # Here you set the number of days the Bounty is collectable.
  1449. # After the number of days the Bounty will be removed automatically
  1450. bounty_duration: 30
  1451.  
  1452. # Set enable_random_bounty=false to disable random bounties
  1453. enable_random_bounty: true
  1454.  
  1455. # Time between Random Bounty is created in minutes
  1456. time_between_random_bounties: 60
  1457.  
  1458. # Minimum number of players before the server starts to make random bounties
  1459. minimum_number_of_online_players: 5
  1460.  
  1461. # 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)
  1462. chance_to_create_a_random_bounty: 0.5
  1463.  
  1464. # Random Bounty. Can be a number 100 or a range 100:200
  1465. random_bounty_prize: 50:100
  1466.  
  1467. # ########################################################################
  1468. # Integration to other plugins.
  1469. # ########################################################################
  1470. plugins:
  1471.  
  1472. # ########################################################################
  1473. # Disguises rewards
  1474. # ########################################################################
  1475. # Here is where can define the actions when a player is under disguise (attacker)
  1476. # or when the attacked (victim)
  1477. disguises:
  1478.  
  1479. # Enable/disable integration with iDisguise
  1480. enable_integration_i_disguise: true
  1481.  
  1482. # Enable/disable integration with DisguiseCcraft
  1483. enable_integration_disguisecraft: true
  1484.  
  1485. # Enable/disable integration with LibsDisguises
  1486. enable_integration_libsdisguises: true
  1487.  
  1488. # Set pvpAllowed=false to disable rewards on killing other players.
  1489. remove_disguise_when_attacking: true
  1490.  
  1491. # Set pvpAllowed=false to disable rewards on killing other players.
  1492. remove_disguise_when_attacked: true
  1493.  
  1494. # Bonus multiplier for killing while disgused.
  1495. # Can be both positive an negative = reward or penalty
  1496. # and over and under 1 = raise or lower the reward.
  1497. undercover_multiplier: 0.95
  1498.  
  1499. # Bonus multiplier for killing a disgused player.
  1500. # Can be both positive an negative = reward or penalty
  1501. # and over and under 1 = raise or lower the reward.
  1502. cover_blown_multiplier: 1.2
  1503.  
  1504. # ########################################################################
  1505. # Citizens / MasterMobHunter settings.
  1506. # ########################################################################
  1507. citizens:
  1508.  
  1509. # Enable/disable integration with Citizens2
  1510. enable_integration_citizens: true
  1511.  
  1512. # Set the number of seconds between each check. Recommended setting is
  1513. # masterMobHunter_check_every: 300 ~ to update all MasterMobHunters every 5th minute.
  1514. # Be careful not to lower this number too much. It can cause lag and server crashes
  1515. # because of database lockings.
  1516. masterMobHunter_check_every: 300
  1517.  
  1518. # ########################################################################
  1519. # Stacked mobs settings
  1520. # ########################################################################
  1521. # Here you can chance the behavior of stacked mobs integration, or you can disable
  1522. # integration completely.
  1523. stackedmobs:
  1524. mobstacker:
  1525.  
  1526. # Enable/disable integration with MobStacker.
  1527. # https://www.spigotmc.org/resources/mobstacker.15596/
  1528. enable_integration_mobstacker: true
  1529. stackmob:
  1530.  
  1531. # Enable/disable integration with StackMob.
  1532. # https://www.spigotmc.org/resources/stackmob.29999/
  1533. enable_integration_stackmob: true
  1534.  
  1535. # Set to true if you want stacked mobs to pay a reward.
  1536. get_reward_from_stacked_mobs: true
  1537.  
  1538. # ########################################################################
  1539. # CustomMob settings
  1540. # ########################################################################
  1541. # Here you can chance the behavior of CustomMobs Integration, or you can disable
  1542. # integration completely.
  1543. # https://www.spigotmc.org/resources/custommobs.7339/
  1544. custommobs:
  1545.  
  1546. # Enable/disable integration with CustomMobs
  1547. # https://dev.bukkit.org/bukkit_plugins/custom_mobs/
  1548. enable_integration_custommobs: true
  1549.  
  1550. # Can the players earn money on mobs spawned from CustomMobs Spawners and eggs?
  1551. allow_custom_mobspawners_and_eggs: false
  1552.  
  1553. # ########################################################################
  1554. # InfernalMobs settings
  1555. # ########################################################################
  1556. # Here you can chance the behavior of InfernalMobs Integration, or you can disable
  1557. # integration completely.
  1558. # https://www.spigotmc.org/resources/infernal_mobs.2156/
  1559. infernalmobs:
  1560.  
  1561. # Enable/disable integration with InfernalMobs
  1562. enable_integration_infernalmobs: true
  1563.  
  1564. # For InfernalMobs mob prize is calculated by the minecraft reward x multiplier_per_level^Infernal_Level
  1565. # Ex.If multiplier=1.2 and level is 3 normal reward will be multiplied with 1.2*1.2*1.2=1,728
  1566. multiplier_per_level: 1.25
  1567.  
  1568. # ########################################################################
  1569. # Level Mob Settings (Conquestian / LorinthsRPGMobs
  1570. # ########################################################################
  1571. levelmobs:
  1572. conquestia:
  1573.  
  1574. # Enable/disable integration with ConquestiaMobs
  1575. # https://www.spigotmc.org/resources/conquesita_mobs.21307/
  1576. enable_integration_conquestiamobs: true
  1577.  
  1578. # ########################################################################
  1579. # LorinthsRPGMobs
  1580. # ########################################################################Disable integration with LorinthsRpgMobs
  1581. # https://dev.bukkit.org/projects/lorinthsrpgmobs
  1582. lorinthsrpgmobs:
  1583. enable_integration_lorinthsrpgmobs: true
  1584.  
  1585. # This is the multiplier per level mutiplied with the basic reward.
  1586. # Becareful not to ruin the server economy by making the multiplier to big.
  1587. # Example: If the reward is 10 and the multiplier is 1.05, the calculated
  1588. # reward is:
  1589. # Level 1: reward=10
  1590. # Level 2: reward=10*1.05=10.5
  1591. # Level 3: reward=10*1.05*1.05=11.03
  1592. # Level 4: reward=10*1.05*1.05*1.05=11.58
  1593. # Level 5: reward=10*1.05*1.05*1.05*1.05=12.16
  1594. # Level 6: reward=10*1.05*1.05*1.05*1.05*1.05=12.76
  1595. # Level 7: reward=10*1.05*1.05*1.05*1.05*1.05*1.05=13.40
  1596. # Level 8: reward=10*1.05*1.05*1.05*1.05*1.05*1.05*1.05=14.07
  1597. # Level 9: reward=10*1.05*1.05*1.05*1.05*1.05*1.05*1.05*1.05=14.77
  1598. # Level 10: reward=10*1.05*1.05*1.05*.....=15.51
  1599. # Level 20: reward=10*1.05*1.05*1.05*.....=25..27
  1600. # Level 30: reward=10*1.05*1.05*1.05*.....=41.61
  1601. # Level 40: reward=10*1.05*1.05*1.05*.....=67.05
  1602. # Level 50: reward=10*1.05*1.05*1.05*.....=109.21
  1603. # Level 100: reward=10*1.05*1.05*1.05*.....=1252.39
  1604. multiplier_per_level: 1.05
  1605.  
  1606. # ########################################################################
  1607. # Factions / FactionsUUID settings
  1608. # ########################################################################
  1609. # Here you can chance the behavior of the Factions / FactionsUUID integration, or you can disable
  1610. # integration completely.
  1611. # https://www.spigotmc.org/resources/factions.1900/
  1612. # https://www.spigotmc.org/resources/factionsuuid.1035/
  1613. factions:
  1614.  
  1615. # Enable/disable integration with Factions.
  1616. # https://www.massivecraft.com/
  1617. # https://www.spigotmc.org/resources/factions.1900/
  1618. # https://www.spigotmc.org/resources/factionsuuid.1035/
  1619. enable_integration_factions: false
  1620.  
  1621. # This is the bonus when a player kills a mob or a player in a Factions WarZone.
  1622. factions_warzone_multiplier: 1.1
  1623.  
  1624. # ########################################################################
  1625. # Towny settings
  1626. # ########################################################################
  1627. # Here you can chance the behavior of the Towny integration, or you can disable
  1628. # integration completely.
  1629. # http://towny.palmergames.com/
  1630. towny:
  1631.  
  1632. # Enable/disable integration with Towny.
  1633. # http://towny.palmergames.com/
  1634. enable_integration_towny: true
  1635.  
  1636. # Disable rewards when the player is in his hometown.
  1637. # http://towny.palmergames.com/
  1638. disable_rewards_in_home_town: false
  1639.  
  1640. # Disable naturally drops and xp drops when the player kill mobs in his home town.
  1641. disable_naturally_drops_and_xp_in_home_town: false
  1642.  
  1643. # ########################################################################
  1644. # Towny settings
  1645. # ########################################################################
  1646. # Here you can chance the behavior of the Residence integration, or you can disable
  1647. # integration completely.
  1648. # https://www.spigotmc.org/resources/residence_1_7_10_up_to_1_11.11480/
  1649. residence:
  1650.  
  1651. # Enable/disable integration with Residence.
  1652. # http://towny.palmergames.com/
  1653. enable_integration_residence: true
  1654.  
  1655. # Disable rewards when the player is protected against damage.
  1656. # http://towny.palmergames.com/
  1657. disable_rewards_in_home_town: false
  1658.  
  1659. # Disable naturally drops and xp drops when the player kill mobs in his home town.
  1660. disable_naturally_drops_and_xp_in_protected_residence: false
  1661.  
  1662. # ########################################################################
  1663. # Integration to McMMO
  1664. # ########################################################################
  1665. # This section only relevant if you use McMMO.
  1666. # Here you configure if the player will get McMMO Levels for MobHunting kills and
  1667. # and the chance to get the xp.
  1668. mcmmo:
  1669.  
  1670. # Enable/disable the integration with McMMO.
  1671. # https://www.spigotmc.org/resources/mcmmo.2445/
  1672. enable_integration_mcmmo: true
  1673.  
  1674. # Set 'enable_mcmmo_level_rewards: true' to let the players get Level as a MobHunting reward.
  1675. enable_mcmmo_level_rewards: true
  1676. mobs:
  1677. bat:
  1678. skillreward_amount: '1'
  1679. skillreward_chance: 0.025
  1680. blacksmith:
  1681. skillreward_amount: '1'
  1682. skillreward_chance: 0.025
  1683. blaze:
  1684. skillreward_amount: '1'
  1685. skillreward_chance: 0.05
  1686. bonusmob:
  1687. skillreward_amount: '1'
  1688. skillreward_chance: 0.05
  1689. butcher:
  1690. skillreward_amount: '1'
  1691. skillreward_chance: 0.025
  1692. cartographer:
  1693. skillreward_amount: '1'
  1694. skillreward_chance: 0.025
  1695. cave_spider:
  1696. skillreward_amount: '1'
  1697. skillreward_chance: 0.04
  1698. chicken:
  1699. skillreward_amount: '1'
  1700. skillreward_chance: 0.025
  1701. clownfish:
  1702. skillreward_amount: '1'
  1703. skillreward_chance: 0.075
  1704. cow:
  1705. skillreward_amount: '1'
  1706. skillreward_chance: 0.025
  1707. creeper:
  1708. skillreward_amount: '1'
  1709. skillreward_chance: 0.04
  1710. donkey:
  1711. skillreward_amount: '1'
  1712. skillreward_chance: 0.025
  1713. elder_guardian:
  1714. skillreward_amount: '1:2'
  1715. skillreward_chance: 0.1
  1716. enderdragon:
  1717. skillreward_amount: '5'
  1718. skillreward_chance: 0.33
  1719. enderman:
  1720. skillreward_amount: '1'
  1721. skillreward_chance: 0.04
  1722. endermite:
  1723. skillreward_amount: '1:2'
  1724. skillreward_chance: 0.2
  1725. evoker:
  1726. skillreward_amount: '1'
  1727. skillreward_chance: 0.05
  1728. farmer:
  1729. skillreward_amount: '1'
  1730. skillreward_chance: 0.025
  1731. ghast:
  1732. skillreward_amount: '1'
  1733. skillreward_chance: 0.05
  1734. giant:
  1735. skillreward_amount: '1:2'
  1736. skillreward_chance: 0.1
  1737. guardian:
  1738. skillreward_amount: '1'
  1739. skillreward_chance: 0.05
  1740. horse:
  1741. skillreward_amount: '1'
  1742. skillreward_chance: 0.025
  1743. husk:
  1744. skillreward_amount: '1'
  1745. skillreward_chance: 0.04
  1746. illusioner:
  1747. skillreward_amount: '1'
  1748. skillreward_chance: 0.05
  1749. iron_golem:
  1750. skillreward_amount: '1'
  1751. killer_rabbit:
  1752. skillreward_amount: '5'
  1753. skillreward_chance: 1.0
  1754. llama:
  1755. skillreward_amount: '1'
  1756. skillreward_chance: 0.025
  1757. librarian:
  1758. skillreward_amount: '1'
  1759. skillreward_chance: 0.025
  1760. magma_cube:
  1761. skillreward_amount: '1'
  1762. skillreward_chance: 0.04
  1763. mule:
  1764. skillreward_amount: '1'
  1765. skillreward_chance: 0.025
  1766. mushroom_cow:
  1767. skillreward_amount: '1'
  1768. skillreward_chance: 0.025
  1769. nitwit:
  1770. skillreward_amount: '1'
  1771. skillreward_chance: 0.025
  1772. ocelot:
  1773. skillreward_amount: '1'
  1774. skillreward_chance: 0.025
  1775. parrot:
  1776. skillreward_amount: '1'
  1777. skillreward_chance: 0.025
  1778. pig:
  1779. skillreward_amount: '1'
  1780. skillreward_chance: 0.025
  1781. polar_bear:
  1782. skillreward_amount: '1'
  1783. skillreward_chance: 0.05
  1784. priest:
  1785. skillreward_amount: '1'
  1786. skillreward_chance: 0.025
  1787. pufferfish:
  1788. skillreward_amount: '1'
  1789. skillreward_chance: 0.06
  1790. pvpplayer:
  1791. skillreward_amount: '1'
  1792. skillreward_chance: 0.025
  1793. rabbit:
  1794. skillreward_amount: '1'
  1795. skillreward_chance: 0.025
  1796. raw_fish:
  1797. skillreward_amount: '1'
  1798. skillreward_chance: 0.05
  1799. raw_salmon:
  1800. skillreward_amount: '1'
  1801. skillreward_chance: 0.06
  1802. sheep:
  1803. skillreward_amount: '1'
  1804. skillreward_chance: 0.025
  1805. shulker:
  1806. skillreward_amount: '1'
  1807. skillreward_chance: 0.05
  1808. silverfish:
  1809. skillreward_amount: '1'
  1810. skillreward_chance: 0.04
  1811. skeleton:
  1812. skillreward_amount: '1'
  1813. skillreward_chance: 0.04
  1814. skeletonhorse:
  1815. skillreward_amount: '1'
  1816. skillreward_chance: 0.025
  1817. slime_base:
  1818. skillreward_amount: '1'
  1819. skillreward_chance: 0.04
  1820. snowman:
  1821. skillreward_amount: '1'
  1822. skillreward_chance: 0.025
  1823. spider:
  1824. skillreward_amount: '1'
  1825. skillreward_chance: 0.04
  1826. squid:
  1827. skillreward_amount: '1'
  1828. skillreward_chance: 0.025
  1829. stray:
  1830. skillreward_amount: '1'
  1831. skillreward_chance: 0.04
  1832. vex:
  1833. skillreward_amount: '1'
  1834. skillreward_chance: 0.04
  1835. villager:
  1836. skillreward_amount: '1'
  1837. skillreward_chance: 0.025
  1838. vindicator:
  1839. skillreward_amount: '1'
  1840. skillreward_chance: 0.05
  1841. witch:
  1842. skillreward_amount: '1'
  1843. skillreward_chance: 0.33
  1844. wither:
  1845. skillreward_amount: '1'
  1846. skillreward_chance: 0.33
  1847. wither_skeleton:
  1848. skillreward_amount: '1'
  1849. skillreward_chance: 0.05
  1850. wolf:
  1851. skillreward_amount: '1'
  1852. skillreward_chance: 0.04
  1853. zombie:
  1854. skillreward_amount: '1'
  1855. skillreward_chance: 0.4
  1856. zombiehorse:
  1857. skillreward_amount: '1'
  1858. skillreward_chance: 0.025
  1859. zombie_villager:
  1860. skillreward_amount: '1'
  1861. skillreward_chance: 0.04
  1862. zombie_pigman:
  1863. skillreward_amount: '1'
  1864. skillreward_chance: 0.05
  1865. mcmmov:
  1866. iron_golem:
  1867. skillreward_chance: 0.05
  1868.  
  1869. # ########################################################################
  1870. # Integration to CrackShot
  1871. # ########################################################################
  1872. # This section only relevant if you use CrackShot.
  1873. # Here you configure if the player will get a multiplier for using a CrackShot weapon
  1874. crackshot:
  1875.  
  1876. # Enable/disable integration with CrackShot.
  1877. # https://dev.bukkit.org/projects/crackshot
  1878. enable_integration_crackshot: true
  1879.  
  1880. # Multiplier used when a Crackshot weapon was used to kill a mob or a player
  1881. crackshot_multiplier: 0.7
  1882.  
  1883. # ########################################################################
  1884. # MobArena
  1885. # ########################################################################
  1886. mobarena:
  1887.  
  1888. # Enable/Disable integration with MobArena
  1889. enable_integration_mobarena: true
  1890.  
  1891. # Set to true if you want the players to get rewards while playing MobArena.
  1892. mobarena_get_rewards: false
  1893.  
  1894. # ########################################################################
  1895. # PVPArena
  1896. # ########################################################################
  1897. # Here is where can configure how mobhunting acts when killing players while playing PvpArena
  1898. pvparena:
  1899.  
  1900. # Enable/Disable integration with PvpArena
  1901. enable_integration_pvparena: true
  1902.  
  1903. # Set to true if you want the players to get rewards while playing pvpArena.
  1904. pvparena_get_rewards: false
  1905.  
  1906. # ########################################################################
  1907. # MythicMobs
  1908. # ########################################################################
  1909. mythicmobs:
  1910.  
  1911. # Enable/Disable integration with MythicMobs
  1912. enable_integration_mythicmobs: true
  1913.  
  1914. # ########################################################################
  1915. # MyPet
  1916. # ########################################################################
  1917. mypet:
  1918.  
  1919. # Enable/Disable integration with MyPet
  1920. enable_integration_mypet: true
  1921.  
  1922. # ########################################################################
  1923. # Minigames
  1924. # ########################################################################
  1925. minigames:
  1926.  
  1927. # Enable/Disable integration with MiniGames
  1928. enable_integration_minigames: true
  1929.  
  1930. # ########################################################################
  1931. # MinigamesLib
  1932. # ########################################################################
  1933. minigameslib:
  1934.  
  1935. # Enable/Disable integration with MiniGamesLib
  1936. # https://www.spigotmc.org/resources/minigameslib.23844/
  1937. enable_integration_minigameslib: true
  1938.  
  1939. # ########################################################################
  1940. # Worldguard
  1941. # ########################################################################
  1942. worldguard:
  1943.  
  1944. # Enable/Disable integration with WorldGuard
  1945. enable_integration_worldguard: true
  1946.  
  1947. # ########################################################################
  1948. # Essentials
  1949. # ########################################################################
  1950. essentials:
  1951.  
  1952. # Enable/Disable integration with Essentials
  1953. # http://dev.bukkit.org/bukkit_plugins/essentialsx/
  1954. enable_integration_essentials: true
  1955.  
  1956. # ########################################################################
  1957. # BattleArena
  1958. # ########################################################################
  1959. battlearena:
  1960.  
  1961. # Enable/Disable integration with BattleArena
  1962. enable_integration_battlearena: true
  1963.  
  1964. # ########################################################################
  1965. # BossBarAPI
  1966. # ########################################################################
  1967. bossbarapi:
  1968.  
  1969. # Enable/Disable integration with BossBarAPI. If you want messages in player chat you can set this to true.
  1970. enable_integration_bossbarapi: true
  1971.  
  1972. # ########################################################################
  1973. # BarApi
  1974. # ########################################################################
  1975. barapi:
  1976.  
  1977. # Enable/Disable integration with BarAPI. If you want messages in player chat you can set this to true.
  1978. # https://dev.bukkit.org/projects/bar_api
  1979. enable_integration_barapi: true
  1980.  
  1981. # ########################################################################
  1982. # TitleApi
  1983. # ########################################################################
  1984. titleapi:
  1985.  
  1986. # Enable/Disable integration with TitleAPI
  1987. enable_integration_titleapi: true
  1988.  
  1989. # ########################################################################
  1990. # VanishNoPackets
  1991. # ########################################################################
  1992. vanishnopacket:
  1993.  
  1994. # Enable/Disable integration with VanishNoPacket
  1995. enable_integration_vanishnopacket: true
  1996.  
  1997. # ########################################################################
  1998. # Titlemanager
  1999. # ########################################################################
  2000. titlemanager:
  2001.  
  2002. # Enable/Disable integration with TitleManger. If you want messages in player chat you can set this to true.
  2003. # https://www.spigotmc.org/resources/titlemanager.1049/
  2004. enable_integration_titlemanager: true
  2005.  
  2006. # ########################################################################
  2007. # Actionbar
  2008. # ########################################################################
  2009. actionbar:
  2010.  
  2011. # Enable/Disable integration with Actionbar. If you want messages in player chat you can set this to true.
  2012. enable_integration_actionbar: true
  2013.  
  2014. # ########################################################################
  2015. # ActionbarAPI
  2016. # ########################################################################
  2017. actionbarapi:
  2018.  
  2019. # Enable/Disable integration with ActionBarAPI. If you want messages in player chat you can set this to true.
  2020. # https://www.spigotmc.org/resources/actionbarapi_1_8_1_9_1_10.1315/
  2021. enable_integration_actionbarapi: true
  2022.  
  2023. # ########################################################################
  2024. # ActionAnnouncer
  2025. # ########################################################################
  2026. actionannouncer:
  2027.  
  2028. # Enable/Disable integration with ActionAnnouncer. If you want messages in player chat you can set this to true.
  2029. # https://www.spigotmc.org/resources/actionannouncer.1320/
  2030. enable_integration_actionannouncer: true
  2031.  
  2032. # ########################################################################
  2033. # Gringotts
  2034. # ########################################################################
  2035. gringotts:
  2036.  
  2037. # Enable/Disable integration with Gringotts Economy.
  2038. # http://dev.bukkit.org/bukkit_plugins/gringotts/
  2039. enable_integration_gringotts: true
  2040.  
  2041. # ########################################################################
  2042. # TARDIS Weeping Angels
  2043. # ########################################################################
  2044. tardis_weepingangles:
  2045.  
  2046. # Enable/Disable integration with TARDIS Weeping Angels.
  2047. # http://dev.bukkit.org/bukkit_plugins/tardisweepingangels/
  2048. enable_integration_tardis_weeping_angels: true
  2049.  
  2050. # ########################################################################
  2051. # ProtocolLib
  2052. # ########################################################################
  2053. protocollib:
  2054.  
  2055. # Enable/Disable integration with ProtocolLib.
  2056. # https://www.spigotmc.org/resources/protocollib.1997/
  2057. enable_integration_protocollib: true
  2058.  
  2059. # ########################################################################
  2060. # MysterousHalloween
  2061. # ########################################################################
  2062. mysterious_halloween:
  2063.  
  2064. # Enable/Disable integration with MysteriousHalloween.
  2065. # https://www.spigotmc.org/resources/mysterioushalloween.13059/
  2066. enable_integration_mysterious_halloween: true
  2067.  
  2068. # ########################################################################
  2069. # SmartGiants
  2070. # ########################################################################
  2071. smartgiants:
  2072.  
  2073. # Enable/Disable integration with SmartGiants.
  2074. # https://www.spigotmc.org/threads/smartgiants.55208/
  2075. enable_integration_smartgiants: true
  2076.  
  2077. # ########################################################################
  2078. # PlaceholderApi
  2079. # ########################################################################
  2080. placeholderapi:
  2081.  
  2082. # Enable/Disable integration with PlaceholderAPI.
  2083. # https://www.spigotmc.org/resources/placeholderapi.6245/
  2084. enable_integration_placeholderapi: true
  2085.  
  2086. # ########################################################################
  2087. # BossShop
  2088. # ########################################################################
  2089. bossshop:
  2090.  
  2091. # Enable/Disable integration with BossShop.
  2092. # https://www.spigotmc.org/resources/bossshop_powerful_and_playerfriendly_chest_gui_shop_menu_plugin.222/
  2093. enable_integration_bossshop: true
  2094.  
  2095. # ########################################################################
  2096. # ExtraHardMode
  2097. # ########################################################################
  2098. extra_hard_mode:
  2099.  
  2100. # Enable/Disable integration with ExtraHardmode.
  2101. # https://www.spigotmc.org/resources/extra_hard_mode.19673/
  2102. enable_integration_extra_hard_mode: true
  2103.  
  2104. # ########################################################################
  2105. # Herobrine
  2106. # ########################################################################
  2107. herobrine:
  2108.  
  2109. # Enable/Disable integration with Herobrine.
  2110. # https://www.theprogrammersworld.net/Herobrine/
  2111. enable_integration_herobrine: true
  2112.  
  2113. # ########################################################################
  2114. # Holograms
  2115. # ########################################################################
  2116. holograms:
  2117.  
  2118. # Enable/Disable integration with Holograms.
  2119. # https://www.spigotmc.org/resources/holograms.4924/
  2120. enable_integration_holograms: true
  2121.  
  2122. # ########################################################################
  2123. # Holograpic Displays
  2124. # ########################################################################
  2125. holographic_displays:
  2126.  
  2127. # Enable/Disable integration with Holograms.
  2128. # https://dev.bukkit.org/projects/holographic_displays
  2129. enable_integration_holographic_displays: true
  2130.  
  2131. # ########################################################################
  2132. # Precious Stones
  2133. # ########################################################################
  2134. precious_stones:
  2135.  
  2136. # Enable/Disable integration with PreciousStones.
  2137. # https://www.spigotmc.org/resources/preciousstones.5270/
  2138. enable_integration_preciousstones: true
  2139.  
  2140. # ########################################################################
  2141. # DropMoneyOnGround Settings
  2142. # ########################################################################
  2143. dropmoneyonground:
  2144.  
  2145. # When a player get a money reward for a kill, the money will go directly
  2146. # into his pocket. If you set dropMoneyOnGround=true the reward will
  2147. # dropped on ground to be picked up by the player.
  2148. # Negative rewards will always be taken from the player.
  2149. drop_money_on_ground: true
  2150.  
  2151. # Here you can set the type of the ITEM to be dropped.
  2152. # You can choose between "ITEM","KILLED","SKULL","KILLER". The default is ITEM.
  2153. # The value will be showed above the item.
  2154. # ITEM: The reward is dropped as a normal Minecraft item.
  2155. # KILLED: The reward is dropped as the head of the mob/player you killed.
  2156. # SKULL: The reward is dropped as a SKULL with a custom texture. You can generate custom texture value
  2157. # and custom texture signature at http://mineskin.org
  2158. # KILLER: The reward is dropped as the killers head.
  2159. #
  2160. # OBS: If the Gringotts plugin is installed and support not disabled, the droped item will be the Gringotts chosen item.
  2161. # Examples:
  2162. #
  2163. # Bag of gold: (https://mineskin.org/6875)
  2164. #
  2165. # drop_money_on_ground_skull_reward_name: 'Bag of gold'
  2166. # drop_money_on_ground_skull_texture_value: 'eyJ0aW1lc3RhbXAiOjE0ODU5MTIwNjk3OTgsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5NmNlMTNmZjYxNTVmZGYzMjM1ZDhkMjIxNzRjNWRlNGJmNTUxMmYxYWRlZGExYWZhM2ZjMjgxODBmM2Y3In19fQ=='
  2167. # 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='
  2168. #
  2169. # Bag of gold (alternative): (https://mineskin.org/3384)
  2170. #
  2171. # drop_money_on_ground_skull_reward_name: 'Bag of gold'
  2172. # drop_money_on_ground_skull_texture_value: 'eyJ0aW1lc3RhbXAiOjE0NzQzMzI0MzY1MDYsInByb2ZpbGVJZCI6IjNlMjZiMDk3MWFjZDRjNmQ5MzVjNmFkYjE1YjYyMDNhIiwicHJvZmlsZU5hbWUiOiJOYWhlbGUiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg2NzczZDc0Y2Y1MDhmZDc3Yzc4MmZmZDI5ZGYyZmU0N2ZiNzE0YjViMGQ3ZGU2N2Q1Mjg2OTMxZTJmMWRmMiJ9fX0='
  2173. # 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='
  2174. #
  2175. # Chest: (https://mineskin.org/3136)
  2176. #
  2177. # drop_money_on_ground_skull_reward_name: 'Treasure chest'
  2178. # drop_money_on_ground_skull_texture_value: 'eyJ0aW1lc3RhbXAiOjE0NzI4Mzk3Nzk2ODMsInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJJbnZlbnRpdmVHYW1lcyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY5NDcxMjQ1YmNhN2M0ZmUwNjQ0MGQ5YjRiOWY3NDIxN2VkNzM0M2FhZDU5YTc5MThiMWExZDYxZDhiYTZkYSJ9fX0='
  2179. # 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='
  2180. #
  2181. # Birthday present: (https://mineskin.org/4743)
  2182. #
  2183. # drop_money_on_ground_skull_reward_name: 'Birthday present'
  2184. # drop_money_on_ground_skull_texture_value: 'eyJ0aW1lc3RhbXAiOjE0Nzk5MzEzNDMxMjgsInByb2ZpbGVJZCI6IjNlMjZiMDk3MWFjZDRjNmQ5MzVjNmFkYjE1YjYyMDNhIiwicHJvZmlsZU5hbWUiOiJOYWhlbGUiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NmNDRkZjIzMjBiNzYzMTI0N2FhZGY1OWMwZWNlOTdhNGJiNTdkZjI4YzFjZWU3OTM0ZjZhZTI4YWY4OTg5In19fQ=='
  2185. # drop_money_on_ground_skull_texture_signature: 'k1xQ6E1NuxG1ZN7nlQqRJltYrJn44XHVhNA9pSEu2Pt2mkuixMxhIDj2Tg6o+JWlTyGfXtPVWLxygeGymmeSGaVcmDTaCALg7PL11ZfSzSWSxaIufNbj1EcSi264jg5FrAa/2/DnFsgu16wjlWiIGtjCzgx2QabY8YofoPKw6Y6Y5FHZJVXpT8Rsxs8ok6ZHtfm/ZyyTgvRSzh2mKmVyQIYJ1ZKxuqWhDQfbtBpu3dlEzMAEJo85Dvb7uIFYa7WFitjFJue/c9qpqAnazWFLrx33nYpjjeYhcfAvsaNQW3JVFEkyxzEgzOHbdsbiZcqTCwO+49whu175xOqT7XhouEubDT7A3H1jiSvQvkUZJv/GzUF4qFYHSfxhr6OWoBrRGwWmPdcrYx7fUWKo43CAqa5inaiTV4gU70BWrx5i3LhIJxpnspAyTXs8tZBxeoh8IizWD7uXkYYqh3j9cwuHoxfwZuMpOx9CPTC6R/YwJ1YK5OgJBY1+QhNw+NOilWT3jTok82elFvOLm3a5yLyVs+/UPmLD7rZsFm7/DD3VnRcpgjKRiyy2j9vYsYLyNE2BVLVJxBVk2yyy9u7L4VR6PO+8v2dh9DQl7vM2ORCxKPl2lt6woHWM2+eT1PXr16LtMtAOGYT8mlKFhp8Ou2+9fu4AqWkX7n3swU6XLiK5cJs='
  2186. #
  2187. # Choose between "ITEM","KILLED","SKULL","KILLER"
  2188. drop_money_on_ground_itemtype: SKULL
  2189.  
  2190. # Use the reward as a currency (bag of gold) which can be sold, bought, stored in a
  2191. # protected chest or a protected area (a Bank?). Check the command /mh money sell.
  2192. # If false the bag of gold will be picked up as money, if true the bag of gold
  2193. # will be picked up as an item. OBS: If you want to use the bags as an Economy
  2194. # replacing Essentials/CraftConomy/... and more, then you have to install the
  2195. # BagOfGold plugin as well. (https://dev.bukkit.org/projects/bagofgold)
  2196. drop_money_use_item_as_currency: false
  2197.  
  2198. # Here you can chance the command /mh money ... to /mh <alias> ...
  2199. # Example: gold,bag,silver,coin,????
  2200. drop_money_command_alias: money
  2201.  
  2202. # Here you can set which item should be used when you have
  2203. # chosen drop_money_on_ground_itemtype: ITEM.
  2204. # Use Minecraft Item names like:
  2205. # GOLD_NUGGET, DIAMOND, GOLD_INGOT, EMERALD, GOLDEN_APPLE
  2206. drop_money_on_ground_item: GOLD_INGOT
  2207.  
  2208. # Here you can set of the color of the number above the dropped item.
  2209. # Use color names like WHITE, RED, BLUE, GOLD
  2210. drop_money_on_ground_text_color: WHITE
  2211.  
  2212. # This is the name of the reward
  2213. drop_money_on_ground_skull_reward_name: Bag of gold
  2214.  
  2215. # This is the name of the reward in plural
  2216. drop_money_on_ground_skull_reward_name_plural: Bag of gold
  2217.  
  2218. # This is the Custom Texture Value generated at http://mineskin.org
  2219. drop_money_on_ground_skull_texture_value: eyJ0aW1lc3RhbXAiOjE0ODU5MTIwNjk3OTgsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5NmNlMTNmZjYxNTVmZGYzMjM1ZDhkMjIxNzRjNWRlNGJmNTUxMmYxYWRlZGExYWZhM2ZjMjgxODBmM2Y3In19fQ==
  2220.  
  2221. # This is the Custom Texture Signature generated at http://mineskin.org
  2222. 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=
  2223.  
  2224. # Dark room mobspawners usually collect items in a HOPPER. This is allowed by default.
  2225. # If you want to deny HOPPERS to collect MobHunting Money rewards
  2226. # set "deny_hoppers_to_pickup_money_on_ground"=false
  2227. deny_hoppers_to_pickup_money_on_ground: true
  2228.  
  2229. # ########################################################################
  2230. # Database Settings.
  2231. # ########################################################################
  2232. database:
  2233.  
  2234. # Type of database to use. Valid values are: sqlite, mysql
  2235. type: sqlite
  2236. database_name: mobhunting
  2237. mysql:
  2238. username: user
  2239. password: password
  2240. host: localhost:3306
  2241.  
  2242. # This is the database layout version. Mostly for internal use and you should not need
  2243. # to chance this value. In case you decide to delete your database and let it recreate
  2244. # or if you chance database type sqlite/mysql you should set this value to 0 again.
  2245. database_version: 7
  2246.  
  2247. # ########################################################################
  2248. # Update settings
  2249. # ########################################################################
  2250. updates:
  2251.  
  2252. # Check if there is a new version of the plugin available.
  2253. update_check: true
  2254.  
  2255. # Set the number of seconds between each check. Recommended setting is
  2256. # check_every: 7200 ~ to check every second hour.
  2257. check_every: 7200
  2258.  
  2259. # Set 'autoupdate: true' if you want new updates downloaded and installed.
  2260. # You will still have to reboot the server manually.
  2261. autoupdate: false
  2262.  
  2263. # ########################################################################
  2264. # General Settings
  2265. # ########################################################################
  2266. general:
  2267.  
  2268. # Put the names of the worlds here that you do not wish for mobhunting to be enabled in.
  2269. disabled_in_worlds:
  2270. - worldname
  2271.  
  2272. # The language (file) to use. You can put the name of the language file as the language code
  2273. # (eg. en_US, de_DE, fr_FR, ect.) or you can specify the name of a custom file without the .lang
  2274. # Please check the lang/ folder for a list of all available translations.
  2275. language: en_US
  2276.  
  2277. # Can the players earn money on mobs spawned from mobspawners, eggs and from eggs from Dispensers?
  2278. # If you disable this you are still able to get rewards from specific Spawners, if you white list the area
  2279. # using '/mh whitelistarea'.
  2280. disable_money_rewards_from_mobspawners_and_eggs: false
  2281.  
  2282. # Let the players get the naturally dropped items from mobs spawned from mobspawners, eggs and from eggs from Dispensers ?
  2283. disable_naturally_dropped_items_from_mobspawners_and_eggs: false
  2284.  
  2285. # Let the players get the naturally dropped XP from mobs spawned from mobspawners, eggs and from eggs from Dispensers ?
  2286. disable_naturally_dropped_xp_from_mobspawners_and_eggs: false
  2287.  
  2288. # As of V 5.0.0 MobHunting utilizises the Advancement system (L key) to to show which
  2289. # Achievements the players has made. This is still BETA feature and it is only Supported
  2290. # on Spigot Servers and if you have any problems, you can set 'disable_mobhunting_advancements: true
  2291. # and the reload the plugin.
  2292. disable_mobhunting_advancements: true
  2293.  
  2294. # Broadcast messages will be send in the ActionBar if MobHunting finds a supported ActionBar plugin.
  2295. use_actionbar_for_broadcasts: true
  2296.  
  2297. # Should achievements be broadcasted?
  2298. broadcast_achievement: true
  2299.  
  2300. # Should the hunt begins achievement be broadcasted?
  2301. broadcast_first_achievement: true
  2302.  
  2303. # Time between saves in ticks (20 ticks ~ 1 sec) This number must be higher that 1200 ticks = 2 minutes,
  2304. # but I recommend to save every 5th minute = 6000 ticks
  2305. save_period: 6000
  2306.  
  2307. # Time between leaderboard updates in ticks (20 ticks ~ 1 sec) This number must be higher that 1200 ticks = 2 minutes,
  2308. # but I recommend to update leaderboards max every 5 min = 6000 ticks
  2309. leaderboard_update_period: 6000
  2310.  
  2311. # Time in seconds after attacking a mob that can be counted as a kill
  2312. kill_timeout: 4
  2313.  
  2314. # If kills are not being registered in mob hunting. Enable this to see why they arent
  2315. debug: false
  2316.  
  2317. # Rounding of rewards when you uses a range or %. (ex creeperPrize=10:30) the reward.
  2318. # All numbers except 0 can be used.
  2319. # Set rounding_reward=1 if you want integers. IE. 10,11,12,13,14...
  2320. # Set rounding_reward=0.01 if you want 2 decimals 10.00, 10.01, 10.02... integers.
  2321. # Set rounding_reward=5 if you want multipla of 5 IE. 10,15,20,25...
  2322. # Set rounding_reward=2 if you want multipla of 2 IE. 10,12,14,16...
  2323. reward_rounding: 0.01
  2324.  
  2325. # This is the minimum reward which will which will be paid to the player 0.01 will be fine
  2326. # in most installation, but Gringott users who want very low rewards (like 0.001 for killing
  2327. # a mob) will have to lower the minimum reward. Remember that some multipliers are less than 1
  2328. # and grinding detection and penalties. The minimum_reward should therefor be less than 10%
  2329. # of smallest reward. In the Gringotts example minimum_reward should be 0.0001 or 0.00005.
  2330. minimum_reward: 0.01
  2331.  
  2332. # When a new playerjoins the server he will by default start
  2333. # in 'LEARNING MODE' and get extra information about when he get rewards and not,
  2334. # when killing Mobs. The player can disable this InGame by using the command '/mobhunt learn'
  2335. newplayer_learning_mode: false
  2336.  
  2337. # When use_gui_for_achivements=true the status of players achievements will
  2338. # be showed in a Inventory GUI.
  2339. use_gui_for_achievements: true
  2340.  
  2341. # When use_gui_for_bounties=true the open bounties and most wanted players will
  2342. # be showed in a Inventory GUI.
  2343. use_gui_for_bounties: true
  2344.  
  2345. # Disable natural drops when a mob is killed
  2346. # (because player is grinding or protected by Worldguard or in God mode or similar)
  2347. # If you want the mobs to drops normal rewards set
  2348. # "disable_natural_item_drops"=false
  2349. disable_natural_item_drops: true
  2350.  
  2351. # Disable natural xp drops when a mob is killed
  2352. # (because player is grinding or protected by Worldguard or in God mode or similar)
  2353. # If you want the mobs to drop normal XP set
  2354. # "disable_natural_xp_drops"=false
  2355. disable_natural_xp_drops: true
  2356.  
  2357. # Try to cancel natural drops when a mob is killed the player is in creative mode.
  2358. # If you want the mobs to drops normal rewards set
  2359. # "try_to_cancel_natural_drops_when_in_creative"=false
  2360. try_to_cancel_natural_drops_when_in_creative: true
  2361.  
  2362. # Try to cancel XP drops when a mob is killed while the player is in creative mode.
  2363. # If you want the mobs to drop normal XP set
  2364. # "try_to_cancel_xp_drops_when_in_creative"=false
  2365. try_to_cancel_xp_drops_when_in_creative: true
  2366.  
  2367. # Do not chance this value unless you know what you are doing. It's meant for internal use.
  2368. config_version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement