Factions claim skip#94
Merged
Merged
Conversation
Adds a soft-optional TeamsAPI protection provider that skips RTP destinations inside claimed chunks. The provider is enabled by default when TeamsAPI (with a claim service) is detected at runtime. - Add TeamsApiProtectionProvider with two-stage safety checks: - plugin-presence check at construction (PluginManager.getPlugin) - dynamic TeamsAPI.isClaimAvailable() on every isAvailable() call - Register provider in ProtectionRegistry - Include 'teamsapi' in ProtectionSettings.DEFAULT_PROVIDERS - Declare TeamsAPI as softdepend in plugin.yml - Add teams-api 1.4.1 provided dependency to ezrtp-common - Update rtp.yml default providers list - Update docs: rtp config reference + protection integrations page - Add teams-api to CI dependency lists (nightly + release workflows)
Release 3.2.0 — includes TeamsAPI claim-avoidance integration. - Bump parent and all module versions 3.1.0 → 3.2.0 - Add CHANGELOG entry for 3.2.0 - Update README: add TeamsAPI to integrations list and key features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a soft-optional TeamsAPI protection provider that skips RTP
destinations inside claimed chunks. The provider is enabled by default
when TeamsAPI (with a claim service) is detected at runtime.