在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jamietech/MinecraftServerPing开源软件地址(OpenSource Url):https://github.com/jamietech/MinecraftServerPing开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):MinecraftServerPingMinecraftServerPing is a quick and easy Java API for grabbing Minecraft server information. It allows you to access information sent to the client to display on the server list. Currently, information available is:
MinecraftServerPing requires Gson by Google to function. Please leave the copyright notice intact in source if you copy source into your code rather than build path. If you require compatibility with the previous packets, use the alpha tag. The latest version of MinecraftServerPing is based heavily upon the work of zh32. ###Configuration
Configuration is provided through the
###Example MinecraftServerPing is very easy to use and implement into any project. Simply clone the repo, compile the code and add it to your build path. Coding with it is as simple as this too: MinecraftPingReply data = new MinecraftPing().getPing(new MinecraftPingOptions().setHostname("example.com").setPort(25565));
System.out.println(data.getDescription() + " -- " + data.getPlayers().getOnline() + "/" + data.getPlayers().getMax()); |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论