
This plugin creates an invisible "barrier" around the set spawnpoint. (This does NOT override any other plugins spawnpoints, and it does NOT teleport anyone to it under any circumstances).
To set the spawnpoint, type the following in chat (WITHOUT a slash): "#SETSPAWN <range>" (you must be OP to do this)
Where <range> equals how far the person can walk from your current location before losing spawn protection.
If you would like to create a border around the area, I will give an example of how the range works.
The range is a square, so that there is a square around the spawnpoint.
If you set the range to 5 blocks, the pattern would look a bit like this:
XXXXXXXXXXX XRRRRRRRRRX XRRRRRRRRRX XRRRRRRRRRX XRRRRRRRRRX XRRRRQRRRRX XRRRRRRRRRX XRRRRRRRRRX XRRRRRRRRRX XRRRRRRRRRX XXXXXXXXXXX
X = Boundaries R = Inside Q = Center
There is sort of an "algorithm" or a formula for finding the amount of blocks needed for each section:
X = Range * 2 + 1 R = Range - 1 (in each direction) Q = Nothing. It is where you were standing.