TownyAdvanced / SiegeWar

A war plugin for Towny.
https://townyadvanced.github.io/
Other
60 stars 38 forks source link

Configurable banner capture/control session radius #904

Closed lexiccn closed 4 months ago

lexiccn commented 4 months ago

Description:

Allows the operator of the server to configure the distance the banner can be captured at, following the same rules for the radius as before.

Does not change default behaviour, negative values will default to Town Block size and default is -1 - This does mean that it cannot be "disabled" - setting it to 0 is theoretically possible to capture (this can be tested by tp to banner location with .0 added to each coordinate) but likely impossible in reality. - This could easily be rectified by changing "0" to use Town Block Radius, and negative values to disabling it entirely (or simply returning that they are not in the zone as it would be impossible) - Felt this was not relevant, the intention is not to allow it to be disabled and this would realistically be a different configuration that fully disables the feature and checks.

Does not require changes to language files.


New Nodes/Commands/ConfigOptions:

New config option: war.siege.distances.banner_control_session_radius_blocks defaulting to -1


Relevant Issue ticket:

N/A


Not tested against other versions, Spigot or other forks as the changes are minimal.

By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the SiegeWar License for perpetuity.