Geolykt / EnchantmentsPlus

Enchantments+, a Bukkit Custom Enchantments Plugin based on Zenchantments targetted at production grade servers
GNU General Public License v3.0
38 stars 15 forks source link

Bounce enchant triggering jump when walking on to a slime block #46

Closed chrismwiggs closed 3 years ago

chrismwiggs commented 3 years ago

The bounce enchant on boots, when you walk on to a slime block, forces you to jump without you actually pressing jump. It maintains the momentum like you'd expect, but just makes walking on slime blocks impossible.

Paper 1.16.5 Enchants+ 3.1.4

gecko10000 commented 3 years ago

I believe this is intended behavior.

chrismwiggs commented 3 years ago

Maybe worth rethinking then? The original docs describe it as maintaining momentum, which makes sense, but if that was the case you would have to jump first.

Geolykt commented 3 years ago

The enchantment is strange in many regards, for example it does not maintain momentum, it actively creates one; as far as I know sneaking will "resolve" this issue, which I currently find a fine compromise. About the description of the enchantment, it probably needs to be redefined as I think it is too late to change how the enchantment works (I could make it configurable, but maintenance will haunt me later). Any suggestions on that?