Advertisement
Guest User

New Config.yml

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