https://github.com/cretezy/populationdensitytowny
Block players from claiming Population Density region posts in Towny
https://github.com/cretezy/populationdensitytowny
Last synced: 4 months ago
JSON representation
Block players from claiming Population Density region posts in Towny
- Host: GitHub
- URL: https://github.com/cretezy/populationdensitytowny
- Owner: Cretezy
- License: mit
- Created: 2020-03-26T00:24:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T00:35:12.000Z (over 6 years ago)
- Last Synced: 2024-12-31T13:16:18.472Z (over 1 year ago)
- Language: Kotlin
- Size: 147 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PopulationDensityTowny
Block claiming Population Density region posts in Towny.
## Installation
Download `PopulationDensityTowny.jar` from the [Spigot resource page](https://www.spigotmc.org/resources/populationdensitytowny.76509/) and place inside your `plugins` folder.
## Config
```yaml
# Distance to block from claiming.
# 0 = Disable only the region post chunk
# 1 = Disable region post chunk, and all chunks adjacent
distance: 1
# If the distance check is circular or square
circular: false
# Message to send to players when trying to claim a region post. Supports color codes with &
# This is null by default because Towny will also send the msg_claim_error message
# You should edit the msg_claim_error instead to prevent a double message
message: null
```