mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
fancynpcs, fancyholograms: Use sets of Version Strings for checking if a version is valid (#142)
* use set for checking if a version is valid * use Paper PR for snapshot reference --------- Co-authored-by: TheosRee <theosree@users.noreply.github.com>
This commit is contained in:
@@ -15,5 +15,12 @@ allprojects {
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
maven("https://repo.fancyinnovations.com/releases")
|
||||
maven(url = "https://jitpack.io")
|
||||
maven("https://maven-prs.papermc.io/Paper/pr13194") {
|
||||
name = "Maven for PR #13194" // https://github.com/PaperMC/Paper/pull/13194
|
||||
mavenContent {
|
||||
includeModule("io.papermc.paper", "dev-bundle")
|
||||
includeModule("io.papermc.paper", "paper-api")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user