1 parent c6c9f5b commit 1f438e7Copy full SHA for 1f438e7
1 file changed
AdvancedCore/pom.xml
@@ -197,6 +197,12 @@
197
<artifactId>spigot-api</artifactId>
198
<version>26.2-R0.1-SNAPSHOT</version>
199
<scope>provided</scope>
200
+ <exclusions>
201
+ <exclusion>
202
+ <groupId>com.velocitypowered</groupId>
203
+ <artifactId>velocity-brigadier</artifactId>
204
+ </exclusion>
205
+ </exclusions>
206
</dependency>
207
<dependency>
208
<groupId>net.milkbowl</groupId>
0 commit comments