feat: code

This commit is contained in:
2025-12-18 19:15:23 -08:00
parent 4049bc6a0d
commit 71a9b971d0
9 changed files with 265 additions and 233 deletions

View File

@@ -3,12 +3,10 @@ package online.mineroo.velocity.listeners;
import com.velocitypowered.api.event.Subscribe;
import com.velocitypowered.api.event.proxy.ProxyPingEvent;
import com.velocitypowered.api.proxy.server.ServerPing;
import java.util.concurrent.atomic.AtomicReference;
import net.kyori.adventure.text.Component;
import java.util.concurrent.atomic.AtomicReference;
public class BindListener {
private final AtomicReference<String> verificationToken = new AtomicReference<>(null);
public void setVerificationToken(String token) {