Initial Spigot/Paper 1.19.4

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

View file

@ -0,0 +1,15 @@
eclipse {
project {
name = "Dynmap(Spigot-1.19.4)"
}
}
description = 'bukkit-helper-1.19.4'
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.4-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19.4-R0.1-SNAPSHOT'
}