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.
247e9052c2
Thanks to mikeprimm for adding a couple of requested features to DynMap which made this feature possible. New commands: /wb dynmap <on/off> - turn DynMap border display on or off. /wb dynmapmsg <text> - DynMap border labels will show this. New permissions: worldborder.dynmap (Op): Can enable/disable DynMap border display integration worldborder.dynmapmsg (Op): Can set the label text for borders shown in DynMap Also, a slight improvement to how boolean values are determined from command input; it accepts "y", "yes", "true" instead of just "on". |
||
---|---|---|
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.