Add additional search tags for interface styles and pve plugins

This commit is contained in:
GravitySalad
2018-10-04 17:14:11 -07:00
parent ece2ae41f4
commit a0dcc77668
7 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Attack Styles",
description = "Show your current attack style as an overlay",
tags = {"combat", "defence", "magic", "overlay", "ranged", "strength"}
tags = {"combat", "defence", "magic", "overlay", "ranged", "strength", "warn", "pure"}
)
public class AttackStylesPlugin extends Plugin
{

View File

@@ -65,7 +65,7 @@ import net.runelite.client.util.StackFormatter;
@PluginDescriptor(
name = "Barrows Brothers",
description = "Show helpful information for the Barrows minigame",
tags = {"combat", "minigame", "minimap"}
tags = {"combat", "minigame", "minimap", "bosses", "pve", "pvm"}
)
public class BarrowsPlugin extends Plugin
{

View File

@@ -90,7 +90,7 @@ import org.apache.commons.lang3.ArrayUtils;
@PluginDescriptor(
name = "Clue Scroll",
description = "Show answers to clue scroll riddles, anagrams, ciphers, and cryptic clues",
tags = {"arrow", "hints", "world", "map"}
tags = {"arrow", "hints", "world", "map", "coordinates", "emotes"}
)
@Slf4j
public class ClueScrollPlugin extends Plugin

View File

@@ -62,7 +62,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Demonic Gorillas",
description = "Count demonic gorilla attacks and display their next possible attack styles",
tags = {"combat", "overlay"}
tags = {"combat", "overlay", "pve", "pvm"}
)
public class DemonicGorillaPlugin extends Plugin
{

View File

@@ -41,7 +41,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Fight Cave",
description = "Show what to pray against Jad",
tags = {"bosses", "combat", "minigame", "overlay", "prayer", "pve"}
tags = {"bosses", "combat", "minigame", "overlay", "prayer", "pve", "pvm"}
)
public class FightCavePlugin extends Plugin
{

View File

@@ -52,7 +52,7 @@ import net.runelite.client.plugins.PluginDescriptor;
@PluginDescriptor(
name = "Interface Styles",
description = "Change the interface style to the 2005/2010 interface",
tags = {"2005", "2010"},
tags = {"2005", "2010", "skin", "theme", "ui"},
enabledByDefault = false
)
public class InterfaceStylesPlugin extends Plugin

View File

@@ -72,7 +72,7 @@ import net.runelite.client.util.Text;
@PluginDescriptor(
name = "Chambers Of Xeric",
description = "Show helpful information for the Chambers of Xeric raid",
tags = {"combat", "raid", "overlay"}
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses"}
)
@Slf4j
public class RaidsPlugin extends Plugin