Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft Server Routes #4

Open
johnbwoodruff opened this issue Apr 8, 2021 · 0 comments
Open

Minecraft Server Routes #4

johnbwoodruff opened this issue Apr 8, 2021 · 0 comments

Comments

@johnbwoodruff
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant