Updat plugins Types and Defaulted them off (#489)

Updated Plugin Types and Default All Off
This commit is contained in:
Jonathan
2019-06-03 20:10:50 -06:00
committed by Ganom
parent e1b6afd28d
commit 936feee02e
56 changed files with 135 additions and 66 deletions

View File

@@ -56,8 +56,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Alchemical Hydra", name = "Alchemical Hydra",
description = "Show what to pray against hydra", description = "Show what to pray against hydra",
tags = {"Hydra", "Lazy", "4 headed asshole"}, tags = {"Hydra", "Lazy", "4 headed asshole"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
@Slf4j @Slf4j
public class HydraPlugin extends Plugin public class HydraPlugin extends Plugin
{ {

View File

@@ -47,6 +47,7 @@ import net.runelite.client.util.HotkeyListener;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class AntiDragPlugin extends Plugin public class AntiDragPlugin extends Plugin
{ {
private static final int DEFAULT_DELAY = 5; private static final int DEFAULT_DELAY = 5;

View File

@@ -63,7 +63,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "AoE Warnings", name = "AoE Warnings",
description = "Shows the final destination for AoE Attack projectiles", description = "Shows the final destination for AoE Attack projectiles",
tags = {"bosses", "combat", "pve", "overlay"}, tags = {"bosses", "combat", "pve", "overlay"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
@Slf4j @Slf4j

View File

@@ -60,12 +60,14 @@ import okhttp3.Request;
import okhttp3.Response; import okhttp3.Response;
@PluginDescriptor( @PluginDescriptor(
name = "Ban List", name = "Ban List",
description = "Displays warning in chat when you join a" + description = "Displays warning in chat when you join a" +
"clan chat/new member join your clan chat and he is in a WDR/RuneWatch/Manual List", "clan chat/new member join your clan chat and he is in a WDR/RuneWatch/Manual List",
tags = {"PVM", "WDR", "RuneWatch"}, tags = {"PVM", "WDR", "RuneWatch"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
@Slf4j @Slf4j
public class BanListPlugin extends Plugin public class BanListPlugin extends Plugin
{ {

View File

@@ -99,8 +99,10 @@ import net.runelite.client.menus.MenuManager;
name = "BA Tools", name = "BA Tools",
description = "Custom tools for Barbarian Assault", description = "Custom tools for Barbarian Assault",
tags = {"minigame", "overlay", "timer"}, tags = {"minigame", "overlay", "timer"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class BAToolsPlugin extends Plugin implements KeyListener public class BAToolsPlugin extends Plugin implements KeyListener
{ {
private boolean inGame; private boolean inGame;

View File

@@ -50,8 +50,10 @@ import org.apache.commons.lang3.RandomUtils;
name = "Blackjack", name = "Blackjack",
description = "Allows for one-click blackjacking, both knocking out and pickpocketing", description = "Allows for one-click blackjacking, both knocking out and pickpocketing",
tags = {"blackjack", "thieving"}, tags = {"blackjack", "thieving"},
type = PluginType.SKILLING type = PluginType.SKILLING,
enabledByDefault = false
) )
@Singleton @Singleton
@Slf4j @Slf4j
public class BlackjackPlugin extends Plugin public class BlackjackPlugin extends Plugin

View File

@@ -33,6 +33,7 @@ import org.apache.commons.lang3.ArrayUtils;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
public class ClanManModePlugin extends Plugin public class ClanManModePlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -70,8 +70,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "CoX Helper", name = "CoX Helper",
description = "All-in-one plugin for Chambers of Xeric", description = "All-in-one plugin for Chambers of Xeric",
tags = {"CoX", "chamber", "xeric", "helper"}, tags = {"CoX", "chamber", "xeric", "helper"},
enabledByDefault = false, type = PluginType.PVM,
type = PluginType.PVM enabledByDefault = false
) )
@Slf4j @Slf4j

View File

@@ -53,9 +53,10 @@ import net.runelite.client.util.ColorUtil;
name = "Press Enter to Chat", name = "Press Enter to Chat",
description = "'Press Enter to Chat'", description = "'Press Enter to Chat'",
tags = {"enter", "chat"}, tags = {"enter", "chat"},
enabledByDefault = false, type = PluginType.UTILITY,
type = PluginType.UTILITY enabledByDefault = false
) )
public class EnterToChatPlugin extends Plugin public class EnterToChatPlugin extends Plugin
{ {
private static final String PRESS_ENTER_TO_CHAT = "Press Enter to Chat..."; private static final String PRESS_ENTER_TO_CHAT = "Press Enter to Chat...";

View File

@@ -63,12 +63,11 @@ import net.runelite.client.util.Text;
@PluginDescriptor( @PluginDescriptor(
name = "Equipment Inspector", name = "Equipment Inspector",
enabledByDefault = false, type = PluginType.PVP,
type = PluginType.PVP enabledByDefault = false
) )
@Slf4j @Slf4j
public class EquipmentInspectorPlugin extends Plugin public class EquipmentInspectorPlugin extends Plugin
{ {
private static final String INSPECT_EQUIPMENT = "Gear"; private static final String INSPECT_EQUIPMENT = "Gear";

View File

@@ -60,7 +60,8 @@ import org.apache.commons.lang3.ArrayUtils;
name = "Fight Cave", name = "Fight Cave",
description = "Displays current and upcoming wave monsters in the Fight Caves", description = "Displays current and upcoming wave monsters in the Fight Caves",
tags = {"bosses", "combat", "minigame", "overlay", "pve", "pvm", "jad", "fire", "cape", "wave"}, tags = {"bosses", "combat", "minigame", "overlay", "pve", "pvm", "jad", "fire", "cape", "wave"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class FightCavePlugin extends Plugin public class FightCavePlugin extends Plugin

View File

@@ -66,6 +66,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
tags = {"flexo", "null"}, tags = {"flexo", "null"},
type = PluginType.UTILITY type = PluginType.UTILITY
) )
public class FlexoPlugin extends Plugin public class FlexoPlugin extends Plugin
{ {
private Flexo flexo; private Flexo flexo;

View File

@@ -53,9 +53,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Flinching Timer", name = "Flinching Timer",
description = "Time your attacks while flinching", description = "Time your attacks while flinching",
tags = {"overlay", "flinching", "timers", "combat"}, tags = {"overlay", "flinching", "timers", "combat"},
enabledByDefault = false, type = PluginType.PVM,
type = PluginType.PVM enabledByDefault = false
) )
public class FlinchingPlugin extends Plugin public class FlinchingPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -45,8 +45,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Freeze Timers", name = "Freeze Timers",
description = "Shows a freeze timer overlay on players", description = "Shows a freeze timer overlay on players",
tags = {"freeze", "timers", "barrage", "teleblock", "pklite"}, tags = {"freeze", "timers", "barrage", "teleblock", "pklite"},
type = PluginType.PVP type = PluginType.PVP,
enabledByDefault = false
) )
public class FreezeTimersPlugin extends Plugin public class FreezeTimersPlugin extends Plugin
{ {
private final Map<String, FreezeInfo> freezes = new HashMap<>(); private final Map<String, FreezeInfo> freezes = new HashMap<>();

View File

@@ -49,8 +49,10 @@ import org.apache.commons.lang3.ArrayUtils;
name = "Friend Tagging", name = "Friend Tagging",
description = "Tag people on your friends list.", description = "Tag people on your friends list.",
tags = {"PVP", "friend", "finder", "pk", "pklite"}, tags = {"PVP", "friend", "finder", "pk", "pklite"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
public class FriendTaggingPlugin extends Plugin public class FriendTaggingPlugin extends Plugin
{ {
public static final ConcurrentHashMap<String, String> taggedFriends = new ConcurrentHashMap<>(); public static final ConcurrentHashMap<String, String> taggedFriends = new ConcurrentHashMap<>();

View File

@@ -34,8 +34,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Grotesque Guardians", name = "Grotesque Guardians",
description = "Display tile indicators for the Grotesque Guardian special attacks", description = "Display tile indicators for the Grotesque Guardian special attacks",
tags = {"grotesque", "guardians", "gargoyle", "garg"}, tags = {"grotesque", "guardians", "gargoyle", "garg"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class GrotesqueGuardiansPlugin extends Plugin public class GrotesqueGuardiansPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -50,13 +50,12 @@ import net.runelite.client.plugins.PluginDescriptor;
import net.runelite.client.plugins.PluginType; import net.runelite.client.plugins.PluginType;
import net.runelite.client.plugins.hideprayers.util.PrayerTabStates; import net.runelite.client.plugins.hideprayers.util.PrayerTabStates;
@PluginDescriptor @PluginDescriptor(
( name = "Show/Hide Prayers",
name = "Show/Hide Prayers", description = "Hides specific Prayers.",
description = "Hides specific Prayers.", type = PluginType.UTILITY,
enabledByDefault = false, enabledByDefault = false
type = PluginType.UTILITY )
)
public class HidePrayersPlugin extends Plugin public class HidePrayersPlugin extends Plugin
{ {

View File

@@ -57,6 +57,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class HighAlchemyPlugin extends Plugin public class HighAlchemyPlugin extends Plugin
{ {
private static final String CONFIG_GROUP = "highalchemy"; private static final String CONFIG_GROUP = "highalchemy";

View File

@@ -47,8 +47,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Hydra Helper", name = "Hydra Helper",
description = "Overlays for small hydras", description = "Overlays for small hydras",
tags = {"Hydra", "Helper", "you", "probably", "want", "the", "other", "one"}, tags = {"Hydra", "Helper", "you", "probably", "want", "the", "other", "one"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class BabyHydraPlugin extends Plugin public class BabyHydraPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -42,9 +42,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Inventory Highlight", name = "Inventory Highlight",
description = "Shows a preview of where items will be dragged", description = "Shows a preview of where items will be dragged",
tags = {"items", "overlay"}, tags = {"items", "overlay"},
enabledByDefault = false, type = PluginType.UTILITY,
type = PluginType.UTILITY enabledByDefault = false
) )
public class InventoryHighlightPlugin extends Plugin public class InventoryHighlightPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -64,8 +64,8 @@ import net.runelite.client.util.ImageUtil;
name = "Inventory Setups", name = "Inventory Setups",
description = "Save inventory setups", description = "Save inventory setups",
tags = {"items", "inventory", "setups"}, tags = {"items", "inventory", "setups"},
enabledByDefault = false, type = PluginType.UTILITY,
type = PluginType.UTILITY enabledByDefault = false
) )
@Slf4j @Slf4j

View File

@@ -32,9 +32,10 @@ import net.runelite.client.plugins.PluginType;
@PluginDescriptor( @PluginDescriptor(
name = "Kept on Death", name = "Kept on Death",
description = "Reworks the Items Kept on Death interface to be more accurate", description = "Reworks the Items Kept on Death interface to be more accurate",
enabledByDefault = false, type = PluginType.UTILITY,
type = PluginType.UTILITY enabledByDefault = false
) )
@Slf4j @Slf4j
public class KeptOnDeathPlugin extends Plugin public class KeptOnDeathPlugin extends Plugin
{ {

View File

@@ -32,6 +32,7 @@ import org.apache.commons.lang3.ArrayUtils;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
@Slf4j @Slf4j
public class LearnToClickPlugin extends Plugin public class LearnToClickPlugin extends Plugin
{ {

View File

@@ -46,10 +46,11 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor( @PluginDescriptor(
name = "Lizard Shamans", name = "Lizard Shamans",
description = "Configures timer for lizardmen shaman spawns.", description = "Configures timer for lizardmen shaman spawns.",
enabledByDefault = false,
tags = {"shaman", "lizard", "lizardmen"}, tags = {"shaman", "lizard", "lizardmen"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
@Slf4j @Slf4j
public class LizardmenShamanPlugin extends Plugin public class LizardmenShamanPlugin extends Plugin
{ {

View File

@@ -23,6 +23,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
public class LootAssistPlugin extends Plugin public class LootAssistPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -38,6 +38,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
public class LootingBagViewerPlugin extends Plugin public class LootingBagViewerPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -48,6 +48,7 @@ import net.runelite.client.plugins.maxhit.calculators.RangeMaxHitCalculator;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class MaxHitPlugin extends Plugin public class MaxHitPlugin extends Plugin
{ {

View File

@@ -92,6 +92,7 @@ import org.apache.commons.lang3.ArrayUtils;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class MenuEntrySwapperPlugin extends Plugin public class MenuEntrySwapperPlugin extends Plugin
{ {
private static final String CONFIGURE = "Configure"; private static final String CONFIGURE = "Configure";

View File

@@ -63,6 +63,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
type = PluginType.SKILLING, type = PluginType.SKILLING,
enabledByDefault = false enabledByDefault = false
) )
public class MiningPlugin extends Plugin public class MiningPlugin extends Plugin
{ {
private static final Set<Integer> MOTHERLODE_MAP_REGIONS = ImmutableSet.of(14679, 14680, 14681, 14935, 14936, 14937, 15191, 15192, 15193); private static final Set<Integer> MOTHERLODE_MAP_REGIONS = ImmutableSet.of(14679, 14680, 14681, 14935, 14936, 14937, 15191, 15192, 15193);

View File

@@ -56,9 +56,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Multi-Lines", name = "Multi-Lines",
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"},
enabledByDefault = false, type = PluginType.PVP,
type = PluginType.PVP enabledByDefault = false
) )
public class MultiIndicatorsPlugin extends Plugin public class MultiIndicatorsPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -52,8 +52,10 @@ import net.runelite.client.plugins.PluginType;
@PluginDescriptor( @PluginDescriptor(
name = "Music Track Indicator", name = "Music Track Indicator",
description = "Show chat notifications when unlocking music tracks", description = "Show chat notifications when unlocking music tracks",
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
public class MusicIndicatorPlugin extends Plugin public class MusicIndicatorPlugin extends Plugin
{ {
private static final List<VarPlayer> MUSIC_TRACK_VARPS = ImmutableList.of( private static final List<VarPlayer> MUSIC_TRACK_VARPS = ImmutableList.of(

View File

@@ -39,15 +39,16 @@ import javax.inject.Singleton;
import java.awt.*; import java.awt.*;
import java.util.ArrayList; import java.util.ArrayList;
@PluginDescriptor(
name = "Pile Indicators",
description = "Highlight and count how many npcs/players are stacked on each other.",
tags = {"overlay", "pile", "stack", "pvp", "pvm", "pve"},
type = PluginType.UTILITY,
enabledByDefault = false
)
@Singleton @Singleton
@Slf4j @Slf4j
@PluginDescriptor(
name = "Pile Indicators",
description = "Highlight and count how many npcs/players are stacked on each other.",
tags = {"overlay", "pile", "stack", "pvp", "pvm", "pve"},
enabledByDefault = false,
type = PluginType.UTILITY
)
public class PileIndicatorsPlugin extends Plugin public class PileIndicatorsPlugin extends Plugin
{ {

View File

@@ -48,6 +48,7 @@ import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
@Singleton @Singleton
public class PlayerInfoPlugin extends Plugin public class PlayerInfoPlugin extends Plugin
{ {

View File

@@ -31,6 +31,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class PrayerAlertPlugin extends Plugin public class PrayerAlertPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -41,8 +41,10 @@ import net.runelite.client.util.ImageUtil;
name = "Account Switcher", name = "Account Switcher",
description = "Allow for a allows you to easily switch between multiple OSRS Accounts", description = "Allow for a allows you to easily switch between multiple OSRS Accounts",
tags = {"profile", "account", "login", "log in", "pklite"}, tags = {"profile", "account", "login", "log in", "pklite"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
public class ProfilesPlugin extends Plugin public class ProfilesPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -65,8 +65,10 @@ import org.apache.commons.lang3.ArrayUtils;
name = "PvP Tools", name = "PvP Tools",
description = "Enable the PvP Tools panel", description = "Enable the PvP Tools panel",
tags = {"panel", "pvp", "pk", "pklite", "renderself"}, tags = {"panel", "pvp", "pk", "pklite", "renderself"},
type = PluginType.PVP type = PluginType.PVP,
enabledByDefault = false
) )
public class PvpToolsPlugin extends Plugin public class PvpToolsPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -93,8 +93,10 @@ import org.apache.commons.lang3.StringUtils;
name = "Chambers Of Xeric", name = "Chambers Of Xeric",
description = "Show helpful information for the Chambers of Xeric raid", 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 = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
@Slf4j @Slf4j
public class RaidsPlugin extends Plugin public class RaidsPlugin extends Plugin
{ {

View File

@@ -57,8 +57,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Raids Bat Finder", 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 = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class RaidsThievingPlugin extends Plugin public class RaidsThievingPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -44,6 +44,7 @@ import net.runelite.client.plugins.PluginType;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class RememberClanPlugin extends Plugin public class RememberClanPlugin extends Plugin
{ {

View File

@@ -39,8 +39,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Runedoku Solver", name = "Runedoku Solver",
description = "Show solutions for current Runedoku puzzle.", description = "Show solutions for current Runedoku puzzle.",
tags = {"overlay", "runedoku", "sudoku", "puzzle", "solving"}, tags = {"overlay", "runedoku", "sudoku", "puzzle", "solving"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
@Slf4j @Slf4j
@Singleton @Singleton
public class RunedokuPlugin extends Plugin public class RunedokuPlugin extends Plugin

View File

@@ -38,6 +38,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
public class SafeSpotPlugin extends Plugin public class SafeSpotPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -44,8 +44,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Shayzien Infirmary", name = "Shayzien Infirmary",
description = "Shows the status of wounded soldiers", description = "Shows the status of wounded soldiers",
tags = {"shayzien", "infirmary", "soldiers"}, tags = {"shayzien", "infirmary", "soldiers"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
public class ShayzienInfirmaryPlugin extends Plugin public class ShayzienInfirmaryPlugin extends Plugin
{ {
@Getter(AccessLevel.PACKAGE) @Getter(AccessLevel.PACKAGE)

View File

@@ -42,9 +42,10 @@ import net.runelite.client.plugins.PluginType;
name = "Shift To Walk", name = "Shift To Walk",
description = "Use Shift to toggle the Walk Here menu option. While pressed you will Walk rather than interact with objects.", description = "Use Shift to toggle the Walk Here menu option. While pressed you will Walk rather than interact with objects.",
tags = {"npcs", "items", "objects"}, tags = {"npcs", "items", "objects"},
enabledByDefault = false, type = PluginType.UTILITY,
type = PluginType.UTILITY enabledByDefault = false
) )
public class ShiftWalkerPlugin extends Plugin public class ShiftWalkerPlugin extends Plugin
{ {

View File

@@ -75,6 +75,7 @@ import net.runelite.client.util.Text;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
@Slf4j @Slf4j
public class SlayermusiqPlugin extends Plugin public class SlayermusiqPlugin extends Plugin
{ {

View File

@@ -36,9 +36,10 @@ import net.runelite.client.plugins.PluginType;
name = "Spec Bar", name = "Spec Bar",
description = "Adds a spec bar to every weapon", description = "Adds a spec bar to every weapon",
tags = {"spec bar", "special attack", "spec", "bar", "pklite"}, tags = {"spec bar", "special attack", "spec", "bar", "pklite"},
enabledByDefault = false, type = PluginType.PVP,
type = PluginType.PVP enabledByDefault = false
) )
public class SpecBarPlugin extends Plugin public class SpecBarPlugin extends Plugin
{ {

View File

@@ -67,8 +67,10 @@ import net.runelite.client.util.Text;
name = "Spellbook", name = "Spellbook",
description = "Modifications to the spellbook", description = "Modifications to the spellbook",
tags = {"resize", "spell", "mobile", "lowers", "pvp", "skill", "level"}, tags = {"resize", "spell", "mobile", "lowers", "pvp", "skill", "level"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
@Slf4j @Slf4j
public class SpellbookPlugin extends Plugin public class SpellbookPlugin extends Plugin
{ {

View File

@@ -94,9 +94,10 @@ import net.runelite.client.util.Text;
name = "Stoned Loot Tracker", name = "Stoned Loot Tracker",
description = "Tracks loot from monsters and minigames", description = "Tracks loot from monsters and minigames",
tags = {"drops"}, tags = {"drops"},
enabledByDefault = false, type = PluginType.UTILITY,
type = PluginType.UTILITY enabledByDefault = false
) )
@Slf4j @Slf4j
public class StonedLootTrackerPlugin extends Plugin public class StonedLootTrackerPlugin extends Plugin
{ {

View File

@@ -184,6 +184,7 @@ import net.runelite.http.api.item.ItemPrice;
type = PluginType.UTILITY, type = PluginType.UTILITY,
enabledByDefault = false enabledByDefault = false
) )
@Slf4j @Slf4j
public class SuppliesTrackerPlugin extends Plugin public class SuppliesTrackerPlugin extends Plugin
{ {

View File

@@ -51,7 +51,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Tarn's Lair", name = "Tarn's Lair",
description = "Mark tiles and clickboxes to help traverse the maze", description = "Mark tiles and clickboxes to help traverse the maze",
tags = {"agility", "maze", "minigame", "overlay"}, tags = {"agility", "maze", "minigame", "overlay"},
type = PluginType.UTILITY type = PluginType.UTILITY,
enabledByDefault = false
) )
@Slf4j @Slf4j

View File

@@ -49,8 +49,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Thieving", name = "Thieving",
description = "Show thieving overlay", description = "Show thieving overlay",
tags = {"overlay", "skilling", "thieving", "pickpocketing"}, tags = {"overlay", "skilling", "thieving", "pickpocketing"},
type = PluginType.SKILLING type = PluginType.SKILLING,
enabledByDefault = false
) )
@PluginDependency(XpTrackerPlugin.class) @PluginDependency(XpTrackerPlugin.class)
public class ThievingPlugin extends Plugin public class ThievingPlugin extends Plugin
{ {

View File

@@ -42,8 +42,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Vetion Helper", name = "Vetion Helper",
description = "Tracks Vet'ion's special attacks", description = "Tracks Vet'ion's special attacks",
tags = {"bosses", "combat", "pve", "overlay"}, tags = {"bosses", "combat", "pve", "overlay"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class VetionPlugin extends Plugin public class VetionPlugin extends Plugin
{ {

View File

@@ -48,8 +48,10 @@ import net.runelite.client.util.ImageUtil;
name = "Vorkath Helper", name = "Vorkath Helper",
description = "Count vorkath attacks, and which phase is coming next", description = "Count vorkath attacks, and which phase is coming next",
tags = {"combat", "overlay", "pve", "pvm"}, tags = {"combat", "overlay", "pve", "pvm"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
public class VorkathPlugin extends Plugin public class VorkathPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -58,6 +58,7 @@ import org.apache.commons.lang3.ArrayUtils;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
public class WarIndicatorPlugin extends Plugin public class WarIndicatorPlugin extends Plugin
{ {
@Inject @Inject

View File

@@ -46,6 +46,7 @@ import org.apache.commons.lang3.ObjectUtils;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
public class WhaleWatchersPlugin extends Plugin public class WhaleWatchersPlugin extends Plugin
{ {

View File

@@ -46,6 +46,7 @@ import net.runelite.client.util.WildernessLocation;
type = PluginType.PVP, type = PluginType.PVP,
enabledByDefault = false enabledByDefault = false
) )
public class WildernessLocationsPlugin extends Plugin public class WildernessLocationsPlugin extends Plugin
{ {

View File

@@ -57,7 +57,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Zulrah Helper", name = "Zulrah Helper",
description = "Shows tiles on where to stand during the phases and what prayer to use.", description = "Shows tiles on where to stand during the phases and what prayer to use.",
tags = {"zulrah", "boss", "helper"}, tags = {"zulrah", "boss", "helper"},
type = PluginType.PVM type = PluginType.PVM,
enabledByDefault = false
) )
@Slf4j @Slf4j