Minecraft-Unified-Hub-Team / ServerControl

0 stars 0 forks source link

Transforming ServerControl into a Linux Utility #26

Open noname0443 opened 3 weeks ago

noname0443 commented 3 weeks ago

I believe it would be beneficial to transform ServerControl into a full-fledged utility capable of controlling lifecycle of Minecraft server, checking health status, installing mods, etc.

  1. Currently, ServerControl is a dependent unit of a service that doesn't yet exist. We plan to create a backend that will work with it, but this is still in the planning stages.
  2. With its functionality, ServerControl is equipped to function independently with a single instance of a Minecraft server. I think we should empower users to tap into its capabilities.
  3. It wouldn't be difficult to device a simple utility interface with the Viper package to manage Minecraft through ServerControl.
  4. As we develop the utility interface, we only need to modify the singleton CLI; we will not be touching the internal logic.

Therefore, I foresee no issues implementing this feature in future releases.