Define version for Velocity.

This commit is contained in:
Aust1n46 2021-08-26 23:30:52 -04:00
parent 2f9ac4cf9b
commit 7a7fb1d885

View File

@ -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;