MobHunting

MobHunting

114k Downloads

Skulls and Ingots

anemul opened this issue · 8 comments

commented

When I kill a mob , it says I got a Skull and Ingot from such and such , but I do not receive them . There are no errors .

commented

Check your config.yml for the killed mob

commented

This is what is in my config . No matter the mob I kill , it tells me I got the items and every time :

### Creeper settings

creeper:
enabled: true
message: You got a Creeper skull and an Iron ingot.
money:
amount: '10.0'
chance: 1.0
commands:
- chance: '0.05'
cmd: give {player} iron_ingot 1
- chance: '0.05'
cmd: give {player} 397 1 3 {SkullOwner:"MHF_Creeper"}
head:
drophead: false
value: '0'
chance: 0.05
message: §aThe §1{killed} §adropped a skull on the ground

commented
commented

ok that is a lot of lines lol

commented

How can I tell the players when they got a skull and or ingot then , for when they do ?

commented
commented

This line is only send when a head is dropped

message: §aThe §1{killed} §adropped a skull on the ground

commented

Stopped the messages for sure and I must have done something to it , because it reloaded and reset all the messages and now it works like it use to , dunno what happened really , but it is working completely again .