{
  "event_queue_size": 2,
  "endpoints": {
    "POST /chat": "Send chat message to Minecraft (Body: {\"username\":\"Name\",\"message\":\"Text\"})",
    "GET /info": "Show this information",
    "DELETE /webhook": "Clear event queue",
    "GET /webhook": "Retrieve all queued events"
  },
  "plugin": "ServerWebhookPlugin",
  "incoming_chat_enabled": true,
  "webhook_path": "/webhook",
  "max_queue_size": 1000,
  "version": "1.0"
}