File tree Expand file tree Collapse file tree 3 files changed +5
-51
lines changed
Expand file tree Collapse file tree 3 files changed +5
-51
lines changed Original file line number Diff line number Diff line change 44
55SimpleClientAPI is the Bukkit/Spigot/Paper API for SimpleClient to enable/disable Legacy PvP.
66
7- ### Download
8- [ here] ( https://github.com/SimpleClientDevelopment/SimpleClientAPI/releases/latest )
9-
10- ### Gradle
11- ``` gradle
12- repositories {
13- maven { url = 'https://jitpack.io' }
14- }
15- ```
16- ``` gradle
17- dependencies {
18- implementation "com.github.SimpleClientDevelopment:SimpleClientAPI:VERSION"
19- }
20- ```
21-
22- ### Maven
23- ``` xml
24- <repositories >
25- <repository >
26- <id >simpleclient-api</id >
27- <url >https://jitpack.io</url >
28- </repository >
29- </repositories >
30- ```
31- ``` xml
32- <dependency >
33- <groupId >com.github.SimpleClientDevelopment</groupId >
34- <artifactId >SimpleClientAPI</artifactId >
35- <version >VERSION</version >
36- </dependency >
37- ```
7+ ### Download: [ here] ( https://github.com/SimpleClientDevelopment/SimpleClientAPI/releases/latest )
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' maven-publish'
43 id ' xyz.jpenilla.run-paper' version ' 2.1.0'
54 id ' io.papermc.paperweight.userdev' version ' 1.5.3'
65 id ' com.github.breadmoirai.github-release' version ' 2.4.1'
76}
87
9- group = ' com.github.SimpleClientDevelopment '
10- version = ' 0.1.6 '
8+ group = ' simpleclient '
9+ version = ' 0.1.7 '
1110
1211repositories {
1312 mavenCentral()
@@ -52,19 +51,4 @@ githubRelease {
5251 dryRun false
5352 apiEndpoint ' https://api.github.com'
5453 client
55- }
56-
57- publishing {
58- publications {
59- maven(MavenPublication ) {
60- from components. java
61- }
62- }
63- }
64-
65- wrapper {
66- gradleVersion = ' 8.1.1'
67- distributionType = Wrapper.DistributionType . ALL
68- }
69-
70- task(' install' ) {}
54+ }
Original file line number Diff line number Diff line change 11## SimpleClient API %version%
2- - Updated gradle project #5
2+ - Updated gradle project #6
You can’t perform that action at this time.
0 commit comments