diff --git a/.gitignore b/.gitignore index 69d02691..0eeb19b4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,3 @@ /fabric-1.16.1_server.launch /fabric-1.16.2_client.launch /fabric-1.16.2_server.launch -/spigot/run/ diff --git a/spigot/build.gradle b/spigot/build.gradle index 5b54daeb..8f1da35a 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -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::'))