1.19 support

This commit is contained in:
mastermc05 2022-10-14 12:57:23 +03:00
parent 66fe5d4a8b
commit 1f1a342777
6 changed files with 108 additions and 13 deletions

View file

@ -1,4 +1,6 @@
plugins {
id "xyz.jpenilla.run-paper" version "1.0.6"
}
description = 'dynmap'
eclipse {
@ -82,7 +84,12 @@ processResources {
jar {
classifier = 'unshaded'
}
runServer {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.19.2")
}
shadowJar {
dependencies {
include(dependency('org.bstats::'))