Successfully made NoPlugins Obsolete

This commit is contained in:
obvWolf
2024-02-16 07:19:42 -06:00
parent c63bf7c313
commit 449740cd91
11 changed files with 154 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ jar {
repositories {
mavenCentral()
maven {
url "https://repo.dmulloy2.net/repository/public/"
}
maven {
name = 'spigotmc-repo'
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
@@ -31,6 +34,7 @@ repositories {
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation files("libs/PDK-1.3.4.jar")
}