File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ [ github ] : https://img.shields.io/github/v/release/SimpleClientDevelopment/SimpleClientAPI?include_prereleases
2+
13# SimpleClientAPI
24
35SimpleClientAPI is the Bukkit/Spigot/Paper API for SimpleClient to enable/disable Legacy PvP.
@@ -8,12 +10,12 @@ SimpleClientAPI is the Bukkit/Spigot/Paper API for SimpleClient to enable/disabl
810### Gradle
911``` gradle
1012repositories {
11- maven { url = 'https://maven.pkg.github.com/SimpleClientDevelopment/SimpleClientAPI ' }
13+ maven { url = 'https://jitpack.io ' }
1214}
1315```
1416``` gradle
1517dependencies {
16- implementation "simpleclient:simpleclient-api :VERSION"
18+ implementation "com.github.SimpleClientDevelopment:SimpleClientAPI :VERSION"
1719}
1820```
1921
@@ -22,14 +24,14 @@ dependencies {
2224<repositories >
2325 <repository >
2426 <id >simpleclient-api</id >
25- <url >https://maven.pkg.github.com/SimpleClientDevelopment/SimpleClientAPI </url >
27+ <url >https://jitpack.io </url >
2628 </repository >
2729</repositories >
2830```
2931``` xml
3032<dependency >
31- <groupId >simpleclient </groupId >
32- <artifactId >simpleclient-api </artifactId >
33+ <groupId >com.github.SimpleClientDevelopment </groupId >
34+ <artifactId >SimpleClientAPI </artifactId >
3335 <version >VERSION</version >
3436</dependency >
3537```
You can’t perform that action at this time.
0 commit comments