Skip to content

Commit

Permalink
Add despawn-range-shape to paper world config
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Aug 25, 2024
1 parent 9c8943f commit 9be174d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config-specs/paper/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,18 @@ entities:
description: >-
The rate, in ticks, at which arrows shot from players in creative mode
are despawned
despawn-range-shape:
default: ELLIPSOID
description: >-
The shape of the despawn range. Can be one of the following values:
- **ELLIPSOID**: The despawn range is an ellipsoid, with the horizontal
and vertical despawn ranges being separate. This is the default minecraft
behavior.
- **CYLINDER**: The vertical despawn range is checked separately from
the horizontal despawn range, but the horizontal despawn range is a
circle.
despawn-ranges:
<mob_category>:
hard:
Expand Down

0 comments on commit 9be174d

Please sign in to comment.