diff --git a/.gitignore b/.gitignore index a1c2a23..6b92656 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# Project +*.iml +idea/ +target/ \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7647d57 --- /dev/null +++ b/pom.xml @@ -0,0 +1,79 @@ + + + 4.0.0 + + xyz.liblnd + tealimit + 2.0 + + jar + + TeaLimit + + + 1.8 + UTF-8 + + + + + papermc-repo + https://papermc.io/repo/repository/maven-public/ + + + + sonatype + https://oss.sonatype.org/content/groups/public/ + + + + + + com.destroystokyo.paper + paper-api + 1.15.2-R0.1-SNAPSHOT + provided + + + + + clean package + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + ${java.version} + ${java.version} + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.0 + + + package + + shade + + + false + + + + + + + + + src/main/resources + true + + + + \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 09685f9..d9d28c5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,6 @@ name: TeaLimit main: net.teamonster.tealimit.Main -version: 1.1 -author: TeaMaster +version: ${project.version} +api-version: 1.15 +authors: [TeaMaster, Artuto] description: Limit entity spawns \ No newline at end of file