woodcutting plugin: disable by default

This commit is contained in:
Adam
2019-11-28 09:11:06 -05:00
parent 665b021c85
commit 0d27667720

View File

@@ -62,7 +62,8 @@ import net.runelite.client.ui.overlay.OverlayMenuEntry;
@PluginDescriptor(
name = "Woodcutting",
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)
@Slf4j