mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-22 21:41:23 +01:00
Optimize plugin.yml creation
This commit is contained in:
parent
82856a81e3
commit
cea7476511
6
pom.xml
6
pom.xml
@ -19,8 +19,8 @@
|
||||
<url>http://ci.pcgamingfreaks.at/job/Minepacks/</url>
|
||||
</ciManagement>
|
||||
|
||||
<name>Bukkit Minepacks</name>
|
||||
<description>A backpack plugin for Bukkit.</description>
|
||||
<name>MinePacks</name>
|
||||
<description>Minepacks is a backpack plugin with different backpack sizes, multi language support and SQLite and MySQL storage support.</description>
|
||||
<inceptionYear>2014</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
@ -128,4 +128,4 @@
|
||||
<url>http://repo.pcgamingfreaks.at/repository/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
</project>
|
@ -1,8 +1,8 @@
|
||||
name: MinePacks
|
||||
name: ${project.name}
|
||||
author: GeorgH93
|
||||
website: http://dev.bukkit.org/bukkit-plugins/minepacks/
|
||||
main: at.pcgamingfreaks.MinePacks.MinePacks
|
||||
description: Minepacks is a backpack plugin with different backpack sizes, multilanguage and MySQL storage support. It is a simple plugin, but still has a lot of functions.
|
||||
description: ${project.description}
|
||||
version: ${project.version}
|
||||
commands:
|
||||
backpack:
|
||||
|
Loading…
Reference in New Issue
Block a user