Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit d00b3ed

Browse files
committed
Merge branch 'master' of https://github.com/MC-API/uuid-java
2 parents 621822b + 1519b61 commit d00b3ed

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MC-API has multiple mirrors, you can choose your mirror like so:
1111
```java
1212
UUIDAPI.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

5252
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+
```

0 commit comments

Comments
 (0)