Implement server.getMotd() for BUKKIT-1799
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
0477cd71a0
commit
ef912f9658
2 changed files with 11 additions and 0 deletions
|
@ -369,4 +369,8 @@ public final class Bukkit {
|
|||
public static boolean isPrimaryThread() {
|
||||
return server.isPrimaryThread();
|
||||
}
|
||||
|
||||
public static String getMotd() {
|
||||
return server.getMotd();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue