From fcc31674e40ed044f46813c2185f8de29d974932 Mon Sep 17 00:00:00 2001 From: Obsidian <108832807+Obsidianninja11@users.noreply.github.com> Date: Sat, 22 Jun 2024 03:50:06 -0500 Subject: Improvement: Add hover descriptions to many ClickableChat messages (#1919) Co-authored-by: Cal Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands') diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt index cb85989c9..4afced89b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -412,7 +412,7 @@ object Commands { ) { HoppityCollectionStats.clearSavedRabbits() } registerCommand( "shresetpunchcard", - "Resets the Rift Punchcard Artifact player list." + "Resets the Rift Punchcard Artifact player list.", ) { PunchcardHighlight.clearList() } } @@ -519,7 +519,7 @@ object Commands { ) { TestChatCommand.command(it) } registerCommand( "shtestrainbow", - "Sends a rainbow in chat" + "Sends a rainbow in chat", ) { ExtendedChatColor.testCommand() } registerCommand( "shcopyinternalname", @@ -625,6 +625,7 @@ object Commands { onClick = { UpdateManager.checkUpdate(true, updateStream) }, + "§eClick to confirm!", oneTimeClick = true, ) } else { -- cgit