From 7a7fb1d8851bb739484884f6c3d616e8907469c6 Mon Sep 17 00:00:00 2001 From: Aust1n46 Date: Thu, 26 Aug 2021 23:30:52 -0400 Subject: [PATCH] Define version for Velocity. --- .../mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java b/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java index d883265..9982f6d 100644 --- a/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java +++ b/src/main/java/mineverse/Aust1n46/chat/bungee/VentureChatVelocity.java @@ -23,7 +23,7 @@ import com.velocitypowered.api.proxy.messages.ChannelIdentifier; import com.velocitypowered.api.proxy.messages.MinecraftChannelIdentifier; import com.velocitypowered.api.proxy.server.RegisteredServer; -@Plugin(id = "venturechat", name = "VentureChat", version = "${project.version}", +@Plugin(id = "venturechat", name = "VentureChat", version = "3.1.0", description = "#1 Channels Chat plugin! Spigot + Bungee. Supports PlaceholderAPI + JSON formatting. Moderation GUI!", authors = {"Aust1n46"}) public class VentureChatVelocity implements VentureChatProxySource { private final ProxyServer proxyServer;