oopsie
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 18s
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 18s
This commit is contained in:
parent
190c41ba90
commit
fe2e19f953
2
pom.xml
2
pom.xml
@ -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.3</version>
|
<version>1.2.4</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
|
@ -45,7 +45,7 @@ public class MinecraftServer {
|
|||||||
private GeoLocation location;
|
private GeoLocation location;
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private static class MOTD {
|
public static class MOTD {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The raw motd lines
|
* The raw motd lines
|
||||||
@ -72,7 +72,7 @@ public class MinecraftServer {
|
|||||||
* Player count data for a server.
|
* Player count data for a server.
|
||||||
*/
|
*/
|
||||||
@Getter
|
@Getter
|
||||||
private static class Players {
|
public static class Players {
|
||||||
/**
|
/**
|
||||||
* The online players on this server.
|
* The online players on this server.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user