Skip to content

Commit 2deeaf4

Browse files
authored
Not available option (#4832)
1 parent 0752151 commit 2deeaf4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/java/at/hannibal2/skyhanni/config/features/misc/GlowingDroppedItemsConfig.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@ package at.hannibal2.skyhanni.config.features.misc
22

33
import at.hannibal2.skyhanni.config.FeatureToggle
44
import at.hannibal2.skyhanni.config.OnlyLegacy
5+
import at.hannibal2.skyhanni.config.OnlyModern
56
import com.google.gson.annotations.Expose
67
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorBoolean
8+
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorInfoText
79
import io.github.notenoughupdates.moulconfig.annotations.ConfigOption
810

911
class 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

0 commit comments

Comments
 (0)