From 5eae6a82b10cca07f3148f4d831ce285051634ca Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:36:57 +0200 Subject: Added /shcopyinternalname and hotkey to copy internal names of items --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 ++++ 1 file changed, 4 insertions(+) (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 c82a7a46d..69fc0c83a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -247,6 +247,10 @@ object Commands { "shtestmessage", "Sends a custom chat message client side in the chat" ) { TestChatCommand.command(it) } + registerCommand( + "shcopyinternalname", + "Copies the internal name of the item in hand to the clipboard." + ) { SkyHanniDebugsAndTests.copyItemInternalName() } } private fun internalCommands() { -- cgit