Seems to work like this (1.21.6 - tested on Paper release 28)

This commit is contained in:
Chaosjan44 2025-06-25 02:27:21 +02:00
parent 3abbca8582
commit 9ece73bd80
8 changed files with 728 additions and 0 deletions

View file

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