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 +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 11uuid-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
3644If the given username or UUID is invalid, ` NULL ` would be returned!
3745
3846### Compilation
3947
4048To 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 )
You can’t perform that action at this time.
0 commit comments