Skip to content

Send to Server

Mqx edited this page Oct 21, 2025 · 16 revisions

Send command

POST /console/send

Send a command to the server.

Warning

Commands are not validated, parsed or checked for permission. This should be handled by an other layer on top of this mod!

Body parameters

{
  command: string
}

Response fields

{}

Clone this wiki locally