Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit d00b3ed

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

File tree

Expand file treeCollapse file tree

1 file changed

+20
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+20-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.