This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Description
There are routes for managing the droplets and server details themselves in #2 but this relates to the managing of the minecraft server itself. Calls the OpenRealms Hopper API.
- Start Server:
PUT /servers/{id}/minecraft/start Remotely starts Minecraft server using startMinecraftRemotely
- Stop Server:
PUT /servers/{id}/minecraft/stop Remotely stops Minecraft server using stopMinecraftRemotely
- Restart Server:
PUT /servers/{id}/minecraft/restart Remotely restarts Minecraft server using restartMinecraftRemotely
- Send Minecraft Command:
POST /servers/{id}/minecraft/command Remotely sends minecraft commands using sendMinecraftCommand
- Server Status:
GET /servers/{id}/minecraft/status Gets the status of the minecraft server using getMinecraftServerStatus