kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics from 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
160 stars 70 forks source link

Reach is 4 blocks, but needs to be configurable to less. 4 blocks is beyond vanilla. #689

Closed karlheidar closed 7 months ago

karlheidar commented 8 months ago

Problem

1.20.2 - Problem or feature? Reach is 4 blocks, but needs to be configurable to less. 4 blocks is beyond vanilla. I am using the plugin to disable hit cooldown, but it changes the mechanics of the reach.

Either reduce reach to vanilla, or make a feature in config.yml to reduce or configure reach.

karlheidar commented 8 months ago

Scenario: Player with sharpness V sword can hit another player standing 4 blocks away with full damage.

kernitus commented 8 months ago

I have no idea how you observed this effect, we do not make any modification whatsoever to the hit detection code. We only modify the damage done after some entity is hit.

Do you have other plugins that might be tinkering with combat? Can you provide more information about your setup?