changes + security fix
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "!Group Item List",
|
||||
name = "Group Item List",
|
||||
description = "Group the right click menu of a pile of items.",
|
||||
tags = {"ground", "compress", "pile", "group"},
|
||||
type = "utility",
|
||||
|
||||
@@ -53,9 +53,10 @@ import java.util.Map;
|
||||
|
||||
@Slf4j
|
||||
@PluginDescriptor(
|
||||
name = "<font color=\"#4863A0\">!Raids Bat Finder</font>",
|
||||
name = "Raids Bat Finder",
|
||||
description = "Tracks which chests need to be searched for bats and which poison",
|
||||
tags = {"overlay", "skilling", "raid"}
|
||||
tags = {"overlay", "skilling", "raid"},
|
||||
type = "PVM"
|
||||
)
|
||||
public class RaidsThievingPlugin extends Plugin
|
||||
{
|
||||
|
||||
@@ -43,7 +43,7 @@ import net.runelite.client.plugins.Plugin;
|
||||
import net.runelite.client.plugins.PluginDescriptor;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "!Remember Clan",
|
||||
name = "Remember Clan",
|
||||
description = "Remember a specific clan!",
|
||||
type = "utility",
|
||||
enabledByDefault = false
|
||||
|
||||
@@ -40,9 +40,9 @@ import javax.inject.Inject;
|
||||
import java.awt.Color;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "!Stronghold",
|
||||
name = "Stronghold",
|
||||
description = "Highlights the correct answer to Stronghold of Security questions",
|
||||
tags = {"stronghold", "security", "overlay", "answer", "highlight"}
|
||||
tags = {"stronghold", "security", "overlay", "answer", "highlight"},
|
||||
type = "utility",
|
||||
)
|
||||
@Slf4j
|
||||
|
||||
@@ -54,7 +54,7 @@ import net.runelite.client.ui.overlay.Overlay;
|
||||
import net.runelite.client.ui.overlay.OverlayManager;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "<font color=\"aqua\">!War</font>",
|
||||
name = "War calling indicators",
|
||||
description = "War War War.",
|
||||
tags = {"skill", "total", "max", "PVP"},
|
||||
type = "PVP",
|
||||
|
||||
@@ -52,7 +52,7 @@ import net.runelite.client.plugins.PluginDescriptor;
|
||||
import net.runelite.client.ui.overlay.OverlayManager;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "<font color=\"aqua\">!MultiLines</font>",
|
||||
name = "MultiLines",
|
||||
description = "Show borders of multicombat and PvP safezones",
|
||||
tags = {"multicombat", "lines", "pvp", "deadman", "safezones", "bogla"},
|
||||
type = "utility",
|
||||
|
||||
Reference in New Issue
Block a user