Skip to content

Efficient, feature-rich plugin for limiting and generating your worlds. Continuation of the original plugin.

License

Notifications You must be signed in to change notification settings

Puremin0rez/WorldBorder

 
 

Repository files navigation

WorldBorder (Pure's Fork)

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.

What's different?

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.

How do I obtain it?

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/)

Can I use your code?

The original project, and therefore this project, is licensed as BSD 2-Clause "Simplified" License

Acknowledgements

  • 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.

About

Efficient, feature-rich plugin for limiting and generating your worlds. Continuation of the original plugin.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 99.1%
  • Kotlin 0.9%