ME1312 / SubServers-2

SubServers – The Minecraft Server Management Platform
Apache License 2.0
91 stars 23 forks source link

[WIP] Web UI #81

Closed ajh123 closed 1 year ago

ajh123 commented 2 years ago

Nothing changed on existing products, but a brand new Web UI, still work in progress. This will allow you to control all servers operated by SubServers (start/stop, look at console, modify files, ...). Also create templates and new servers / groups directly from the web browser!

Currently it can be difficult to control servers with commands. And even more so in 1.19.2 because BungeeCord does not allow "Chat Spoofing" yet, so all commands ran in game throw an Exception. By having a web UI this will allow us to avoid all problems with commands and inventory based GUIs. With proper authentication, one could control their server from a mobile device! Or programmatically with a REST api.

What needs to be done

Anyone may contribute any ideas and code. By contributing code, the Web UI will be done faster!

ajh123 commented 2 years ago

Also how do I build a Jar because I get an error due to the -PLACEHOLDER being in the versions inside the pom.xml?

ajh123 commented 2 years ago

The web UI should be like the UI of MC Server Soft, but with our own 'twist'. webui The blue 'paint' lines covers the IP

ajh123 commented 1 year ago

Closing due to inactivity.