bytzo / sessility

AFK utilities for the server: Keeps track of sessile creatures, more often known as "AFK players".
https://modrinth.com/mod/sessility
MIT License
4 stars 4 forks source link

Add option to disable action detection #5

Closed NikitaCartes closed 10 months ago

NikitaCartes commented 10 months ago

I added this so that players standing on afk farms (placing blocks/attacking mobs) can be detected as sessile. It's also the only detection method that can't be disabled. I don't know if this would fit into your vision, so feel free to close it.

bytzo commented 10 months ago

Looks good! Originally, detecting actions using the vanilla system was the only way Sessility detected player motility. Today, with the two additional methods of detecting motility, I agree with you that it makes sense to be able to disable the original method.

Will merge this in soon, thanks for the contribution!