-
Notifications
You must be signed in to change notification settings - Fork 55
Add plugins faq #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plugins faq #184
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| </TabItem> | ||||||||||||||||||||||
| <TabItem label="Plugins" value="plugins"> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>When will the plugin system be available?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| The plugin system was released with beta30! | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>Will pterodactyl addons work with the new system?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| 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. | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>Will blueprint plugins work with the new system?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| 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. | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>Do I need the commercial license to use or develop plugins?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| No. Pelicans plugin system will be a "real" plugin system where plugins don't touch any core files. | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
|
Comment on lines
+153
to
+157
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix possessive form: "Pelicans" → "Pelican's". Line 156 is missing the possessive apostrophe. 🔎 Proposed fix- No. Pelicans plugin system will be a "real" plugin system where plugins don't touch any core files.
+ No. Pelican's plugin system will be a "real" plugin system where plugins don't touch any core files.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>Do I need to license my plugins under the same license as pelican?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| No. You can do whatever you want with your plugins, it's your code. | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>What can plugins do?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| 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. | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>How are plugins installed?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| You can find information on that [here](./docs/panel/advanced/plugins#install-a-plugin). | ||||||||||||||||||||||
Boy132 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>How do you create plugins?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| You can find detailed information on that [here](./docs/panel/advanced/plugins#create-a-plugin). | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| <details> | ||||||||||||||||||||||
| <summary>Are the plugins from the sneak peaks available?</summary> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| Yes! Everything that was shown as little sneak peaks (+ more!) is available as plugin, for free and open source. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| You can find the official plugin repo [here](https://github.com/pelican-dev/plugins). | ||||||||||||||||||||||
| </details> | ||||||||||||||||||||||
| </TabItem> | ||||||||||||||||||||||
| </Tabs> | ||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good structure, but fix possessive form.
The new Plugins tab integrates well with the existing FAQ structure. However, line 144 has a grammar issue.
🔎 Proposed fix for possessive form
📝 Committable suggestion
🤖 Prompt for AI Agents