Bungee join / part messages

This commit is contained in:
md_5
2013-04-13 18:17:08 +10:00
parent ac1119bef8
commit 7108bd4deb
4 changed files with 37 additions and 3 deletions

View File

@@ -247,4 +247,11 @@ public abstract class ProxyServer
* @return the server's {@link AsyncHttpClient} instance
*/
public abstract AsyncHttpClient getHttpClient();
/**
* Send a message to all connected players.
*
* @param message the message to send
*/
public abstract void broadcast(String message);
}