An open API service indexing awesome lists of open source software.

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

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
```