Egg routing question
I've noticed alot of people aren't converting their addons to blueprint. What's the easiest way to integrate just the routing portion? For instance, installing an addon manually but adding it to blueprint so it can determine what eggs can use the addon?
10 Replies
@TeddyTuned Egg routing are handled by Blueprint automatically. Adding a standalone addon and using Blueprint's egg routing is not possible.
Then why do some addons give you the ability to determine the egg and others do not?
Is it something in the conf.yml?
Standalone addons are coded differently than extensions, especially with egg routing. Blueprint automatically adds a menu to configure egg routes to extensions. These eggs are stored in the panel's database and are fetched with an API call. These do not mix with standalone addons. You should not mix Blueprint and standalone addons.
I installed marci's egg changer addon and it doesn't give a menu to determine what eggs should show it
might want to use the blueprint egg changer
Marci's egg changer does not utilize Blueprint as far as I know.
It does
If it has an extension page, check the top right button
I did but it isn’t there
Shows the extension just doesn’t let me pick which egg
Could you send a screenshot?