Compatible with Minecraft 1.13+ (Tested on Minecraft 1.19)
This is a continuation / maintained version of the original plugin created by BrettFlan.
The goal of this project is to maintain the original projects fully working operation and add new features to improve upon the ideas and philosophies of the original project.
This is a list of everything that has been altered from the original from a users perspective:
- The world generation fill speed has been significantly increased (at the cost of more memory usage)
- Improvements have been made to better preserving fill progress between restarts / crashes
- Fixes involving height issues and teleports for border checking tasks
- Auto resume for the world generation fill task will now work properly with worlds loaded by Multiverse-Core & Hyperverse
- An incompatibility between Java 8 and Java 9+ was resolved
- Ability to bypass the worldborder via permission
worldborder.allowbypass
as an alternative to the bypass list - The world trimming feature now supports entity (1.17+) and POI (1.14+) removal
This project is a direct drop in replacement for the original. You can upgrade without any loss or worries.
You can download stable releases via Github Releases, located here.
You can download development builds via Github Actions, located here. (Github Account Required)
You can compile it by running the following command in the project directory:
./gradlew clean build
(The jar file will be located in /build/libs/
)
The original project, and therefore this project, is licensed as BSD 2-Clause "Simplified" License
- BrettFlan for creating the true and tested WorldBorder project that server admins have relied on for years.
- Contributors for helping improve the project.
- You, for reading this and checking out the project.