Custom Plugin Icon not displayed after splitting Admin and Event Server Plugins definitions

I separated my Admin and Event plugins. Now, when I open the new rule selector, I see the standard plugin icon instead of the custom icon I set via the plugin definitions. Could it be that when the Event Server background plugin is separated, the Admin Client doesn’t load the icon?

Previously, I had only one plugin definition, and the icon worked. But now, with two plugin definitions (one for the Event Server and one for the Client), it doesn’t work. Of course, I’m overriding the Icon getter in the plugin definition.

Thanks

It should be possible to split the plugins. There is some shared code and make sure the same objects still have the same GUIDs. Perhaps you can remove code step by step to find out where it breaks.

I undo splitting, because I notice it’s to bundled regarding to item nodes and feels like I do some stuff twice. Thanks anyway