Updated Source Code for Version 0.3.5
This commit is contained in:
10
pom.xml
10
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.adzel.velocitybroadcast</groupId>
|
||||
<artifactId>velocitybroadcast</artifactId>
|
||||
<version>0.3-pre</version>
|
||||
<version>0.3.5</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>VelocityBroadcast</name>
|
||||
<description>Broadcast plugin for Minecraft Velocity proxy.</description>
|
||||
@ -77,6 +77,14 @@
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- LuckPerms API (Velocity-compatible) -->
|
||||
<dependency>
|
||||
<groupId>net.luckperms</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>5.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user