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
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:
@ -61,6 +61,11 @@ public class MinecraftServer {
|
||||
* The html motd lines
|
||||
*/
|
||||
private String[] html;
|
||||
|
||||
/**
|
||||
* The server list MOTD preview.
|
||||
*/
|
||||
private String preview;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user