-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Config option to prevent claiming water chunks #7136
Comments
This is a feature in TownyProvinces already. but that plugin has a lot more going on that just blocking water claiming. I might look into what it would take to make this a standalone plugin/feature after Christmas. |
Alright thank you, it would be cool if it was a base feature as many users do not use towny provinces. Happy holidays! |
Yeah TownyProvinces is something you have to implement from teh start or not at all. Of note: |
Sounds good, could the threshold be a configurable percentage? |
Yep |
biome in them. The amount of allowed ocean is configurable. Closes #7136.
or otherwise Unwanted biome in them. - Closes #7136. - New Config Option: claiming.biome_rules.unwanted_biomes.enabled - Default: false - When true, unwanted biomes will be tested for when a player is claiming land. - New Config Option: claiming.biome_rules.unwanted_biomes.biomes - Default: "the_end,end_barrens,end_highlands,end_midlands,small_end_islands" - A comma separated list of biome names that will add up towards a townblock's un-claim-ability. - New Config Option: claiming.biome_rules.unwanted_biomes.threshold - Default: 55 - The max amount of combined unwanted biomes as a percent, that will be allowed in plots being claimed by towns. - For example, if a townblock would be more than X percent ocean it will not be able to be claimed. - New Config Option: claiming.biome_rules.ocean_blocking.enabled - Default: false - When true, any wilderness plot which has more Ocean biome in it than the allowed threshold (see below,) will not be able to be claimed. - New Config Option: claiming.biome_rules.ocean_blocking.threshold - Default: 55 - The max amount of combined ocean biomes as a percent, that will be allowed in plots being claimed by towns. - For example, if a townblock would be more than X percent ocean it will not be able to be claimed.
Please explain your feature request to the best of your abilities:
Please add an ability to prevent claiming water chunks, what i mean is if the entirety of the surface is water like an ocean chunk then it wont be allowed to be claimed
I have this issue where people keep claiming chunks of water near towns that have a large coast line so they can just tp to it and prevent having to actually go to the town
The text was updated successfully, but these errors were encountered: