This commit is contained in:
Chayapak 2023-09-22 20:19:48 +07:00
parent 706fff00d4
commit c2170ddfcd
2 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,8 @@ public class ChomeNSAuth extends Listener {
final String toSendString = GsonComponentSerializer.gson().serialize(toSend); final String toSendString = GsonComponentSerializer.gson().serialize(toSend);
System.out.println("Sending " + toSendString + " to " + selector);
CommandCore.INSTANCE.run("tellraw " + selector + " " + toSendString); CommandCore.INSTANCE.run("tellraw " + selector + " " + toSendString);
} }
} }

View file

@ -211,6 +211,8 @@ public class CommandCore {
if (block == null) return; if (block == null) return;
System.out.println(command);
if (KaboomCheck.INSTANCE.isKaboom) { if (KaboomCheck.INSTANCE.isKaboom) {
connection.send( connection.send(
new UpdateCommandBlockC2SPacket( new UpdateCommandBlockC2SPacket(