File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ repositories {
1212 name = " papermc-repo"
1313 url = " https://repo.papermc.io/repository/maven-public/"
1414 }
15+ maven { url = " https://jitpack.io" }
1516}
1617
1718dependencies {
18- compileOnly( " io.papermc.paper:paper-api:1.21.8 -R0.1-SNAPSHOT" )
19+ compileOnly " io.papermc.paper:paper-api:1.21.10 -R0.1-SNAPSHOT"
1920 compileOnly ' me.lucko:spark-api:0.1-SNAPSHOT'
2021 compileOnly ' net.dmulloy2:ProtocolLib:5.4.0'
2122 implementation ' net.dv8tion:JDA:5.0.0-beta.20'
23+ implementation ' com.github.LarsEsDoch:ApiManager:4.2.1'
2224}
2325
2426tasks {
Original file line number Diff line number Diff line change 11name : UtilsManager
22version : ' 3.1.1'
3- main : de.lars.utilsmanager.Main
3+ main : de.lars.utilsmanager.UtilsManager
44api-version : ' 1.21'
55description : A Plugin by Lars for the whole server management
66author : KompetenzL0s
You can’t perform that action at this time.
0 commit comments