Skip to content

Commit

Permalink
[Features] Ajout de PlaceholderAPI (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Margouta authored Jul 7, 2024
2 parents 1497a8d + 4f44ace commit 58bbcdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ repositories {
maven {
url 'https://jitpack.io'
}
maven {
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
}

dependencies {
Expand All @@ -29,6 +32,7 @@ dependencies {
implementation 'org.json:json:20210307'
compileOnly 'net.luckperms:api:5.4'
compileOnly 'com.github.LoneDev6:API-ItemsAdder:3.6.3-beta-14'
compileOnly 'me.clip:placeholderapi:2.11.6'
}

def targetJavaVersion = 21
Expand Down

0 comments on commit 58bbcdd

Please sign in to comment.