diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-16 08:50:07 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-16 08:50:07 +0200 |
commit | b94cc7476eb77cd68143da2dd28d38253209f0e4 (patch) | |
tree | 51bbfb539e286dc97f103615606f8813f49cef30 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | d32e0c37b6b514b31cd2e21294c81b3e56e3050f (diff) | |
download | skyhanni-b94cc7476eb77cd68143da2dd28d38253209f0e4.tar.gz skyhanni-b94cc7476eb77cd68143da2dd28d38253209f0e4.tar.bz2 skyhanni-b94cc7476eb77cd68143da2dd28d38253209f0e4.zip |
added support for links in player chat
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Chat.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java index 26e409c00..e8e424b0d 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -108,6 +108,12 @@ public class Chat { public int channelDesign = 0; @Expose + @ConfigOption(name = "NEU Profile Viewer", desc = "Click on a player name to open the Profile Viewer from NotEnoughUpdates") + @ConfigEditorBoolean + @ConfigAccordionId(id = 1) + public boolean neuProfileViewer = false; + + @Expose @ConfigOption(name = "Test All Chat", desc = "Test the All Chat message format locally (no message gets sent to hypixel)") @ConfigEditorButton(runnableId = "testAllChat") @ConfigAccordionId(id = 1) |