mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-13 06:05:36 +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
|
||||
name: ChestSort
|
||||
version: 10.0.3
|
||||
main: ${spigot.main}
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
api-version: "1.13"
|
||||
description: Allows automatic chest sorting
|
||||
author: mfnalex
|
||||
website: https://www.chestsort.de
|
||||
prefix: ChestSort
|
||||
description: "${project.description}"
|
||||
authors:
|
||||
- mfnalex
|
||||
- JEFF Media GbR
|
||||
website: ${project.url}
|
||||
prefix: ${spigot.prefix}
|
||||
database: false
|
||||
loadbefore: [InvUnload]
|
||||
softdepend: [CrackShot,InventoryPages,Minepacks]
|
||||
|
Loading…
Reference in New Issue
Block a user