mirror of
https://github.com/PryPurity/WorldBorder.git
synced 2024-11-14 10:15:36 +01:00
Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
91c66d9f58
Fill process should run much more smoothly regardless of what frequency you've specified. If the fill process is paused due to low memory, it now tries to prod Java into cleaning up memory, so the process usually is able to start right back up almost immediately. A few other minor tweaks to the fill process. Moved world region file handling code out to new separate WorldFileData class, which is used by both the trim process and the fill process. |
||
---|---|---|
lib | ||
nbproject | ||
src | ||
.gitignore | ||
build.xml | ||
manifest.mf | ||
README.md | ||
worldborder_logo.psd |
WorldBorder
A Bukkit plugin to provide borders for your worlds, to limit their sizes.
Description
This plugin is intended to be able to supersede BorderGuard Lite and rBorder in functionality, and to impact server performance as little as possible, hopefully very close to being on par with rBorder. And, like rBorder, the source is available. Configuration and border setup is done using commands in-game or through the server console. All commands support GroupManager and Permissions plugin, so you can use either to set up command permissions.