mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-05 11:57:14 +01:00
click event stuff
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user