@@ -64,7 +64,7 @@ import net.runelite.client.util.ImageUtil;
|
||||
@PluginDescriptor(
|
||||
name = "Barbarian Assault",
|
||||
description = "Show a timer to the next call change and game/wave duration in chat.",
|
||||
tags = {"minigame", "overlay", "timer"}
|
||||
tags = {"minigame", "overlay", "timer"},
|
||||
)
|
||||
public class BarbarianAssaultPlugin extends Plugin {
|
||||
private static final int BA_WAVE_NUM_INDEX = 2;
|
||||
@@ -398,4 +398,4 @@ public class BarbarianAssaultPlugin extends Plugin {
|
||||
{
|
||||
return clockImage;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ import net.runelite.client.util.Text;
|
||||
name = "BA Tools",
|
||||
description = "Custom tools for Barbarian Assault",
|
||||
tags = {"minigame", "overlay", "timer"},
|
||||
type = "utility"
|
||||
type = "PVM"
|
||||
)
|
||||
public class BAToolsPlugin extends Plugin implements KeyListener
|
||||
{
|
||||
@@ -641,4 +641,4 @@ public class BAToolsPlugin extends Plugin implements KeyListener
|
||||
shiftDown = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ import java.util.concurrent.ScheduledExecutorService;
|
||||
@PluginDescriptor(
|
||||
name = "Equipment Inspector",
|
||||
enabledByDefault = false,
|
||||
type = "utility"
|
||||
type = "PVP"
|
||||
)
|
||||
|
||||
@Slf4j
|
||||
@@ -225,4 +225,4 @@ public class EquipmentInspectorPlugin extends Plugin {
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Hydra",
|
||||
name = "Hydra Helper",
|
||||
description = "Hydra Helper",
|
||||
tags = {"Hydra", "Helper"},
|
||||
type = "PVM"
|
||||
@@ -143,4 +143,4 @@ public class HydraPlugin extends Plugin
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ import javax.inject.Inject;
|
||||
name = "PvP Looting Bag Viewer",
|
||||
description = "Add an overlay showing the contents of your looting bag",
|
||||
tags = {"alternate", "items", "overlay", "second"},
|
||||
type = "utility",
|
||||
type = "PVP",
|
||||
enabledByDefault = false
|
||||
)
|
||||
public class LootingBagViewerPlugin extends Plugin
|
||||
|
||||
@@ -58,7 +58,7 @@ import net.runelite.client.util.WildcardMatcher;
|
||||
name = "Player Indicators",
|
||||
description = "Highlight players on-screen and/or on the minimap",
|
||||
tags = {"highlight", "minimap", "overlay", "players"},
|
||||
type = "utility"
|
||||
type = "PVP"
|
||||
)
|
||||
public class PlayerIndicatorsPlugin extends Plugin
|
||||
{
|
||||
|
||||
@@ -25,7 +25,14 @@ import net.runelite.client.ui.ClientToolbar;
|
||||
import net.runelite.client.ui.NavigationButton;
|
||||
import net.runelite.client.util.ImageUtil;
|
||||
|
||||
@PluginDescriptor(name="Account Switcher", description="Allow for a allows you to easily switch between multiple OSRS Accounts", tags={"profile", "account", "login", "log in"})
|
||||
@PluginDescriptor(
|
||||
|
||||
name="Account Switcher",
|
||||
description="Allow for a allows you to easily switch between multiple OSRS Accounts",
|
||||
tags={"profile", "account", "login", "log in"},
|
||||
type = "utility"
|
||||
)
|
||||
|
||||
public class ProfilesPlugin
|
||||
extends Plugin {
|
||||
@Inject
|
||||
|
||||
@@ -58,6 +58,7 @@ import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
|
||||
name = "PyramidPlunder",
|
||||
description = "Highlights doors and spear traps in pyramid plunder and adds a numerical timer",
|
||||
tags = {"pyramidplunder", "pyramid", "plunder", "overlay", "skilling", "thieving"},
|
||||
type = "utility",
|
||||
enabledByDefault = false
|
||||
)
|
||||
|
||||
|
||||
@@ -87,7 +87,8 @@ import net.runelite.client.util.HotkeyListener;
|
||||
@PluginDescriptor(
|
||||
name = "Chambers Of Xeric",
|
||||
description = "Show helpful information for the Chambers of Xeric raid",
|
||||
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses", "cox", "olm"}
|
||||
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses", "cox", "olm"},
|
||||
type = "PVM"
|
||||
)
|
||||
@Slf4j
|
||||
public class RaidsPlugin extends Plugin
|
||||
|
||||
@@ -63,7 +63,7 @@ import java.awt.image.BufferedImage;
|
||||
name = "Supplies Used Tracker",
|
||||
description = "Tracks supplies used during the session",
|
||||
tags = {"cost"},
|
||||
type = "PVM",
|
||||
type = "utility",
|
||||
enabledByDefault = false
|
||||
)
|
||||
@Slf4j
|
||||
|
||||
@@ -40,7 +40,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Vetion",
|
||||
name = "Vetion Helper",
|
||||
description = "Tracks Vet'ion's special attacks",
|
||||
tags = {"bosses", "combat", "pve", "overlay"},
|
||||
type = "PVM"
|
||||
|
||||
@@ -14,10 +14,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
||||
import org.apache.commons.lang3.ArrayUtils;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Vorkath",
|
||||
name = "Vorkath Helper",
|
||||
description = "Vorkath Helper",
|
||||
tags = {"Vorkath", "Helper"},
|
||||
type = "PVM"
|
||||
type = "PVM"
|
||||
)
|
||||
public class VorkathPlugin extends Plugin
|
||||
{
|
||||
|
||||
@@ -21,10 +21,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
||||
import net.runelite.client.util.ImageUtil;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Zulrah",
|
||||
name = "Zulrah Helper",
|
||||
description = "Zulrah Helper",
|
||||
tags = {"Zulrah", "Helper"},
|
||||
type = "PVM"
|
||||
type = "PVM"
|
||||
)
|
||||
public class ZulrahPlugin extends Plugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user