add preview to the motd class
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 27s

This commit is contained in:
Lee
2024-04-22 20:22:24 +01:00
parent 24b0a767be
commit 10ff006eb4
2 changed files with 6 additions and 1 deletions

View File

@ -61,6 +61,11 @@ public class MinecraftServer {
* The html motd lines
*/
private String[] html;
/**
* The server list MOTD preview.
*/
private String preview;
}
/**