Spigot 1.21.5 support

(ability to run only, not the ability to render the handful of new decorative flower blocks)
This commit is contained in:
jacob1 2025-03-30 23:57:55 -04:00
parent dfa54a3631
commit 20b7485acc
8 changed files with 726 additions and 0 deletions

View file

@ -0,0 +1,17 @@
eclipse {
project {
name = "Dynmap(Spigot-1.21.5)"
}
}
description = 'bukkit-helper-1.21.5'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.5-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.21.5-R0.1-SNAPSHOT'
}