ground items: remove Highlight > Value
This commit is contained in:
@@ -184,17 +184,6 @@ public interface GroundItemsConfig extends Config
|
|||||||
return ValueCalculationMode.HIGHEST;
|
return ValueCalculationMode.HIGHEST;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
|
||||||
keyName = "highlightOverValue2",
|
|
||||||
name = "Highlight > Value",
|
|
||||||
description = "Configures highlighted ground items over either GE or HA value",
|
|
||||||
position = 12
|
|
||||||
)
|
|
||||||
default int getHighlightOverValue()
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "hideUnderValue",
|
keyName = "hideUnderValue",
|
||||||
name = "Hide < Value",
|
name = "Hide < Value",
|
||||||
|
|||||||
@@ -431,10 +431,6 @@ public class GroundItemsPlugin extends Plugin
|
|||||||
|
|
||||||
// Cache colors
|
// Cache colors
|
||||||
ImmutableList.Builder<PriceHighlight> priceCheckBuilder = ImmutableList.builder();
|
ImmutableList.Builder<PriceHighlight> priceCheckBuilder = ImmutableList.builder();
|
||||||
if (config.getHighlightOverValue() > 0)
|
|
||||||
{
|
|
||||||
priceCheckBuilder.add(new PriceHighlight(config.getHighlightOverValue(), config.highlightedColor()));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (config.insaneValuePrice() > 0)
|
if (config.insaneValuePrice() > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user