Spigot/Paper 1.21.9-1.21.10 basic support
This commit is contained in:
parent
f9a568a3c4
commit
786bf4e6e6
8 changed files with 730 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue