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
Filter options
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:
11
11
``` java
12
12
UUIDAPI . setRegion(ServerRegion )
13
13
```
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.
15
15
16
16
### Usage examples:
17
17
@@ -50,3 +50,22 @@ To compile just run ``mvn clean package`` or download the latest build from [bui
50
50
### Maven Repository
51
51
52
52
There 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