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
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
The text was updated successfully, but these errors were encountered:
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.
PUT /servers/{id}/minecraft/start
Remotely starts Minecraft server usingstartMinecraftRemotely
PUT /servers/{id}/minecraft/stop
Remotely stops Minecraft server usingstopMinecraftRemotely
PUT /servers/{id}/minecraft/restart
Remotely restarts Minecraft server usingrestartMinecraftRemotely
POST /servers/{id}/minecraft/command
Remotely sends minecraft commands usingsendMinecraftCommand
GET /servers/{id}/minecraft/status
Gets the status of the minecraft server usinggetMinecraftServerStatus
The text was updated successfully, but these errors were encountered: