Initial spigot/paper 1.19 port

This commit is contained in:
Mike Primm 2022-06-07 12:28:16 -05:00
parent d997e10eaf
commit 5a3ed79f37
11 changed files with 773 additions and 1 deletions

View file

@ -19,6 +19,7 @@ include ':bukkit-helper-116-4'
include ':bukkit-helper-117'
include ':bukkit-helper-118'
include ':bukkit-helper-118-2'
include ':bukkit-helper-119'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -47,6 +48,7 @@ project(':bukkit-helper-116-4').projectDir = "$rootDir/bukkit-helper-116-4" as F
project(':bukkit-helper-117').projectDir = "$rootDir/bukkit-helper-117" as File
project(':bukkit-helper-118').projectDir = "$rootDir/bukkit-helper-118" as File
project(':bukkit-helper-118-2').projectDir = "$rootDir/bukkit-helper-118-2" as File
project(':bukkit-helper-119').projectDir = "$rootDir/bukkit-helper-119" 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