EternalCodeTeam / EternalCombat

⚔ Combat Logging system for Minecraft!
https://eternalcode.pl
Apache License 2.0
16 stars 6 forks source link

Safe Zone entry prevention is poorly implemented #95

Closed NotAlexNoyle closed 1 month ago

NotAlexNoyle commented 1 year ago

Describe the bug When I walk into a safe zone in combat, I am flung hundreds of blocks, even with the modifier in the config set to 0.

To Reproduce

  1. Protect a region in the config file
  2. Enter combat mode
  3. Try to cross into the protected region
  4. You will go flying very far away

Expected behavior Walking into a protected region should be like hitting a wall, I don't want players to get flung and go flying. Use a world border if possible.

Platform (please complete the following information):

Additional notes This is a continuation of Issue 52 https://github.com/EternalCodeTeam/EternalCombat/issues/52