gecolay / GSit

GPlugin - GSit - Relax with other players on nice seats!
https://www.spigotmc.org/resources/gsit.62325/
GNU General Public License v3.0
120 stars 49 forks source link

[Bug Report] Taking absorption damage while sitting does not force the player to stand up #174

Closed DaniDipp closed 2 months ago

DaniDipp commented 3 months ago

Observed behavior

When a player has absorption hearts, getting damaged while sitting does not knock them out of the sit even when get-up-damage is set to true in the config.

Expected behavior

Taking damage of any kind should force players to stand up, no matter if they have absorption hearts or not.

Reproduction steps

  1. Give yourself absorption hearts
    /effect give @s minecraft:absorption 60
  2. Sit down
    /sit
  3. Take damage
    /damage @s 1
    /summon skeleton
    etc.

    Observe how you don't get forced to stand up until after the absorption hearts run out or get used up.