click event stuff

This commit is contained in:
PiggyPiglet
2025-11-21 13:20:20 +08:00
parent 2d686b679f
commit 3d81cc443b
3 changed files with 38 additions and 4 deletions

View File

@@ -47,5 +47,11 @@ public class TestCommand implements BasicCommand {
commandSourceStack.getSender().sendMessage(String.valueOf(System.currentTimeMillis() - tmp));
Component.text()
.append(Component.text().content("yes ").color(TextColor.color(50,50,50)))
.append(Component.text("%player_name%"))
.append(Component.text(" omg").color(TextColor.color(200,200,200)));
}
}