added maven placeholders to plugin.yml

This commit is contained in:
mfnalex 2021-05-30 21:14:26 +02:00
parent 84ea71db8e
commit c451a0cc50

View File

@ -1,11 +1,13 @@
main: de.jeff_media.chestsort.ChestSortPlugin main: ${spigot.main}
name: ChestSort name: ${project.name}
version: 10.0.3 version: ${project.version}
api-version: "1.13" api-version: "1.13"
description: Allows automatic chest sorting description: "${project.description}"
author: mfnalex authors:
website: https://www.chestsort.de - mfnalex
prefix: ChestSort - JEFF Media GbR
website: ${project.url}
prefix: ${spigot.prefix}
database: false database: false
loadbefore: [InvUnload] loadbefore: [InvUnload]
softdepend: [CrackShot,InventoryPages,Minepacks] softdepend: [CrackShot,InventoryPages,Minepacks]