BlueprintB
Blueprint2y ago
15 replies
fyz

Routes server navbar placement

Hi ! New to Blueprint, for now Im really happy to see that a project like this exist, I feel like when I discovered spigot with minecraft but with pterodactyl 🤓

Im working with routes and just found out how to add a "tab" in my server navbar, but was wondering if it was possible to place it on a specific place ? Like at the right of the "Files" tab for example.
Right now I tried adding this to my "Components.yml" file but without success.

SubNavigation:
BeforeSubNavigation: "Files"

Here is what my entire Components file look like !

Navigation:
SubNavigation:
BeforeSubNavigation: "Files"
Routes:
- { Name: "Versions", Path: "/versions", Type: "server", Component: "VersionComponent" }

Have a great day and thanks for the help ! 🙏
image.png
Was this page helpful?