Blueprint

B

Blueprint

Powerful, fast and developer-friendly modding framework for Pterodactyl.

Join

[Docker version] Unable to make extensions persistent

Hi! Having an issue with persistency of the docker container. All is working well and I can install blueprint extensions. But as soon as I re-create the containers (clean/wipe and rebuild) all extensions are gone and I have to re-install them. Reproducing the issue:...
Solution:
You're missing a volume. Add
- "app:/app"
- "app:/app"
...

Hi, I'm trying to make an addon

and I was just wondering, how would I put my component after a specific component (I want it to show just before the "show other servers" switch and could I have it so that it only appears when the switch is active? I am quite new to blueprint development so sorry if I'm just missing something very obvious...
No description

i did something wrong i think....

██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2024 Emma (prpl.wtf) 17:31:36 INFO: Searching and validating framework dependencies.....

Modify the language of plugins installed through blueprint

I have installed many plugins through the blueprint, and I want to modify the characters on the front-end display interface of these plugins. I have found their source code and made modifications, but the front-end display has not changed. Do you need to set something in the blueprint?

Creating Custom Theme

Hello, As title said, i would like to create my own theme for my game panel on Pterodactyl ...

have problem with installing blueprint after pterodactyl update

can't get it to install after i updated the pterodactyl panel
No description

nebula.blueprint could not be found or detected.

I'm having problems trying to install any extension to blueprint. I'm on Ubuntu 24.04.2. ``` blueprint -i nebula...
Solution:
After rebooting it seems to have solved itself.
No description

I tried to do a manual plugin install and I think I broke everything

I tried to add plugin manager for petro, and I then started to remove it all once i noticed I couldn't actually add it into it while Blueprint is installed Is there a way to reinstall everything and not lose any data?...
Solution:

blueprint is great!

hi! I just wanted to say I really love & appreciate the work that everyone puts into blueprint & the extensions. It's a really great software! ❤️

Blueprint in Docker

Hello, I am attempting to run blueprint in docker and the containers are running successfully besides the wings (I don't need wings atm anyway) but when I go to the port that the panel is running on, its not displaying the panel (I also don't see any obvious issues in the panel logs besides mysql trying to create the db stuff again)
Solution:
If you have panel port set to 88, change the listen port inside the container to 88 to match, or change that line to
ports:
- "${PANEL_PORT}:80"
ports:
- "${PANEL_PORT}:80"
...

bug?

I installed the blueprint, but the panel keeps saying it's not properly installed. What can I do? The server version is Ubuntu 24.04....

can barley see login text with recolor theme

Is there a way to change the color to white for the login text so i can see without a monocle
No description

does blueprint support jexactyl

does blueprint support jexactyl
Solution:
No

Blueprint Plugin Causes Theme & Server View Errors on Panel

Hello, I recently installed the Blueprint plugin following the official installation guide here: https://blueprint.zip/docs/?page=getting-started/Installation After installation:...
Solution:
No description

Updating on Truenas Scale Electric Eel (Docker) not possible

Hello, ive been trying to update my panel for so long, and its most definetly because im using the container on Truenas, but i just cant get it to update at all. Ive been stuck at v.1.11.10 for so long. It shows that the container is using image v1.11.11 but the panel itself and everyting are still on .10. Does anybody got experience with this?...
Solution:
alright, the solution was to copy my entire compose and then delete the container and and checking "Remove Images" i was scared it would fuck up all my files and settings and database, but it didnt. then i just made a new "app" and pasted in my old compose, ran "blueprint -i *.blueprint" in the container and all was well...