1) How do I tell if the player is currently in a land claim they own or are part of the faction?
if (LandClaimSystem.SharedIsOwnedLand(character.TilePosition, character, requireFactionPermission: false, out _)){ // the character owns the land under it return false;}
2) Where is the code for picking grass and items off the ground?