File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
src/main/java/eu/endermite/commandwhitelist/common/commands
CommandWhitelistWaterfall Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.3.0 </version >
9
+ <version >2.3.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >Bukkit</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.3.0 </version >
9
+ <version >2.3.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >Common</artifactId >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public class CWCommand {
22
22
.resolver (StandardTags .reset ())
23
23
.resolver (StandardTags .rainbow ())
24
24
.resolver (StandardTags .translatable ())
25
+ .resolver (StandardTags .newline ())
25
26
.build ()
26
27
).build ();
27
28
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.3.0 </version >
9
+ <version >2.3.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >Velocity</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.3.0 </version >
9
+ <version >2.3.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >Waterfall</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >eu.endermite.commandwhitelist</groupId >
8
8
<artifactId >CommandWhitelist</artifactId >
9
- <version >2.3.0 </version >
9
+ <version >2.3.1 </version >
10
10
<modules >
11
11
<module >CommandWhitelistCommon</module >
12
12
<module >CommandWhitelistBukkit</module >
You can’t perform that action at this time.
0 commit comments