Add the “vertical-entity-activation-range” option #12394
Huge-mistake
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
In the “spigot.yml” file, the “entity-activation-range” option refers to a horizontal range. Within this horizontal range, the vertical range from Y-64~Y319 is also considered part of the activation range.
Adding the "vertical-entity-activation-range" option allows for more flexible control over the size of the activation range.
Describe the solution you'd like.
Add the "vertical-entity-activation-range" option in the "paper-world-defaults.yml" file.
#Setting it to “64” means that the vertical activation range is 64, while the horizontal activation range will use the value set in the “entity-activation-range” option in the “spigot.yml” file.
#Setting it to "default" means maintaining the default behavior of the "entity-activation-range" option in "spigot.yml".
Describe alternatives you've considered.
vertical-entity-activation-range: true or false
#When set to true, both the vertical and horizontal activation ranges will use the value set in the “entity-activation-range” option in spigot.yml.
#When set to false, it maintains the default behavior of the “entity-activation-range” option in spigot.yml.
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions