Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
Go to file
Guntram Blohm 12bb4b1da9 Use async Chunk generation, if possible, using PaperLib
This routes all world generation requests through PaperLib, which will generate Chunks asynchronously if the server allows it (Paper does, Spigot doesn't). This means changes to which chunks are still needed, and which can be unloaded, as well; the code keeps a list of Chunks that are needed for others, and will unload them only when the target chunk has been generated. Unloads by the server itself get prevented while the chunk is needed; else the server could decide on a tick that chunk has no players nearby and needs to be unloaded.
2019-03-20 19:02:55 +01:00
src/main Use async Chunk generation, if possible, using PaperLib 2019-03-20 19:02:55 +01:00
.gitignore Alter fully generated prediction to match 1.13.x worldgen behavior 2018-09-03 14:07:13 -05:00
README.md Update README.md 2018-09-18 17:59:20 -05:00
pom.xml Use async Chunk generation, if possible, using PaperLib 2019-03-20 19:02:55 +01:00
worldborder_logo.psd Update readme and logo PSD 2012-11-11 05:05:45 -06:00