Updated Source Code for Version 0.3.5
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<groupId>com.adzel.velocitybroadcast</groupId>
|
||||
<artifactId>velocitybroadcast</artifactId>
|
||||
<name>VelocityBroadcast</name>
|
||||
<version>0.3-pre</version>
|
||||
<version>0.3.5</version>
|
||||
<description>Broadcast plugin for Minecraft Velocity proxy.</description>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -49,6 +49,12 @@
|
||||
<version>3.1.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.luckperms</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>5.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
Reference in New Issue
Block a user