This commit is contained in:
mastermc05 2022-10-14 16:14:40 +03:00
parent 97a82a3d1b
commit 053df84196
2 changed files with 2 additions and 10 deletions

1
.gitignore vendored
View File

@ -37,4 +37,3 @@
/fabric-1.16.1_server.launch
/fabric-1.16.2_client.launch
/fabric-1.16.2_server.launch
/spigot/run/

View File

@ -1,6 +1,4 @@
plugins {
id "xyz.jpenilla.run-paper" version "1.0.6"
}
description = 'dynmap'
eclipse {
@ -84,12 +82,7 @@ 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.17")
}
shadowJar {
dependencies {
include(dependency('org.bstats::'))