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
Emma
Emma10mo ago
@TeddyTuned Egg routing are handled by Blueprint automatically. Adding a standalone addon and using Blueprint's egg routing is not possible.
TeddyTuned
TeddyTunedOP10mo ago
Then why do some addons give you the ability to determine the egg and others do not? Is it something in the conf.yml?
Emma
Emma10mo ago
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.
TeddyTuned
TeddyTunedOP10mo ago
I installed marci's egg changer addon and it doesn't give a menu to determine what eggs should show it
0x7d8
0x7d810mo ago
might want to use the blueprint egg changer
Emma
Emma10mo ago
Marci's egg changer does not utilize Blueprint as far as I know.
TeddyTuned
TeddyTunedOP10mo ago
It does
Emma
Emma10mo ago
If it has an extension page, check the top right button
TeddyTuned
TeddyTunedOP10mo ago
I did but it isn’t there Shows the extension just doesn’t let me pick which egg
Emma
Emma10mo ago
Could you send a screenshot?

Did you find this page helpful?