9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2026-01-06 15:41:56 +00:00

Update author URL

This commit is contained in:
William
2022-01-13 18:01:23 +00:00
parent 93f6417471
commit f01bb7c082
5 changed files with 7 additions and 5 deletions

View File

@@ -38,12 +38,13 @@ import static me.william278.husksync.HuskSyncVelocity.VERSION;
name = "HuskSync",
version = VERSION,
description = "HuskSync for velocity",
authors = {"William278"}
authors = {"William278"},
url = "https://william278.net"
)
public class HuskSyncVelocity {
// Plugin version
public static final String VERSION = "1.3";
public static final String VERSION = "1.3.1";
// Velocity bStats ID (different from Bukkit and BungeeCord)
private static final int METRICS_ID = 13489;