

qTownyBiomeBlacklist
This addon for the TownyAdvanced territory management system enables administrators to set restrictions on land claims in specific biomes.
Compatibility
The modification has been tested with:
- Minecraft version 1.20.2
- Towny versions from 0.100.0.0 to 0.100.0.4 — Works properly on Paper, Pufferfish, Purpur and other stable Paper forks
No support is provided for Spigot and modified hybrid servers, although functionality will most likely work.
Configuration
For configuration, a standard YAML configuration file is used:
# Message that players receive when attempting to claim territory in a forbidden biome
# Uses Towny's message system (automatically adds [Towny] prefix)
deny-message: "You cannot claim territories in <biome> biome"
# List of forbidden biomes can be found here: https://jd.papermc.io/paper/1.20/org/bukkit/block/Biome.html
# This example forbids claiming any ocean biomes
blacklisted-biomes:
- COLD_OCEAN
- DEEP_COLD_OCEAN
- DEEP_FROZEN_OCEAN
- DEEP_LUKEWARM_OCEAN
- DEEP_OCEAN
- FROZEN_OCEAN
- LUKEWARM_OCEAN
- OCEAN
- WARM_OCEAN
The modification uses the bStats analytics system. You can disable statistics collection in the corresponding bStats configuration file.