boosts: Improve "Boost amount threshold" config description (#11744)

This commit is contained in:
SomeZer0
2020-05-29 01:09:00 -05:00
committed by GitHub
parent 3a435921a7
commit ed64fcadd7

View File

@@ -104,7 +104,7 @@ public interface BoostsConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "boostThreshold", keyName = "boostThreshold",
name = "Boost amount threshold", name = "Boost amount threshold",
description = "The amount of levels boosted to display then in different color. A value of 0 will disable the feature.", description = "The threshold at which boosted levels will be displayed in a different color. A value of 0 will disable the feature.",
position = 6 position = 6
) )
default int boostThreshold() default int boostThreshold()