Skip to content

Commit 9c96b6c

Browse files
authored
Change EntityLib repository link to PVPHub
Updated the repository link for EntityLib to PVPHub.
1 parent a505b5d commit 9c96b6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ You can easily use EntityLib platformless by using the `api` or `common` module
88

99
If you like EntityLib and or want to sponsor me, visit my [ko-fi page](https://ko-fi.com/tofaa) :D
1010

11-
EntityLib is published to [Maven Central](https://central.sonatype.com/artifact/io.github.tofaa2). Snapshots are available on pushes to the main branch, and stable releases are published on GitHub releases.
11+
EntityLib is published to [PVPHub](https://maven.pvphub.me/#/tofaa/io/github/tofaa2). Snapshots are available on pushes to the main branch, and stable releases are published on GitHub releases.
12+
Many thanks to the team at PVP Hub and @Bram1903 for hosting EntityLib
1213

1314
Gradle (Groovy DSL):
1415
```groovy
1516
repositories {
1617
mavenCentral()
18+
maven("https://maven.pvphub.me/tofaa")
1719
}
1820
1921
dependencies {
@@ -25,6 +27,7 @@ Gradle (Kotlin DSL):
2527
```kotlin
2628
repositories {
2729
mavenCentral()
30+
maven("https://maven.pvphub.me/tofaa")
2831
}
2932

3033
dependencies {

0 commit comments

Comments
 (0)