PauseClientEvents
@Serializable
@SerialName(value = "PauseClientEvents")
@ApiStatus.AvailableSince(value = "0.23.0")
Send a request to the server asking it to stop sending out events to its clients.
This essentially provides the ability to broadly disable live reloading behavior for the target server.
Sending this event more than once is a no-op. You can send a resume version event to discontinue the pause.