1
0
mirror of https://github.com/Brettflan/WorldBorder.git synced 2025-03-30 16:15:48 +02:00
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
Brettflan 933f9cac16 Added new trim command, to trim off chunks well outside the border. Works similar to the fill command, but is much much faster.
Also made the fill command not unload any chunks which were already loaded before it was run.
2011-08-15 10:01:03 -05:00
lib Initial commit, version 0.9 2011-04-01 13:04:08 -05:00
nbproject Got rid of code which kept track of which players had moved, now simply checking all players each time the border-checking task runs; from my efficiency testing, it's actually less work for the server this way 2011-05-02 04:14:30 -05:00
src Added new trim command, to trim off chunks well outside the border. Works similar to the fill command, but is much much faster. 2011-08-15 10:01:03 -05:00
.gitignore added direct GroupManager support, several other bits and bobs 2011-04-03 04:40:50 -05:00
build.xml Initial commit, version 0.9 2011-04-01 13:04:08 -05:00
manifest.mf Initial commit, version 0.9 2011-04-01 13:04:08 -05:00
README.md Several changes for v1.1 release: 2011-04-09 09:55:57 -05:00

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.

More Info

Bukkit Forum Topic