feat: v1.0.4 - cross-server nick persistence, DB-backed rank changes, Velocity auto-sync, author BaileyCodes

This commit is contained in:
2026-06-01 12:30:06 -05:00
parent 0521ee688d
commit 062d398d71
9 changed files with 116 additions and 31 deletions

View File

@@ -27,8 +27,8 @@ import java.util.concurrent.ConcurrentHashMap;
* NickCore Velocity proxy plugin.
* Maintains a cross-server nick profile cache and routes sync messages.
*/
@Plugin(id = "nickcore", name = "NickCore", version = "1.0.0",
authors = {"NickCore Team"}, description = "Enterprise nickname system - Velocity module")
@Plugin(id = "nickcore", name = "NickCore", version = "1.0.4",
authors = {"BaileyCodes"}, description = "Enterprise nickname system - Velocity module")
public final class NickCoreVelocity {
private static final MinecraftChannelIdentifier CHANNEL =