Add additional search tags for interface styles and pve plugins
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user