Spigot / Paper 1.21.3 support

This commit is contained in:
jacob1 2024-11-09 20:56:09 -05:00
parent 6b52f94884
commit abf7332cb4
14 changed files with 688 additions and 8 deletions

View file

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