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