summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-03 21:41:29 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-03 21:41:29 +0200
commitb7013e82739ed7a9d28eef21fe0ec11496dffd0e (patch)
treec11428dbc8fabc275cc169e8cb055112d416c1a9 /src/main/java/at/hannibal2/skyhanni/config
parent637506306077e4df63c7aef30a37eb8ad27c06f4 (diff)
downloadskyhanni-b7013e82739ed7a9d28eef21fe0ec11496dffd0e.tar.gz
skyhanni-b7013e82739ed7a9d28eef21fe0ec11496dffd0e.tar.bz2
skyhanni-b7013e82739ed7a9d28eef21fe0ec11496dffd0e.zip
added option to mark the own summoning mobs in green
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java b/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java
index 6a6995b23..b9a69ed8c 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java
@@ -38,4 +38,10 @@ public class Abilities {
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean summoningMobHideNametag = false;
+
+ @Expose
+ @ConfigOption(name = "Summoning Mob Color", desc = "Marks own summoning mobs green")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 0)
+ public boolean summoningMobColored = false;
}