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:
TheosRee
2025-11-08 13:20:25 +01:00
committed by Oliver
parent d36af3cd00
commit 24c1907eec
5 changed files with 12 additions and 5 deletions

View File

@@ -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")
}
}
}
}