diff --git a/paper-api/src/main/java/org/bukkit/Server.java b/paper-api/src/main/java/org/bukkit/Server.java index 964b57bb2401..718861fccd0f 100644 --- a/paper-api/src/main/java/org/bukkit/Server.java +++ b/paper-api/src/main/java/org/bukkit/Server.java @@ -835,7 +835,8 @@ default World getWorld(@NotNull NamespacedKey worldKey) { * Create a new virtual {@link WorldBorder}. *

* 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 *