Add initial 1.19.3 for Spigot/PaperMC support
This commit is contained in:
parent
3c26d04195
commit
975944f649
13 changed files with 858 additions and 3 deletions
15
bukkit-helper-119-3/build.gradle
Normal file
15
bukkit-helper-119-3/build.gradle
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.19.3)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.19.3'
|
||||
|
||||
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.3-R0.1-SNAPSHOT'
|
||||
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19.3-R0.1-SNAPSHOT'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue