Clean up
This commit is contained in:
parent
cf508baf2b
commit
100648140f
2 changed files with 2 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -37,4 +37,3 @@
|
||||||
/fabric-1.16.1_server.launch
|
/fabric-1.16.1_server.launch
|
||||||
/fabric-1.16.2_client.launch
|
/fabric-1.16.2_client.launch
|
||||||
/fabric-1.16.2_server.launch
|
/fabric-1.16.2_server.launch
|
||||||
/spigot/run/
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
plugins {
|
|
||||||
id "xyz.jpenilla.run-paper" version "1.0.6"
|
|
||||||
}
|
|
||||||
description = 'dynmap'
|
description = 'dynmap'
|
||||||
|
|
||||||
eclipse {
|
eclipse {
|
||||||
|
|
@ -84,12 +82,7 @@ processResources {
|
||||||
jar {
|
jar {
|
||||||
classifier = 'unshaded'
|
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 {
|
shadowJar {
|
||||||
dependencies {
|
dependencies {
|
||||||
include(dependency('org.bstats::'))
|
include(dependency('org.bstats::'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue