mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-25 05:55:13 +01:00
2.113.6
Took 2 minutes
This commit is contained in:
parent
2713eb0651
commit
95b2bf50ce
4
pom.xml
4
pom.xml
@ -8,14 +8,14 @@
|
||||
|
||||
<name>AuctionHouse</name>
|
||||
<description>The ultimate auction solution for your server</description>
|
||||
<version>2.113.5</version>
|
||||
<version>2.113.6</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<author>Kiran Hart</author>
|
||||
<jarName>${project.name}</jarName>
|
||||
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
|
||||
<java.version>8</java.version>
|
||||
<flight.version>3.22.1</flight.version>
|
||||
<flight.version>3.23.0</flight.version>
|
||||
<flight.path>ca.tweetzy</flight.path>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
@ -38,7 +38,7 @@ import java.util.stream.Collectors;
|
||||
public class CommandBan extends AbstractCommand {
|
||||
|
||||
public CommandBan() {
|
||||
super(CommandType.PLAYER_ONLY, "ban");
|
||||
super(CommandType.PLAYER_ONLY, "ban");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user