feat: v1.0.4 - cross-server nick persistence, DB-backed rank changes, Velocity auto-sync, author BaileyCodes
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user