Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If player have a collision with another or entity > the player quit AFK #63

Closed
PatalkokGIT opened this issue Feb 20, 2024 · 1 comment
Closed
Assignees
Labels

Comments

@PatalkokGIT
Copy link

If player have a collision with another or entity > the player quit AFK

@Dart2112
Copy link
Member

This is a known issue and there are a few options to try and fix it. But none of them are perfect.

The easy but much less perfect option:
enable bump protection in the config. Under Protections, the first option is bump. Enabling this will fix the issue but it also has its downsides, mainly that players won't be able to walk while AFK and will need to jump or interact with the world in some other way to be able to leave AFK.

The less compatible but much better option:
you can install AFKPlusPrefix and leave ShouldCollide set to false. This will stop AFK players from being bumped by non-AFK players.

For mobs there is one simple fix, there is a protection called MobTargeting. Enable this and hostile mobs won't target AFK players and therefore won't bump them out of AFK.

@Dart2112 Dart2112 closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants