Brettflan / WorldBorder

Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
https://www.spigotmc.org/resources/worldborder.60905/
BSD 2-Clause "Simplified" License
139 stars 210 forks source link

Maximum border radius from any (X,Y) of 9999 #123

Closed ghost closed 5 years ago

ghost commented 5 years ago

On 1.13.2,

On large maps, it would seem that from any given (X,Y) coordinate, a radius can exist of any size in memory, but when saving to disc, it seems to limit to 9999 blocks.

Is it possible to fork and change this? Could you send me the specific blob of code required?

Brettflan commented 5 years ago

Can't reproduce in Spigot 1.13.2 or Paper 1.13.2, and a problem like that with the plugin shouldn't be possible.

The problem is something else on your server.