woodcutting plugin: disable by default
This commit is contained in:
@@ -62,7 +62,8 @@ import net.runelite.client.ui.overlay.OverlayMenuEntry;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Woodcutting",
|
name = "Woodcutting",
|
||||||
description = "Show woodcutting statistics and/or bird nest notifications",
|
description = "Show woodcutting statistics and/or bird nest notifications",
|
||||||
tags = {"birds", "nest", "notifications", "overlay", "skilling", "wc"}
|
tags = {"birds", "nest", "notifications", "overlay", "skilling", "wc"},
|
||||||
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
@PluginDependency(XpTrackerPlugin.class)
|
@PluginDependency(XpTrackerPlugin.class)
|
||||||
@Slf4j
|
@Slf4j
|
||||||
|
|||||||
Reference in New Issue
Block a user