diff --git a/api/src/main/java/net/md_5/bungee/api/ProxyServer.java b/api/src/main/java/net/md_5/bungee/api/ProxyServer.java index 11c5b685..ccc8153f 100644 --- a/api/src/main/java/net/md_5/bungee/api/ProxyServer.java +++ b/api/src/main/java/net/md_5/bungee/api/ProxyServer.java @@ -159,7 +159,9 @@ public abstract class ProxyServer * * @throws Exception any exception thrown during startup causing the * instance to fail to boot + * @deprecated not API, will be removed in a future version */ + @Deprecated public abstract void start() throws Exception; /**