-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extension system #34
Comments
This is a really interesting feature that should definitely be implemented. It's also something that would probably take some time to implement. What types of extensions are you thinking about? Like, extensions that closely integrate to the config (like linking BungeeCord servers together) or extensions that add new functionality and commands to the interface? |
I think that both would be needed. Otherwise there would need to be config files for extensions and that seems annoying. |
This has now been queued to be implemented after #60 for the |
Postponed to |
Is your feature request related to a problem? Please describe.
Some things like my Overviewer map is thightly coupled to my server, yet does not fit as a general feature in wilfred.
Describe the solution you'd like
I'd like to be able to develop python extensions that use some kind of API that Wilfred exposes. The API could for example expose:
With only these ones, you'd be able to make a plugin for an Overviewer map.
Describe alternatives you've considered
Integrating support for Overviewer directly in Wilfred.
Additional context
None.
The text was updated successfully, but these errors were encountered: