Team-based claims synchronization
NathanAdhitya opened this issue ยท 1 comments
Hi, is an option available for the claimsSynchronization option to be able to sync claims to the client for the entire party/team?
#Whether to synchronize world chunk claims to the game clients. Enables client-side mods to access the claims data, e.g. to display it on a map.
#ALL - all claims are synced. OWNED_ONLY - only the claims that the client player owns and server claims are synced. NOT_SYNCED - claims are not synced.
#Allowed Values: NOT_SYNCED, OWNED_ONLY, ALL
claimsSynchronization = "OWNED_ONLY"
For context, the mod for team management currently being used is FTB Teams, and we wish that everyone in the team can see each other's claims without being able to see others outside of the team.