Skip to content
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

Configurable banner capture/control session radius #904

Merged
merged 4 commits into from
Apr 17, 2024

Conversation

lexiccn
Copy link
Contributor

@lexiccn lexiccn commented Apr 17, 2024

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


  • I have tested this pull request for defects on a server.

Tested against Paper 1.20.4 and Towny 0.100.2.0, no faults when tested with default, negative, zero and positive values, behaviour is as expected.

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.

@LlmDl LlmDl merged commit b118459 into TownyAdvanced:master Apr 17, 2024
@LlmDl LlmDl added this to the 2.10.0 milestone Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants