mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 22:22:18 -07:00
Implement server.getMotd() for BUKKIT-1799
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -369,4 +369,8 @@ public final class Bukkit {
|
||||
public static boolean isPrimaryThread() {
|
||||
return server.isPrimaryThread();
|
||||
}
|
||||
|
||||
public static String getMotd() {
|
||||
return server.getMotd();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user