Open
Description
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:
- list of servers
- server state
- server start/stop
- server path
- sever console (for announcing rendering)
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.