Merge pull request #7158 from Nightfirecat/item-prices-add-tooltips-plugin-tag

itemprices: Add "tooltips" plugin tag
This commit is contained in:
Tomas Slusny
2019-01-04 06:27:40 +01:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Item Prices",
description = "Show prices on hover for items in your inventory and bank",
tags = {"bank", "inventory", "overlay", "high", "alchemy", "grand", "exchange"},
tags = {"bank", "inventory", "overlay", "high", "alchemy", "grand", "exchange", "tooltips"},
enabledByDefault = false
)
public class ItemPricesPlugin extends Plugin