diff --git a/pom.xml b/pom.xml index d79db900..263b7b3d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 de.erethon dungeonsxl - 0.16.1 + 0.16.2-SNAPSHOT jar DungeonsXL https://dre2n.github.io diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ee7de885..1454dfae 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ -name: DungeonsXL -main: de.erethon.dungeonsxl.DungeonsXL +name: ${project.name} +main: ${project.groupId}.${project.artifactId}.${project.name} version: ${project.version}${buildNo} authors: [Frank Baumann, Milan Albrecht, Tobias Schmitz, Daniel Saukel] description: ${project.description}