add PVM plugintype to raids shortcuts plugin

otherwise its way down the list

also `raid` > `raids` to match bat finder plugin
This commit is contained in:
myk
2019-08-13 17:19:38 +10:00
committed by GitHub
parent fbcd682071
commit d15ab028ec

View File

@@ -19,12 +19,14 @@ import net.runelite.client.config.ConfigManager;
import net.runelite.client.eventbus.EventBus;
import net.runelite.client.plugins.Plugin;
import net.runelite.client.plugins.PluginDescriptor;
import net.runelite.client.plugins.PluginType;
import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Raid Shortcuts",
name = "Raids Shortcuts",
description = "Highlights Raid Shortcuts",
tags = {"boulder", "cox", "raids", "highlight"}
tags = {"boulder", "cox", "raids", "highlight"},
type = PluginType.PVM
)
@Slf4j
@Singleton