Skip to content

TheMartinfer22/McsrvStat4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McsrvStat4J

📖 Features

  • Can get all entries of McsrvStat.
  • Simplicity in the construction of getters

🤔 How to use?

You should only call the main class and pass the ip of the server, then it will return the methods.

String ip = new McsrvStat4J().getStatus("hypixel.net").getIp();

⚡️ How to compile project?

mvn clean compile assembly:single 

📚 Libraries used

  • Lombok
  • OpenFeign
  • OpenFeign-Gson