File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,13 @@ Maven:
2020
2121Jar file download: Please download file at [ GitHub releases] ( https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/tag/0.0.2 )
2222Javadoc: [ Click here] ( http://yc.aikeshi.top:30003/xiaopangxie732/javadoc/mojang-api/0.0.1 )
23- ## Usage:
24- To check API server status:
25- ``` java
26- Status stat = new Status (); // Create Status class
27- stat. getStatus(StatusServer . AUTHSERVER_MOJANG_COM ); // To get sessionserver.mojang.com status
23+ ## How to build(from source):
24+ 1.Install Maven.
25+ 2.cd to that directory.
26+ 3.Run command in the cmd.
27+ ``` batch
28+ mvn clean install
2829```
30+ 4.When build complete, files are all in target folder
2931<hr >
3032My English is not very good, maybe some places are wrong:).(from translate.google.com)
You can’t perform that action at this time.
0 commit comments