-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/LlmDl/TownySpawnPointLimi…
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
This plugin stops players setting their spawn points outside of a configurable window of valid Y levels. | ||
|
||
This includes: | ||
- town spawn points, | ||
- town outpost spawn points, and | ||
- nation spawn points. | ||
|
||
They will be denied when setting their spawn too low or too high. | ||
|
||
## Installation: | ||
|
||
1. Make sure that you have Towny 0.100.2.7 or newer installed. | ||
2. Add the plugin to your plugins folder. | ||
3. Start and Stop the server so that a `plugins\TownySpawnPointLimits9000\config.yml` is created. | ||
4. Open the `plugins\TownySpawnPointLimits9000\config.yml` and set `spawning.y_limits.enabled` to true, then configure the `spawning.y_limits.lowest_y_allowed` and `spawning.y_limits.highest_y_allowed` values. | ||
5. Start your server again. |