changes + security fix

This commit is contained in:
Kyleeld
2019-04-20 19:09:19 +01:00
parent 447aaf6a25
commit 72de982de8
6 changed files with 9 additions and 8 deletions

View File

@@ -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",

View File

@@ -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
{ {

View File

@@ -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

View File

@@ -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

View File

@@ -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",

View File

@@ -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",