Spigot/Paper 1.21.9-1.21.10 basic support

This commit is contained in:
jacob1 2025-09-30 21:47:48 -04:00
parent f9a568a3c4
commit 786bf4e6e6
8 changed files with 730 additions and 2 deletions

View file

@ -31,6 +31,7 @@ include ':bukkit-helper-121-3'
include ':bukkit-helper-121-4'
include ':bukkit-helper-121-5'
include ':bukkit-helper-121-6'
include ':bukkit-helper-121-10'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -82,6 +83,7 @@ project(':bukkit-helper-121-3').projectDir = "$rootDir/bukkit-helper-121-3" as F
project(':bukkit-helper-121-4').projectDir = "$rootDir/bukkit-helper-121-4" as File
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').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File