mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
@@ -1878,6 +1878,13 @@ public interface Server extends PluginMessageRecipient {
|
|||||||
public void broadcast(@NotNull net.md_5.bungee.api.chat.BaseComponent... components) {
|
public void broadcast(@NotNull net.md_5.bungee.api.chat.BaseComponent... components) {
|
||||||
throw new UnsupportedOperationException("Not supported yet.");
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Restart the server. If the server administrator has not configured restarting, the server will stop.
|
||||||
|
*/
|
||||||
|
public void restart() {
|
||||||
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
Reference in New Issue
Block a user