Rename maven project and add provides to differentiate from others

This commit is contained in:
Phoenix616 2021-02-01 14:24:47 +01:00
parent 6b632d7023
commit c893b45ddc
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<artifactId>randomteleport-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<description>Randomly teleport players on your server!</description>
<name>RandomTeleport</name>
<name>FUBSRandomTeleport</name>
<packaging>pom</packaging>
<properties>

View File

@ -1,4 +1,5 @@
name: RandomTeleport
provides: [FUBSRandomTeleport]
main: de.themoep.randomteleport.RandomTeleport
version: '${minecraft.plugin.version}'
api-version: 1.13