Update README.md

This commit is contained in:
PryPurity 2020-06-21 04:50:18 -05:00 committed by GitHub
parent e75b14baba
commit 20a2910ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,24 @@
WorldBorder
===========
<b>This plugin is no longer being supported.</b> Sorry, I just don't have the time or interest for it at this point. People are welcome to make their own forks of the project and continue it. The source is under the extremely permissive BSD license and as long as you maintain a link back to the original project somewhere (even in a text file somewhere in the project), you're welcome to do what you like with it.
Description
This plugin is intended to efficiently provide a border for each of your worlds, which only people granted special bypass access are allowed beyond. These borders can be round/elliptic or square/rectangular. As the plugin has been written with performance as the most important goal, it should have no performance impact on your server. Additional world trimming and filling commands are available as well.
Older plugins which originally inspired the creation of this one: rBorder and BorderGuard.
Features
You can set up a separate border for each world, but only one border per world.
You can have either round/elliptic or square/rectangular borders. Square/rectangular borders are slightly higher performance, round/elliptic borders make for nicer display maps. Different worlds can have different border shapes if you so choose.
Configuration and border setup is done completely using commands in-game or through the server console. No need to ever edit the config file directly.
Support for all permission plugins which interface with Bukkit's built-in "superperms" permission system.
You can fully generate (fill) your world all the way to the border, filling in any missing chunks, including a configurable buffer zone just outside your border.
You can trim off any world chunks beyond the border, getting rid of extraneous parts, with a configurable buffer zone left just outside your border.
You can use a bypass command to allow specific players to go beyond all borders.
Borders can be automatically displayed in DynMap if you use that plugin.
All plugin data is automatically saved whenever any borders or settings are changed.
If a player crosses a border while in a vehicle, the momentum of the vehicle is stopped and it is moved back inside the border with the player.
When a player is moved back inside a border, they will be moved to a safe vertical location if needed.
Borders for specific worlds can be set to wrap around instead of just knocking back players who cross the border, instead sending them to the opposite edge of the border.
<a href="https://www.spigotmc.org/resources/worldborder.60905/">More info is available on the Spigot Resource page for this plugin.</a>