EssentialsX

EssentialsX

2M Downloads

taken out of afk when hit with wind charge

taylorhaight opened this issue · 4 comments

commented

Type of bug

Exploit

/ess dump all output

https://essentialsx.net/dump.html?id=f4a98cb4071043f38a6e0a43a81b0fe7

Error log (if applicable)

No response

Bug description

When a player is afk, and another player comes and uses wind charge to push them, it takes them out of afk,

Steps to reproduce

Have player 1 do /afk
Have another player use wind charge at them to push them
The chat shows the player has returned/been unafk.

Expected behaviour

The wind charge wouldn't do anything and would ignore the afk player.

Actual behaviour

It pushes the player which causes them to unafk.

Additional Information

No response

commented
# Should we automatically remove afk status when a player moves?
# Player will be removed from AFK on chat/command regardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move: true

you have this setting enabled, which i believe is default. sounds like it's intended behavior?

commented

Ahh right, cheers!

commented

I don’t believe it’s intended behaviour when another player causes it, to my understanding the current settings prevent a player from pushing or attacking a player who is AFK — why wouldn’t this extend to wind charges that are thrown at afk players?

commented

it would be no different than if a player were to use a water bucket to move the other player. both of those, with this setting enabled are going to toggle their afk status automatically.