Open clucky opened 11 years ago
damageattacker is for supporting old configs.
You'll see here: https://github.com/Zarius/Bukkit-OtherBlocks/blob/master/src/com/gmail/zariust/otherdrops/parameters/actions/DamageAction.java?source=c#L39 that there is damage, damage.attacker, damage.victim, damage.world & damage.server already :)
Hunger is there too but not quite finalised (currently it only sets the hunger at a specific level which doesn't help.
I noticed that there is a
damageattacker
parameter but not adamagevicitim
. That being said, for ease of memory and relevance to other parameters,damageattacker
should be changed todamage.attacker
and there should bedamage.victim
damage.world
anddamage.server
in addition to it.I am wanting players to gradually loose hunger as they are mining stone. I figure this can either be done by doing
hunger.attacker: -0.05
or by doinghunger: -1.0
alongsidechance: 0.05%
. As with damage, it should havehunger.attacker
hunger.victim
hunger.world
andhunger.server
.Anyway, thank you for your consideration and hopefully I will get a chance to see these features added into OtherDrops. :)