mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-01-07 17:08:12 +01:00
added maven placeholders to plugin.yml
This commit is contained in:
parent
84ea71db8e
commit
c451a0cc50
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user