File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/main/java/at/hannibal2/skyhanni/config/features/misc Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,22 @@ package at.hannibal2.skyhanni.config.features.misc
22
33import at.hannibal2.skyhanni.config.FeatureToggle
44import at.hannibal2.skyhanni.config.OnlyLegacy
5+ import at.hannibal2.skyhanni.config.OnlyModern
56import com.google.gson.annotations.Expose
67import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorBoolean
8+ import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorInfoText
79import io.github.notenoughupdates.moulconfig.annotations.ConfigOption
810
911class GlowingDroppedItemsConfig {
12+
13+ @ConfigOption(
14+ name = " §cNot Available" ,
15+ desc = " §eHypixel already does this on modern versions, so this feature is unavailable."
16+ )
17+ @ConfigEditorInfoText
18+ @OnlyModern
19+ var missingWarning: String = " "
20+
1021 @Expose
1122 @ConfigOption(name = " Enabled" , desc = " Draw a glowing outline around all dropped items on the ground." )
1223 @ConfigEditorBoolean
You can’t perform that action at this time.
0 commit comments