mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-12-01 13:33:24 +01:00
Fix typo
Move author and website from plugin.yml into pom.xml
This commit is contained in:
parent
5e281241a6
commit
d493e9905a
12
pom.xml
12
pom.xml
@ -30,6 +30,13 @@
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<properties>
|
||||
<author>GeorgH93</author>
|
||||
<website>https://www.spigotmc.org/resources/19286/</website>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
@ -65,11 +72,6 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
|
@ -7,7 +7,7 @@ Language:
|
||||
UpdateUUIDs: Start updating database to UUIDs ...
|
||||
UpdatedUUIDs: 'Updated %s accounts to UUIDs.'
|
||||
Ingame:
|
||||
NoPermission: You don't have the Permission to do that.
|
||||
NoPermission: "You don't have the permission to do that."
|
||||
OwnBackPackClose: 'Backpack closed!'
|
||||
PlayerBackPackClose: "%s's backpack closed!"
|
||||
InvalidBackpack: Invalid backpack.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: ${project.name}
|
||||
author: GeorgH93
|
||||
website: http://dev.bukkit.org/bukkit-plugins/minepacks/
|
||||
author: ${author}
|
||||
website: ${website}
|
||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
||||
description: ${project.description}
|
||||
version: ${project.version}
|
||||
|
Loading…
Reference in New Issue
Block a user