mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancynpcs: fix parsed placeholders being saved as skin identifier
This commit is contained in:
@@ -43,6 +43,7 @@ allprojects {
|
||||
maven(url = "https://repo.fancyplugins.de/releases")
|
||||
maven(url = "https://repo.lushplugins.org/releases")
|
||||
maven(url = "https://repo.inventivetalent.org/repository/maven-snapshots/")
|
||||
maven(url = "https://repo.extendedclip.com/releases/")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,6 +74,7 @@ dependencies {
|
||||
annotationProcessor("org.incendo:cloud-annotations:2.1.0-SNAPSHOT")
|
||||
implementation("org.mineskin:java-client-jsoup:3.0.3-SNAPSHOT")
|
||||
|
||||
compileOnly("me.clip:placeholderapi:2.11.6")
|
||||
compileOnly("com.intellectualsites.plotsquared:plotsquared-core:7.5.1")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user