bosstimetrackerplugin: rl+ified it
Added type = PluginType.PVM, enabledByDefault = false
This commit is contained in:
@@ -50,7 +50,9 @@ import static net.runelite.api.ItemID.INFERNAL_CAPE;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Boss Time Tracker",
|
name = "Boss Time Tracker",
|
||||||
description = "Display elapsed time in the Fight Caves and Inferno",
|
description = "Display elapsed time in the Fight Caves and Inferno",
|
||||||
tags = {"inferno", "fight", "caves", "cape", "timer", "tzhaar"}
|
tags = {"inferno", "fight", "caves", "cape", "timer", "tzhaar"},
|
||||||
|
type = PluginType.PVM,
|
||||||
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
public class BossTimeTrackerPlugin extends Plugin
|
public class BossTimeTrackerPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user