Skip to content
Merged
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
3 changes: 2 additions & 1 deletion paper-api/src/main/java/org/bukkit/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,8 @@ default World getWorld(@NotNull NamespacedKey worldKey) {
* Create a new virtual {@link WorldBorder}.
* <p>
* Note that world borders created by the server will not respect any world
* scaling effects (i.e. coordinates are not divided by 8 in the nether).
* scaling effects (i.e. coordinates are not divided by 8 in the nether)
* and will not deal damage to players outside their bounds.
*
* @return the created world border instance
*
Expand Down
Loading