Looking for a dev
Is there a blueprint dev who would like to do me a simple Blueprint extension for LumenVM? My budget is 5-10$(depending on the speed and the quality). (its really a small extension)
How to edit existing html with a plugin
What should I do when I want to do a simple edit of the html, for example changing the logo text "Pterodactyl" to something else. Do I need to create a new react component and somehow replace it or is there an easier way?
incorrect nodejs version
`ERROR in resources/scripts/blueprint/extends/routers/ServerRouter.tsx:41:79
TS2339: Property 'BlueprintFramework' does not exist on type 'Server'.
39 | export const NavigationLinks = () => {
40 | const rootAdmin = useStoreState((state) => state.user.data!.rootAdmin);
41 | const serverEgg = ServerContext.useStoreState((state) => state.server.data?.BlueprintFramework.eggId);...
Error when install the blueprint extension
Hello, im trying install the blueannouncents, but, this errors appears.
error for resources/scripts/routers/ServerElements
```js
ERROR in resources/scripts/routers/ServerElements.tsx:65:24
TS2719: Type 'ServerRouteDefinition' is not assignable to type 'ServerRouteDefinition'. Two different types with this name exist, but they are unrelated.
Types of property 'name' are incompatible.
Type 'string | undefined' is not assignable to type 'string'....
Following the medium guide, but nothing
Hello, so im having some trouble, i have followed the guide on medium, and typed the blueprint -build command but nothing has changed, so im confused where im going wrong, example i went to chrome right clicked, inspected element, got the css selector and added it to wrapper.blade.php like so:
<style>
.skin-blue .main-header .navbar {
background-color: #007fff!important;...
When trying to remove any extension it says: FATAL: Extension configuration file not found or detec
When trying to remove any extension it says: FATAL:
Extension configuration file not found or detected.
Extension configuration file not found or detected.
Loop over servers
Using JS, how do I loop over servers and their elements so I can add a class to them?
Long panel loading time when using blueprint and nebula
I installed Blueprint and 12 more extensions on the panel. But even just using themes, the panel loading speed is about 10 seconds. The panel is on a server with a channel of 1 Gbit/sec and a ping to my location of 50
Without blueprint, loading is fast there too
How to fix this?...
Installation errors
Hi all, anyone had this issue before and know how to resolve it?
It spams these errors throughout the install and does not install properly, does not appear in the admin panel...

migrating to blueprint lol
hi. so i want to reinstall my panel to get rid of the current theme install blueprint and nebula theme as i already bought it
Does Blueprint work with Pterodactyl in development mode?
We're running Pterodactyl in a docker container and based our setup off of https://github.com/pterodactyl/development/. But we're having one heck of a time getting Blueprint running with it... I've gotten as far as actually getting it installed BUT I'm receiving the "You need to finish installing Blueprint to start using extensions." message. Is it even possible to use Blueprint when running Pterodactyl in development mode?
Using blueprint variable inside TSX components
Hello again ! Still trying blueprint and been working on a React component with the documentation's infos and was wondering, is there a simple way to get blueprint variables (db variables for instance) inside of it ?
Thanks for your help !...
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.
...
