Spigot 1.21.11 support

This commit is contained in:
jacob1 2025-12-11 23:13:58 -05:00
parent 2eaedba5c6
commit f0962ab94c
6 changed files with 708 additions and 0 deletions

View file

@ -32,6 +32,7 @@ include ':bukkit-helper-121-4'
include ':bukkit-helper-121-5'
include ':bukkit-helper-121-6'
include ':bukkit-helper-121-10'
include ':bukkit-helper-121-11'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -84,6 +85,7 @@ project(':bukkit-helper-121-4').projectDir = "$rootDir/bukkit-helper-121-4" as F
project(':bukkit-helper-121-5').projectDir = "$rootDir/bukkit-helper-121-5" as File
project(':bukkit-helper-121-6').projectDir = "$rootDir/bukkit-helper-121-6" as File
project(':bukkit-helper-121-10').projectDir = "$rootDir/bukkit-helper-121-10" as File
project(':bukkit-helper-121-11').projectDir = "$rootDir/bukkit-helper-121-11" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File