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

Commit 7c85433

Browse files
committed
Update README.md
Removed lombok as a prerequisite
1 parent 74adda3 commit 7c85433

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
uuid-java [![Build Status](http://build.mc-api.net/buildStatus/icon?job=uuid-java)](http://build.mc-api.net/job/uuid-java/)
22
=========
33

4-
A Java implementation of the [mc-api.net](http://mc-api.net) API.
4+
A Java implementation of the [mc-api.net](https://mc-api.net) API.
55

66
## Implementation
77

8-
Usage examples:
8+
**Setting request server**
9+
10+
MC-API has multiple mirrors, you can choose your mirror like so:
11+
```java
12+
UUIDAPI.setRegion(ServerRegion)
13+
```
14+
A list of mirrors can be found [here](https://github.com/MC-API/static#mirrors).
15+
16+
### Usage examples:
917

1018
**Username to UUID**
1119

@@ -31,15 +39,14 @@ Would return:
3139

3240
`njb_said`
3341

34-
**Errors**
42+
### Errors
3543

3644
If the given username or UUID is invalid, `NULL` would be returned!
3745

3846
### Compilation
3947

4048
To compile just run ``mvn clean package`` or download the latest build from [build.mc-api.net](http://build.mc-api.net)
4149

42-
### Development
50+
### Maven Repository
4351

44-
Prerequisites:
45-
- [Lombok](http://projectlombok.org/)
52+
There is a maven repository at [build.mc-api.net/plugin/repository/everything](http://build.mc-api.net/plugin/repository/everything)

0 commit comments

Comments
 (0)