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

@ -0,0 +1,15 @@
eclipse {
project {
name = "Dynmap(Spigot-1.19)"
}
}
description = 'bukkit-helper-1.19'
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.19-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19-R0.1-SNAPSHOT'
}