First pass of 1.18.2 spigot/paper support

This commit is contained in:
Mike Primm 2022-02-28 17:46:40 -06:00
parent 19ee08716b
commit d635473d50
11 changed files with 683 additions and 23 deletions

View file

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