diff --git a/pom.xml b/pom.xml index 1e8a90c..2916862 100644 --- a/pom.xml +++ b/pom.xml @@ -37,36 +37,5 @@ true - - - org.apache.maven.plugins - maven-shade-plugin - 3.3.0 - - - package - - shade - - - - - true - - - org.json:json - - - - - org.json:* - - META-INF/*.MF - - - - - - \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index bdfdaa5..5369bce 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,4 +2,6 @@ name: RealWeather version: ${project.version} api-version: 1.18 author: Minecon724 -main: pl.minecon724.realweather.RW \ No newline at end of file +main: pl.minecon724.realweather.RW +libraries: + - org.json:json:20220320 \ No newline at end of file