Skip to content

Commit 8de56d2

Browse files
change how minimessage is shaded in + bump version
1 parent d842112 commit 8de56d2

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

CommandWhitelistBukkit/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.2.6</version>
9+
<version>2.3.0</version>
1010
</parent>
1111

1212
<artifactId>Bukkit</artifactId>
@@ -95,6 +95,12 @@
9595
<version>4.1.0</version>
9696
<scope>compile</scope>
9797
</dependency>
98+
<dependency>
99+
<groupId>net.kyori</groupId>
100+
<artifactId>adventure-text-minimessage</artifactId>
101+
<version>4.10.1</version>
102+
<scope>compile</scope>
103+
</dependency>
98104
<dependency>
99105
<groupId>eu.endermite.commandwhitelist</groupId>
100106
<artifactId>Common</artifactId>

CommandWhitelistCommon/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.2.6</version>
9+
<version>2.3.0</version>
1010
</parent>
1111

1212
<artifactId>Common</artifactId>
@@ -85,6 +85,12 @@
8585
<version>1.1.0</version>
8686
<scope>provided</scope>
8787
</dependency>
88+
<dependency>
89+
<groupId>net.kyori</groupId>
90+
<artifactId>adventure-text-minimessage</artifactId>
91+
<version>4.10.1</version>
92+
<scope>provided</scope>
93+
</dependency>
8894
<dependency>
8995
<groupId>io.papermc.paper</groupId>
9096
<artifactId>paper-api</artifactId>

CommandWhitelistVelocity/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.2.6</version>
9+
<version>2.3.0</version>
1010
</parent>
1111

1212
<artifactId>Velocity</artifactId>
@@ -65,8 +65,8 @@
6565

6666
<repositories>
6767
<repository>
68-
<id>velocitypowered-repo</id>
69-
<url>https://repo.velocitypowered.com/releases/</url>
68+
<id>papermc</id>
69+
<url>https://papermc.io/repo/repository/maven-public/</url>
7070
</repository>
7171
<repository>
7272
<id>minecraft-libraries</id>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.velocitypowered</groupId>
8484
<artifactId>velocity-api</artifactId>
85-
<version>3.0.1</version>
85+
<version>3.1.2-SNAPSHOT</version>
8686
<scope>provided</scope>
8787
</dependency>
8888
<dependency>

CommandWhitelistWaterfall/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.2.6</version>
9+
<version>2.3.0</version>
1010
</parent>
1111

1212
<artifactId>Waterfall</artifactId>
@@ -97,6 +97,12 @@
9797
<version>4.1.0</version>
9898
<scope>compile</scope>
9999
</dependency>
100+
<dependency>
101+
<groupId>net.kyori</groupId>
102+
<artifactId>adventure-text-minimessage</artifactId>
103+
<version>4.10.1</version>
104+
<scope>compile</scope>
105+
</dependency>
100106
<dependency>
101107
<groupId>org.bstats</groupId>
102108
<artifactId>bstats-bungeecord</artifactId>

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.endermite.commandwhitelist</groupId>
88
<artifactId>CommandWhitelist</artifactId>
9-
<version>2.2.6</version>
9+
<version>2.3.0</version>
1010
<modules>
1111
<module>CommandWhitelistCommon</module>
1212
<module>CommandWhitelistBukkit</module>
@@ -67,19 +67,12 @@
6767
</repository>
6868
</repositories>
6969

70-
7170
<dependencies>
7271
<dependency>
7372
<groupId>net.kyori</groupId>
7473
<artifactId>adventure-api</artifactId>
7574
<version>4.10.1</version>
7675
<scope>compile</scope>
7776
</dependency>
78-
<dependency>
79-
<groupId>net.kyori</groupId>
80-
<artifactId>adventure-text-minimessage</artifactId>
81-
<version>4.10.1</version>
82-
<scope>compile</scope>
83-
</dependency>
8477
</dependencies>
8578
</project>

0 commit comments

Comments
 (0)