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

@ -6,7 +6,7 @@
<groupId>xyz.mcutils</groupId> <groupId>xyz.mcutils</groupId>
<artifactId>mcutils-java-library</artifactId> <artifactId>mcutils-java-library</artifactId>
<version>1.2.1</version> <version>1.2.2</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>

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