Skip to content

feat: stuckEntityPoiRetryDelay #640

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/config/paper/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ entities:
default: "true"
vanilla: "false"
description: Adds a cooldown to bees being released after a failed release, which can occur if the hive is blocked or it being night.
stuck-entity-poi-retry-delay:
default: "10"
vanilla: "disabled"
description: The delay before retrying POI acquisition when entity navigation is stuck. This will reduce pathfinding performance impact. Measured in seconds.
entities-target-with-follow-range:
default: "false"
description: "Sets whether the server should use follow range when targeting entities "
Expand Down