Move a single Plugin [closed]

There is no concept of “containing” the settings of a single plugin in WP. Plugins use core APIs (such as Options) freely to store data.

So on WordPress level to do this the whole plugin’s code will need to be examined to have a complete catalog of things which need to be moved.

Plugins themselves might implement their own export/import functionality. If the specific plugin doesn’t have it you could suggest it to developer as possible enhancement.