Advertisement
Momshroom

Untitled

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