Initial Spigot/Paper 1.19.4

This commit is contained in:
Michael Primm 2023-03-16 00:55:32 -05:00
parent a52ea70b27
commit caef8f433e
14 changed files with 888 additions and 22 deletions

View file

@ -21,6 +21,7 @@ include ':bukkit-helper-118'
include ':bukkit-helper-118-2'
include ':bukkit-helper-119'
include ':bukkit-helper-119-3'
include ':bukkit-helper-119-4'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -56,6 +57,7 @@ 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-119-3').projectDir = "$rootDir/bukkit-helper-119-3" as File
project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" 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