Skip to content

Commit 33b2c0f

Browse files
committed
Fixed forgotten values to change
1 parent 20b6c18 commit 33b2c0f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1718
dependencies {
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

2426
tasks {

src/main/resources/paper-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: UtilsManager
22
version: '3.1.1'
3-
main: de.lars.utilsmanager.Main
3+
main: de.lars.utilsmanager.UtilsManager
44
api-version: '1.21'
55
description: A Plugin by Lars for the whole server management
66
author: KompetenzL0s

0 commit comments

Comments
 (0)