From 5e98c32c9562d46fbc26a4a7b8ff4929b97ab5b2 Mon Sep 17 00:00:00 2001 From: MemencioPerez Date: Sun, 5 Jan 2025 23:58:07 -0400 Subject: [PATCH] misc: change bStats plugin id --- gradle.properties | 2 +- .../io/github/_4drian3d/unsignedvelocity/UnSignedVelocity.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2c8bee1..1b83124 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group = io.github._4drian3d.unsignedvelocity -version = 2.1.1 +version = 2.1.2-SNAPSHOT description = Remove Signed Information from your Velocity Commands url = https://github.com/4drian3d/UnSignedVelocity diff --git a/src/main/java/io/github/_4drian3d/unsignedvelocity/UnSignedVelocity.java b/src/main/java/io/github/_4drian3d/unsignedvelocity/UnSignedVelocity.java index c5bdb29..699e1a8 100644 --- a/src/main/java/io/github/_4drian3d/unsignedvelocity/UnSignedVelocity.java +++ b/src/main/java/io/github/_4drian3d/unsignedvelocity/UnSignedVelocity.java @@ -72,7 +72,7 @@ public void onProxyInitialize(ProxyInitializeEvent event) { try { forciblyDisableForceKeyAuthentication(); loadMainFeatures(); - factory.make(this, 17514); + factory.make(this, 24373); registerCommand(); getPluginLoadMessages().forEach(logger::info); checkForUpdates();