File tree 7 files changed +37
-30
lines changed
hypixel-api-transport-apache
hypixel-api-transport-reactor
hypixel-api-transport-unirest
7 files changed +37
-30
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,6 @@ Hypixel Public API (Java)
5
5
This is a Java implementation of the Hypixel API. For discussing the API, requesting help or suggestions you can use the
6
6
GitHub [ Discussions] ( https://github.com/HypixelDev/PublicAPI/discussions ) .
7
7
8
- ## Note:
9
-
10
- We are currently in the process of merging and prepping to release the Public API 4.0 client. Until then, you should
11
- continue to use 3.0.0 with the following:
12
-
13
- ``` xml
14
-
15
- <repository >
16
- <id >Hypixel</id >
17
- <url >https://repo.hypixel.net/repository/Hypixel/</url >
18
- </repository >
19
-
20
- <dependency >
21
- <groupId >net.hypixel</groupId >
22
- <artifactId >HypixelAPI</artifactId >
23
- <version >3.0.0</version >
24
- </dependency >
25
- ```
26
-
27
8
### Documentation
28
9
29
10
Hypixel Public API documentation can be found at [ https://api.hypixel.net/ ] ( https://api.hypixel.net/ ) . Java
Original file line number Diff line number Diff line change 2
2
<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xmlns =" http://maven.apache.org/POM/4.0.0"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >hypixel-api</artifactId >
7
+ <groupId >net.hypixel</groupId >
8
+ <version >4.0</version >
9
+ </parent >
5
10
<modelVersion >4.0.0</modelVersion >
6
11
7
- <groupId >net.hypixel</groupId >
8
12
<artifactId >hypixel-api-core</artifactId >
9
- <version >4.0-SNAPSHOT</version >
10
13
11
14
<properties >
15
+ <maven .deploy.skip>false</maven .deploy.skip>
12
16
<maven .compiler.target>1.8</maven .compiler.target>
13
17
<maven .compiler.source>1.8</maven .compiler.source>
14
18
</properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.0-SNAPSHOT </version >
8
+ <version >4.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
32
32
<dependency >
33
33
<groupId >net.hypixel</groupId >
34
34
<artifactId >hypixel-api-transport-apache</artifactId >
35
- <version >4.0-SNAPSHOT </version >
35
+ <version >4.0</version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >com.konghq</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.0-SNAPSHOT </version >
8
+ <version >4.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >hypixel-api-transport-apache</artifactId >
13
13
14
+ <properties >
15
+ <maven .deploy.skip>false</maven .deploy.skip>
16
+ <maven .compiler.target>1.8</maven .compiler.target>
17
+ <maven .compiler.source>1.8</maven .compiler.source>
18
+ </properties >
19
+
14
20
<build >
15
21
<plugins >
16
22
<plugin >
28
34
<dependency >
29
35
<groupId >net.hypixel</groupId >
30
36
<artifactId >hypixel-api-core</artifactId >
31
- <version >4.0-SNAPSHOT </version >
37
+ <version >4.0</version >
32
38
</dependency >
33
39
<dependency >
34
40
<groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.0-SNAPSHOT </version >
8
+ <version >4.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >hypixel-api-transport-reactor</artifactId >
13
13
14
+ <properties >
15
+ <maven .deploy.skip>false</maven .deploy.skip>
16
+ <maven .compiler.target>1.8</maven .compiler.target>
17
+ <maven .compiler.source>1.8</maven .compiler.source>
18
+ </properties >
19
+
14
20
<build >
15
21
<plugins >
16
22
<plugin >
40
46
<dependency >
41
47
<groupId >net.hypixel</groupId >
42
48
<artifactId >hypixel-api-core</artifactId >
43
- <version >4.0-SNAPSHOT </version >
49
+ <version >4.0</version >
44
50
</dependency >
45
51
<dependency >
46
52
<groupId >io.projectreactor.netty</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.0-SNAPSHOT </version >
8
+ <version >4.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >hypixel-api-transport-unirest</artifactId >
13
13
14
+ <properties >
15
+ <maven .deploy.skip>false</maven .deploy.skip>
16
+ <maven .compiler.target>1.8</maven .compiler.target>
17
+ <maven .compiler.source>1.8</maven .compiler.source>
18
+ </properties >
19
+
14
20
<build >
15
21
<plugins >
16
22
<plugin >
28
34
<dependency >
29
35
<groupId >net.hypixel</groupId >
30
36
<artifactId >hypixel-api-core</artifactId >
31
- <version >4.0-SNAPSHOT </version >
37
+ <version >4.0</version >
32
38
</dependency >
33
39
<dependency >
34
40
<groupId >com.konghq</groupId >
Original file line number Diff line number Diff line change 7
7
<groupId >net.hypixel</groupId >
8
8
<artifactId >hypixel-api</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >4.0-SNAPSHOT</version >
10
+ <version >4.0</version >
11
+
12
+ <properties >
13
+ <maven .deploy.skip>true</maven .deploy.skip>
14
+ </properties >
11
15
12
16
<modules >
13
17
<module >hypixel-api-core</module >
You can’t perform that action at this time.
0 commit comments