soiz1's picture
Upload folder using huggingface_hub
d46f4a3 verified
package net.minecraft.server;
public interface ServerInfo {
String getMotd();
String getServerVersion();
int getPlayerCount();
int getMaxPlayers();
}