MobHunting

MobHunting

114k Downloads

Drophead:true on conversion 5.4.6 > 5.4.7

SlimeDog opened this issue · 10 comments

commented

Spigot 1.12.2
MH 5.4.7-b577

Auto-conversion yields

  • mobs.*.head.drophead:true

for all mobs. I'm pretty sure that I configured for no head drops ever. What is the conversion rule?

5.4.6 config.yml
http://whitedog.straight8.com/drops/config.yml

commented

There is no auto conversion for the head. Because the field did not exist in the old config.

commented

There is no auto conversion for the head. Because the field did not exist in the old config.

commented

In the old config the head was made using "mobhunt head give....." I cant convert from this?

commented

In 5.4.6 config, what does

  • mobs.*-head-prize: '0'

represent?

commented

Only the value when the head is dropped. I cant use this as a test.

But I could check the run_cmd for "mobhunt head give" and if found I set
mobs..head.drophead:true
if not
mobs.
.head.drophead:false

commented

That sounds right.

commented
commented

Thank you for the help with the testing. I REALLY appreciate this!!! Its impossible for me to test all compbinations.

commented

V5.5.0 released

commented

@SlimeDog do you think I can make a release now?