Skip to content

BasicInfoAPI v0.1

Compare
Choose a tag to compare
@RockChinQ RockChinQ released this 16 Jun 05:05
· 21 commits to master since this release

This API supports the basic info getting,includes:
String getVersionName();
int getVersionProtocol();
int getMaxPlayer();
int getOnlinePlayer();
Player[] getPlayerList();
String getDefaultDescriptionText();
String getDefaultDescriptionColor();
ExtraDescr[] getExtraDescription();
String getFavicon();

You can see also in src/main/api/IServerInfo.java
It requires the server's version higher than 1.6.