Merge pull request #3105 from Multiverse/ben/mv5/papi-dep

Update placeholderAPI repo and version
This commit is contained in:
Ben Woo 2024-09-15 10:44:04 +08:00 committed by GitHub
commit 1528fdfed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,8 +56,8 @@ repositories {
}
maven {
name = 'PlaceholderAPI'
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
name = "helpchatRepoReleases"
url = uri("https://repo.helpch.at/releases/")
}
maven {
@ -95,7 +95,7 @@ dependencies {
}
// PlaceholderAPI
externalPlugin 'me.clip:placeholderapi:2.11.3'
externalPlugin 'me.clip:placeholderapi:2.11.6'
// Command Framework
shadowed 'co.aikar:acf-paper:0.5.1-SNAPSHOT'