diff options
author | Obsidian <108832807+Obsidianninja11@users.noreply.github.com> | 2024-06-22 03:50:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 10:50:06 +0200 |
commit | fcc31674e40ed044f46813c2185f8de29d974932 (patch) | |
tree | 36a8721820fa98db8ec1eeb173340ef1f9242d26 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 1dff52a075c6873dd53342f4094ecf904d4f9d67 (diff) | |
download | skyhanni-fcc31674e40ed044f46813c2185f8de29d974932.tar.gz skyhanni-fcc31674e40ed044f46813c2185f8de29d974932.tar.bz2 skyhanni-fcc31674e40ed044f46813c2185f8de29d974932.zip |
Improvement: Add hover descriptions to many ClickableChat messages (#1919)
Co-authored-by: Cal <cwolfson58@gmail.com>
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |