File tree Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 8
8
<groupId >net.hypixel</groupId >
9
9
<version >2.0.0</version >
10
10
11
+ <properties >
12
+ <maven .deploy.skip>true</maven .deploy.skip>
13
+ </properties >
14
+
11
15
<build >
12
16
<plugins >
13
17
<plugin >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<groupId >net.hypixel</groupId >
8
- <artifactId >Java </artifactId >
9
- <version >2 .0.0</version >
8
+ <artifactId >HypixelAPI </artifactId >
9
+ <version >3 .0.0</version >
10
10
11
11
<dependencies >
12
12
<dependency >
21
21
</dependency >
22
22
</dependencies >
23
23
24
+ <distributionManagement >
25
+ <repository >
26
+ <id >Hypixel</id >
27
+ <url >https://repo.hypixel.net/repository/Hypixel/</url >
28
+ </repository >
29
+ </distributionManagement >
30
+
24
31
<build >
25
32
<plugins >
26
33
<plugin >
Original file line number Diff line number Diff line change @@ -7,9 +7,22 @@ Hypixel PublicAPI documentation can be found in the [Documentation](https://gith
7
7
Java documentation can be found in the code.
8
8
9
9
### Usage
10
- You can use this API as a dependency via JitPack. In the future it will be deployed to a public maven repo.
11
-
12
- [ ![ ] ( https://jitpack.io/v/HypixelDev/PublicAPI.svg )] ( https://jitpack.io/#HypixelDev/PublicAPI )
10
+ You can use this API as a dependency via the public Hypixel maven repo.
11
+
12
+ ``` xml
13
+ <repository >
14
+ <id >Hypixel</id >
15
+ <url >https://repo.hypixel.net/repository/Hypixel/</url >
16
+ </repository >
17
+ ```
18
+
19
+ ``` xml
20
+ <dependency >
21
+ <groupId >net.hypixel</groupId >
22
+ <artifactId >HypixelAPI</artifactId >
23
+ <version >3.0.0</version >
24
+ </dependency >
25
+ ```
13
26
14
27
### Query Limitations
15
28
The API server has a request limit of 120 queries per minute. Any abuse of the API or intentions to bypass this limit (such as with multiple API keys) will lead to your API key being reset or banned.
You can’t perform that action at this time.
0 commit comments