Update LootTrackerConfig.java
This commit is contained in:
@@ -59,6 +59,16 @@ public interface LootTrackerConfig extends Config
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "chestLootChat",
|
||||
name = "Show chest loot value in chat",
|
||||
description = "Show the value of items from CoX/ToB/Barrows chests in chat"
|
||||
)
|
||||
default boolean chestLootChat()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "syncPanel",
|
||||
name = "Synchronize panel contents",
|
||||
@@ -70,4 +80,4 @@ public interface LootTrackerConfig extends Config
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user