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

Minecraft Server Routes #4

@johnbwoodruff

Description

@johnbwoodruff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions