add mods and plugins to server response
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m31s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m31s
This commit is contained in:
@ -22,6 +22,16 @@ public final class JavaServerStatusToken {
|
||||
*/
|
||||
private final MinecraftServer.Players players;
|
||||
|
||||
/**
|
||||
* The mods running on the server.
|
||||
*/
|
||||
private final MinecraftServer.Mod[] mods;
|
||||
|
||||
/**
|
||||
* The plugins running on the server.
|
||||
*/
|
||||
private final MinecraftServer.Plugin[] plugins;
|
||||
|
||||
/**
|
||||
* The motd of the server.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user