Description
Is your feature request related to a problem? Please describe.
Yes, Currently, only the claim owner can set flags in a claim. In admin claims with subclaims, players who are granted manager trust in a subclaim (e.g., via /buysubclaim
) cannot set flags within their subclaim because they don’t own it—the parent claim’s owner does. This restricts players from customizing their subclaims with flags, even though they have full management permissions.
Describe the solution you'd like
I’d like players with manager trust in a subclaim to be able to set and unset flags within that subclaim using commands like /setclaimflag
and /unsetclaimflag
. This ability should be restricted to only the subclaim they manage, without affecting the parent claim or other subclaims.
Describe alternatives you've considered
Letting managers set flags in their subclaims feels like the simplest and most logical fix.
Additional context
This change would make subclaims in admin claims more flexible and practical. It fits with the existing trust system, since managers are already trusted to handle other aspects of subclaim management. Server admins could delegate more control to players without losing oversight of the parent claim.