I have created new plugin that enable load plugins with multiple roots.
It is a simple structure for my own needs.
If you have any errors or suggestions, please feel free to tell us.
Usage
<?php
return [
'afbora.loader.roots' => [
'/plugins/core',
'/plugins/theme',
'/plugins/gateways',
]
];