You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Routes needed:
POST /serversUtilizes do-minecraft'screateMinecraftDropletmethodGET /serversGets all servers for the specified accountGET /servers/{id}Gets all details for a specific Minecraft serverPUT /servers/{id}Updates information about a specific Minecraft serverPUT /servers/{id}/startStarts the DigitalOcean Droplet and the Minecraft Server when that's donePUT /servers/{id}/stopStops the Minecraft Server and then the DigitalOcean DropletDELETE /servers/{id}Deletes a specific Minecraft server and destroys the DigitalOcean droplet using thekillMinecraftDropletmethod