diff --git a/External-WebServer-Use.md b/External-WebServer-Use.md index f8742d4..4255e7c 100644 --- a/External-WebServer-Use.md +++ b/External-WebServer-Use.md @@ -38,10 +38,6 @@ On Bukkit servers it is possible to disable the WebServer. ``` WebServer: ... - # For those that want to serve Html from their own WebServer instead. - # Set up Html Export (https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/External-WebServer-Use) - # ATTENTION: On BungeeCord systems it is not possible to disable the WebServer on the plugin due to WebAPI requirements. - # If the WebServer is disabled with this setting BungeeCord systems will cease to function. DisableWebServer: false ExternalWebServerAddress: "https://www.example.address" ```