Skip to content

Commit 29591f0

Browse files
committed
Update 2.5.1
1 parent 0d658e7 commit 29591f0

7 files changed

Lines changed: 6 additions & 9 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.alessiodp.parties</groupId>
66
<artifactId>Parties</artifactId>
7-
<version>2.5.0</version>
7+
<version>2.5.1</version>
88
</parent>
99

1010
<artifactId>parties-api</artifactId>

bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alessiodp.parties</groupId>
77
<artifactId>Parties</artifactId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010

1111
<artifactId>parties-bukkit</artifactId>

bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.alessiodp.parties</groupId>
55
<artifactId>Parties</artifactId>
6-
<version>2.5.0</version>
6+
<version>2.5.1</version>
77
</parent>
88

99
<artifactId>parties-bungee</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>Parties</artifactId>
99
<groupId>com.alessiodp.parties</groupId>
10-
<version>2.5.0</version>
10+
<version>2.5.1</version>
1111
</parent>
1212

1313
<artifactId>parties-common</artifactId>

common/src/main/java/com/alessiodp/parties/common/commands/sub/CommandHelp.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public void onCommand(CommandData commandData) {
4949
for(PartiesCommand pc : plugin.getCommandManager().getOrderedCommands()) {
5050
if (allowedCommands.contains(pc)) {
5151
list.add(pc.getHelp());
52-
System.out.println("Adding: " + pc.getCommand());
53-
} else {
54-
System.out.println("Skipping: " + pc.getCommand());
5552
}
5653
}
5754

output/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Parties</artifactId>
77
<groupId>com.alessiodp.parties</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.alessiodp.parties</groupId>
55
<artifactId>Parties</artifactId>
6-
<version>2.5.0</version>
6+
<version>2.5.1</version>
77
<packaging>pom</packaging>
88

99
<name>Parties</name>

0 commit comments

Comments
 (0)