this doesnt work, and i probably wont fix it, so just either wait for blueprint to support pelican, or wait for pelican to release it's plugin system
Find a file
2023-09-30 14:01:56 +02:00
.github Update Ko-fi and Liberapay links 2023-06-04 20:43:05 +02:00
app Import BlueprintClientLibrary directly in the client wrapper instead of BaseController. 2023-09-13 21:31:19 +02:00
blueprint Make extension button width dynamic and change it's background color. 2023-09-30 14:01:56 +02:00
database/migrations Add comment to database migration 2023-09-16 11:40:54 +02:00
public Make extension button width dynamic and change it's background color. 2023-09-30 14:01:56 +02:00
resources Make extension button width dynamic and change it's background color. 2023-09-30 14:01:56 +02:00
routes Update admin router text 2023-05-17 09:36:55 +02:00
storage/app/public Oops I broke the cache reload overlay 2023-09-29 22:07:36 +02:00
tools Fix double checking of "unzip" dependency and add printDebug.sh tool. 2023-09-03 14:12:36 +02:00
.gitignore Add .DS_Store to .gitignore 2023-07-01 17:56:19 +02:00
blueprint.sh "blueprint -install example.blueprint" will no longer cause a "not found" error. 2023-09-29 17:19:27 +02:00
LICENSE *well nevermind* 2023-06-08 21:33:02 +02:00
README.md Add "BuiltByBit" link to "Announcements" in extension list. 2023-09-29 21:32:50 +02:00

Discord ➚
Documentation ➚

Installation
Development
Extensions
Contributions

Installation

What you need:

Installation:

  1. Navigate to your Pterodactyl folder. (most likely /var/www/pterodactyl)
  2. Install NodeJS, NPM and Yarn using the following script. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems.
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
apt-get install -y nodejs
npm i -g yarn
yarn
  1. Run the Blueprint installation script. This runs the commands required for Blueprint to function correctly. If your Pterodactyl folder is not /var/www/pterodactyl you may need to put _FOLDER="/path/to/pterodactyl" in front of bash blueprint.sh.
chmod +x blueprint.sh
bash blueprint.sh
  1. After waiting for the installation script to finish, open up your Pterodactyl admin panel and click on the puzzle icon in the top right of the website.

Development

We've made some guides and documentation for extension development over on GitBook. We are adding more guides over time, don't hesitate to suggest a topic for future guides.

Extensions

Open an issue on GitHub to get your extension listed here. To install an extension, upload your something.blueprint file to your Pterodactyl folder and run blueprint -install something.

Announcements: PterodactylMarket, sourceXchange, BuiltByBit
Arc.io Integration: BuiltByBit
Cats: sourceXchange
Cookies: sourceXchange
dbEdit: GitHub
Loader: sourceXchange
Nebula: PterodactylMarket, sourceXchange, BuiltByBit
Recolor: GitHub, sourceXchange
Redirect: PterodactylMarket, GitHub

Contributions

prplwtf - creator and maintainer
ahwxorg - contributor
alipoyrazaydin - contributor
sp11rum - contributor