mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-15 04:15:10 +01:00
package deploy pre setup
This commit is contained in:
parent
72937db61f
commit
9d7fbe20a0
15
pom.xml
15
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>ca.tweetzy</groupId>
|
||||
<artifactId>AuctionHouse</artifactId>
|
||||
<artifactId>auctionhouse</artifactId>
|
||||
<version>2.0.0</version>
|
||||
|
||||
<properties>
|
||||
@ -13,6 +13,14 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub kiranhart Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/kiranhart/Auction-House</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<finalName>Auction House-${project.version}</finalName>
|
||||
@ -132,5 +140,10 @@
|
||||
<version>1.18.16</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>2.8.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -2,7 +2,6 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
|
||||
<servers>
|
||||
<server>
|
||||
<id>github</id>
|
||||
|
@ -133,14 +133,11 @@ public class Settings {
|
||||
"&7money by selling farmable items other",
|
||||
"&7players may be interested in buying.",
|
||||
"",
|
||||
"&7All sell listings last for a max of &e60 minutes",
|
||||
"&7unsold items are sent to your collection bin.",
|
||||
"&7Any unsold items are sent to your collection bin.",
|
||||
"",
|
||||
"&7Each item is listed as a auction, so",
|
||||
"&7players can out bid each other, or simply",
|
||||
"&7purchase it right away with a set price.",
|
||||
"",
|
||||
"&7For more help, use &e/ah help!"
|
||||
"&7purchase it right away with a set price."
|
||||
));
|
||||
|
||||
public static final ConfigSetting GUI_AUCTION_HOUSE_ITEMS_TRANSACTIONS_ITEM = new ConfigSetting(config, "gui.auction house.items.transactions.item", "PAPER");
|
||||
|
Loading…
Reference in New Issue
Block a user