From 6ac04ec0fe4ddd7e01e6bc134e9bb2ecc3a788d2 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Sun, 28 Dec 2025 15:04:43 +0100 Subject: [PATCH 1/2] add plugins faq --- src/pages/faq.mdx | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/src/pages/faq.mdx b/src/pages/faq.mdx index 1aad3630..e40842f2 100644 --- a/src/pages/faq.mdx +++ b/src/pages/faq.mdx @@ -132,4 +132,57 @@ Here are some of the most asked questions that were asked in our Q&A stage on 4/ We can't say that. That's up to the Maintainer of Pterodactyl. Pelican and Pterodactyl are separate projects. + +
+ When will the plugin system be available? + + The plugin system was released with beta30! +
+
+ Will pterodactyl addons work with the new system? + + No. Pterodactyl "addons" are just code modifications. Our codebase now greatly differs from pterodactyls. + Pelicans plugin system will be a "real" plugin system where plugins don't touch any core files. +
+
+ Will blueprint plugins work with the new system? + + No. And the creator of blueprint won't port blueprint to also support pelican: + > [I] do not have the capacity to work on multiple Pterodactyl forks [and I] do not believe making an extension framework for a platform promising it's own addon system is worth our time. +
+
+ Do I need the commercial license to use or develop plugins? + + No. Pelicans plugin system will be a "real" plugin system where plugins don't touch any core files. +
+
+ Do I need to license my plugins under the same license as pelican? + + No. You can do whatever you want with your plugins, it's your code. +
+
+ What can plugins do? + + Pretty much anything you want! They can add new pages, change existing ones (to some extend), add new languages, change the theme (color/ font/ css) and more. + + The first iteration _will_ have some limitations but we will continuously improve the capabilities of plugins. +
+
+ How are plugins installed? + + You can find information on that [here](./docs/panel/advanced/plugins#install-a-plugin). +
+
+ How do you create plugins? + + You can find detailed information on that [here](./docs/panel/advanced/plugins#create-a-plugin). +
+
+ Are the plugins from the sneak peaks available? + + Yes! Everything that was shown as little sneak peaks (+ more!) is available as plugin, for free and open source. + + You can find to official plugin repo [here](https://github.com/pelican-dev/plugins). +
+
From 3afd0b63641683dbbee47344ca30654f30a7c5d0 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Sun, 28 Dec 2025 15:12:28 +0100 Subject: [PATCH 2/2] fix spelling --- src/pages/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/faq.mdx b/src/pages/faq.mdx index e40842f2..c5f7cab6 100644 --- a/src/pages/faq.mdx +++ b/src/pages/faq.mdx @@ -163,7 +163,7 @@ Here are some of the most asked questions that were asked in our Q&A stage on 4/
What can plugins do? - Pretty much anything you want! They can add new pages, change existing ones (to some extend), add new languages, change the theme (color/ font/ css) and more. + Pretty much anything you want! They can add new pages, change existing ones (to some extent), add new languages, change the theme (color/ font/ css) and more. The first iteration _will_ have some limitations but we will continuously improve the capabilities of plugins.
@@ -182,7 +182,7 @@ Here are some of the most asked questions that were asked in our Q&A stage on 4/ Yes! Everything that was shown as little sneak peaks (+ more!) is available as plugin, for free and open source. - You can find to official plugin repo [here](https://github.com/pelican-dev/plugins). + You can find the official plugin repo [here](https://github.com/pelican-dev/plugins).