This repository was archived by the owner on Jul 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ MC-API has multiple mirrors, you can choose your mirror like so:
1111``` java
1212UUIDAPI . setRegion(ServerRegion )
1313```
14- A list of mirrors can be found [ here] ( https://github.com/MC-API/static#mirrors ) .
14+ A list of mirrors can be found [ here] ( https://github.com/MC-API/static#mirrors ) . The default mirror is set to US.
1515
1616### Usage examples:
1717
@@ -50,3 +50,22 @@ To compile just run ``mvn clean package`` or download the latest build from [bui
5050### Maven Repository
5151
5252There is a maven repository at [ build.mc-api.net/plugin/repository/everything] ( http://build.mc-api.net/plugin/repository/everything )
53+
54+ Maven Configuration:
55+
56+ ``` xml
57+ <repositories >
58+ <repository >
59+ <id >mcapi</id >
60+ <url >http://build.mc-api.net/plugin/repository/everything/</url >
61+ </repository >
62+ </repositories >
63+
64+ <dependencies >
65+ <dependency >
66+ <groupId >net.mcapi.uuid</groupId >
67+ <artifactId >uuid-java</artifactId >
68+ <version >1.0.0</version >
69+ </dependency >
70+ </dependencies >
71+ ```
You can’t perform that action at this time.
0 commit comments