Add FancyHolograms

This commit is contained in:
Oliver
2025-03-03 20:59:48 +01:00
parent e3a68e337e
commit 1c8a53e778
136 changed files with 10099 additions and 0 deletions

12
build.gradle.kts Normal file
View File

@@ -0,0 +1,12 @@
allprojects {
group = "de.oliver"
description = "Minecraft plugins of FancyInnovations"
repositories {
mavenLocal()
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.fancyplugins.de/releases")
maven(url = "https://jitpack.io")
}
}